

/* Start:/local/templates/synchro_main/components/bitrix/sale.location.selector.search/.default/style.css?17483418616293*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls {
	position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
}

.bx-sls .dropdown-block {
	-webkit-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #f2f2f2;

	padding: 0 22px 0 45px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-block-ui {
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/local/templates/synchro_main/components/bitrix/sale.location.selector.search/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height: 48px;
}

.bx-sls .bx-ui-sls-pane {
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 50px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/local/templates/synchro_main/components/bitrix/sale.location.selector.search/.default/images/glass-fixed.svg) no-repeat center center;
	height: 20px;
    width: 20px;

	position: absolute;
	top: 12px;
	left: 12px;
	padding: 1px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f9f9fb;
	border: 1px solid #d9435d;
	border-radius: 3px;
	color: #d9435d;
	display: inline-block;
	font-size: 14px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px 10px;
	padding: 0 14px;
	text-decoration: none;
	font-family: 'Arimo Regular', sans-serif;
}
.bx-sls .quick-location-tag:hover{
	background-color: #f7d9df;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	position: absolute;
	top: 8px;
    right: 4px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;

	color: #2d3036 !important;

	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding:0 22px 0 0 !important;
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: 'Arimo Regular',sans-serif;
	font-size: 100%;
	height: 48px;

	width: 100%;
	outline: none;
	z-index:10;
}
.bx-sls .bx-ui-sls-route{
	color: #aba8ac !important;
	z-index:5;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */


/* Start:/local/templates/synchro_main/components/bitrix/sale.order.ajax/synchro-order/style.css?177359081516364*/
/* ============================================================
   synchro.ru — Оформление заказа (переверстка)
   ============================================================ */

/* ---------- Layout ---------- */
.so-checkout {
    display: grid;
    grid-template-columns: 1fr; /* форма занимает всю ширину, правая колонка внутри */
    gap: 0;
}

/* Форма — flex-контейнер двух колонок */
#main-order-form {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.so-left {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.so-right {
    flex: 0 0 420px;
    width: 420px;
}

/* ---------- Блоки ---------- */
.so-block {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 24px;
}

.so-block--sticky {
    position: sticky;
    top: 20px;
}

.so-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 12px;
    flex-wrap: wrap;
}

.so-block__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    letter-spacing: 0.3px;
}

/* ---------- Переключатель Юрлицо/Физлицо ---------- */
.so-buyer-toggle {
    display: flex;
    background: #fff;
    border-radius: 6px;
    padding: 3px;
    gap: 2px;
    border: 1px solid #e0e0e0;
}

.so-buyer-toggle__btn {
    padding: 5px 14px;
    border: none;
    background: transparent;
    color: #888;
    font-size: 13px;
    font-family: inherit;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.so-buyer-toggle__btn.active {
    background: #f0a030;
    color: #fff;
    font-weight: 600;
}

.so-buyer-toggle__btn:hover:not(.active) {
    color: #333;
}

/* ---------- Поля ---------- */
.so-field-row {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}

.so-field-row--single .so-field { flex: 1; }

.so-field-row--two .so-field { flex: 1; }

.so-field-row--three .so-field { flex: 1; }

/* Адрес: 4 поля в ряд по макету */
.so-field-row--address {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}
.so-field-row--address .so-field--city   { flex: 1.2; }
.so-field-row--address .so-field--street { flex: 2; }
.so-field-row--address .so-field--house  { flex: 0.8; }
.so-field-row--address .so-field--apt    { flex: 0.8; }

.so-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.so-label {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.so-label--required::after {
    content: ' *';
    color: #f0a030;
    font-size: 12px;
    font-weight: 600;
}

.so-input {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    font-family: inherit;
    padding: 9px 12px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s;
    outline: none;
}

.so-input:focus {
    border-color: #f0a030;
}

.so-input.error {
    border-color: #e05050;
}

.so-input[readonly] {
    background: #f0f0f0 !important;
    color: #999 !important;
    pointer-events: none !important;
    cursor: default !important;
    border-color: #e8e8e8 !important;
}

.so-textarea {
    resize: vertical;
    min-height: 60px;
}

.so-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 16px 0;
}

.so-field-hint {
    font-size: 12px;
    color: #666;
    margin: 4px 0 0;
    line-height: 1.5;
}

.so-field__hint {
    font-size: 12px;
    min-height: 16px;
    display: block;
}

.so-field__hint--ok  { color: #5cb85c; }
.so-field__hint--err { color: #e05050; }
.so-field__hint--loading { color: #888; }

/* ---------- Радио: способ связи ---------- */
.so-contact-radios {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.so-radio-label {
    cursor: pointer;
}

.so-radio-label input[type="radio"] {
    display: none;
}

.so-radio-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    color: #666;
    background: #fff;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
    white-space: nowrap;
}

.so-radio-label input[type="radio"]:checked + .so-radio-btn {
    border-color: #f0a030;
    color: #f0a030;
    background: rgba(240, 160, 48, 0.08);
    font-weight: 500;
}

.so-radio-label:hover .so-radio-btn {
    border-color: #ccc;
    color: #333;
}

/* ---------- Доставка: сетка 2x2 ---------- */
.so-delivery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.order-info-node {
    max-width: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    color: #333 !important;
    font-size: 14px !important;
    padding: 14px 16px 12px !important;
    margin: 0 !important;
    box-sizing: border-box;
    transition: border-color 0.2s, background 0.2s !important;
    text-align: left !important;
    cursor: pointer;
    position: relative;
}
.order-info-node input[type="radio"] {
    display: inline-block !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    opacity: 1 !important;
    position: static !important;
    accent-color: #f0a030;
    margin: 0;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
}
.order-info-node__flex-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.order-info-node__row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.order-info-node.checked,
.order-info-node:has(input:checked) {
    background: rgba(240, 160, 48, 0.06) !important;
    border-color: #f0a030 !important;
    color: #333 !important;
}

.order-info-node:hover {
    border-color: #ccc !important;
}

.order-info-node.checked:hover {
    border-color: #f0a030 !important;
}

.order-info-node-name {
    font-weight: 500;
    font-size: 14px;
}

.order-info-node-price {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
    display: block;
}

.order-info-node-price--free {
    color: #f0a030;
    font-weight: 500;
}

/* Метка "Только по предоплате" */
.so-delivery-prepaid-note {
    font-size: 11px;
    color: #e05050;
    margin-top: 3px;
    display: block;
}

/* Описание под radio-блоком доставки */
.form__block_delivery_description {
    display: none;
}

/* ---------- Оплата ---------- */
#order-pay_system-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#order-pay_system-container .form__block {

    flex: 0 0 auto;
    min-width: 120px;
}

#order-pay_system-container .form__block label {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    white-space: nowrap;
}

#order-pay_system-container input[type="radio"] {
    accent-color: #f0a030;
    width: 16px;
    height: 16px;
}

#order-pay_system-container .form__block:has(input:checked) label {
    border-color: #f0a030;
    color: #333;
    background: rgba(240, 160, 48, 0.06);
}

#order-pay_system-container .form__block label:hover {
    border-color: #ccc;
}

/* ---------- Итого (правая колонка) ---------- */
.so-basket-wrap {
    margin-bottom: 16px;
}

/* Стили для simple-корзины внутри чекаута */
.so-basket-wrap .cart__head { display: none !important; }
.so-basket-wrap .cart__list {
    width: 100% !important;
}

.so-basket-wrap .cart__products { padding: 0; }

.so-basket-wrap .product-row {
    display: flex;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
    position: relative;
}

.so-basket-wrap .product-row:last-child {
    border-bottom: none;
}

.so-basket-wrap .product-row__image {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 6px;
    background: #fafafa;
}

.so-basket-wrap .product-row__main {
    flex: 1;
    min-width: 0;
}

.so-basket-wrap .product-row__title {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
    line-height: 1.3;
}

.so-basket-wrap .product-row__title a {
    color: #333;
    text-decoration: none;
}

.so-basket-wrap .product-row__title a:hover {
    color: #f0a030;
}

.so-basket-wrap .product-row__sku {
    font-size: 11px;
    color: #666;
    display: block;
}

.so-basket-wrap .product-row__quantity {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so-basket-wrap .product-row__quantity-title { display: none; }

.so-basket-wrap .product-row__quantity-btns {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.so-basket-wrap .product-row__quantity-button {
    width: 28px;
    height: 28px;
    border: none;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    line-height: 28px;
    color: #333;
    transition: background 0.15s;
}

.so-basket-wrap .product-row__quantity-button:hover {
    background: #f5f5f5;
}

.so-basket-wrap .product-row__quantity-input {
    width: 32px !important;
    min-width: 32px !important;
    text-align: center;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 13px;
    height: 28px;
    padding: 0;
    margin: 0 !important;
    font-family: inherit;
}

.so-basket-wrap .product-row__prices-wrap {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-align: right;
}

.so-basket-wrap .product-row__price--old {
    font-size: 11px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400;
}

.so-basket-wrap .product-row__price--discount {
    font-size: 11px;
    color: #f0a030;
    font-weight: 500;
}

.so-basket-wrap .product-row__buttons {
    position: absolute;
    top: 8px;
    right: 0;
}

.so-basket-wrap .product-row__delete {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    opacity: 0.4;
    transition: opacity 0.2s;
}

.so-basket-wrap .product-row__delete:hover {
    opacity: 0.8;
}

.so-basket-wrap .product-row__delete svg { width: 14px; height: 14px; }

/* ---------- Итого ---------- */
.so-total {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.so-total__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.so-total__label { color: #888; }
.so-total__value { color: #333; font-weight: 500; }
.so-total__value--old { color: #999; text-decoration: line-through; font-size: 12px; }

.so-total__discount-pct {
    display: inline-block;
    background: rgba(240, 160, 48, 0.15);
    color: #f0a030;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 10px;
    margin-left: 4px;
}

.so-total__divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 4px 0;
}

.so-total__final {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.so-total__final-label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.so-total__final-value {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

/* ---------- Кнопка ---------- */
.so-submit-btn {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 14px;
    background: #f0a030;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    letter-spacing: 0.3px;
}

.so-submit-btn:hover {
    background: #e09020;
}

.so-submit-btn:active {
    transform: scale(0.99);
}

.so-submit-note {
    text-align: center;
    font-size: 11px;
    color: #555;
    margin: 8px 0 0;
    line-height: 1.5;
}

.so-submit-note a {
    color: #888;
    text-decoration: underline;
}

/* ---------- Ошибки ---------- */
#order-errors-container {
    margin: 12px 0 0;
}

#order-errors-container p {
    color: #e05050;
    font-size: 13px;
    margin: 4px 0;
}

/* ---------- Комментарий ---------- */
.cart__order-comment-field {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    font-family: inherit;
    padding: 9px 12px;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    min-height: 80px;
    outline: none;
    transition: border-color 0.2s;
}

.cart__order-comment-field:focus {
    border-color: #f0a030;
}

/* ---------- Loader ---------- */
#loading_block {
    position: fixed;
    top: 0; left: 0;
    background: rgba(255,255,255,0.7);
    opacity: 0;
    z-index: 9999;
    width: 100%; height: 100%;
    transition: opacity 0.3s;
    background-image: url(/local/templates/synchro_main/components/bitrix/sale.order.ajax/synchro-order/images/loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
}
#loading_block.active {
    display: block;
    opacity: 1;
}

/* ---------- Адаптив ---------- */
@media (max-width: 900px) {
    #main-order-form {
        flex-direction: column;
    }
    .so-right {
        flex: none;
        width: 100%;
    }
    .so-block--sticky {
        position: static;
    }
    .so-delivery-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .so-field-row--three {
        flex-direction: column;
    }
    .so-field-row--two {
        flex-direction: column;
    }
    .so-field-row--address {
        flex-wrap: wrap;
    }
    .so-field-row--address .so-field--city   { flex: 1 1 100%; }
    .so-field-row--address .so-field--street { flex: 1 1 100%; }
    .so-field-row--address .so-field--house  { flex: 1 1 45%; }
    .so-field-row--address .so-field--apt    { flex: 1 1 45%; }
    .so-delivery-grid {
        grid-template-columns: 1fr;
    }
    .so-block {
        padding: 16px;
    }
    .so-buyer-toggle {
        width: 100%;
    }
    .so-buyer-toggle__btn {
        flex: 1;
        text-align: center;
    }
}

/* Автозаполняемые поля — серый фон */
#ORDER_PROP_16,
#ORDER_PROP_17,
#ORDER_PROP_12 {
    background: #f0f0f0 !important;
    color: #999 !important;
    pointer-events: none !important;
}

.so-input--error{border-color:#e74c3c!important;box-shadow:0 0 0 1px #e74c3c}
.so-validation-error{color:#e74c3c;font-size:14px;text-align:center;margin-top:12px;padding:10px;background:#fdf0ef;border-radius:8px;border:1px solid #f5c6cb}

.so-input--error{border-color:#e74c3c!important;box-shadow:0 0 0 1px #e74c3c}
.so-validation-error{color:#e74c3c;font-size:14px;text-align:center;margin-top:12px;padding:10px;background:#fdf0ef;border-radius:8px;border:1px solid #f5c6cb}



/* Табы Физлицо/Юрлицо — крупные */
.so-buyer-toggle_btn{font-size:16px!important;font-weight:700!important;padding:12px 28px!important;border-radius:10px!important;border:2px solid #f0a030!important}
.so-buyer-toggle_btn.active{background:#f0a030!important;color:#fff!important}
.so-buyer-toggle_btn:not(.active){background:#fff!important;color:#555!important}
.so-buyer-toggle_btn:hover:not(.active){background:#fef3e0!important}
#so-buyer-toggle{border-radius:10px;overflow:hidden;gap:0;border:none}
@media(max-width:767px){.so-buyer-toggle_btn{font-size:14px!important;padding:10px 20px!important}}

/* Рамка для неактивного таба */
.so-buyer-toggle_btn:not(.active){border:2px solid #ddd!important}

/* Фикс размера кнопок количества в корзине заказа */
.so-block--sticky .product-row__quantity-btns{max-width:140px}
.so-block--sticky .product-row__quantity-button{max-width:40px;min-width:40px;padding:6px 13px}
.so-block--sticky .product-row__quantity-input{max-width:56px}

/* End */
/* /local/templates/synchro_main/components/bitrix/sale.location.selector.search/.default/style.css?17483418616293 */
/* /local/templates/synchro_main/components/bitrix/sale.order.ajax/synchro-order/style.css?177359081516364 */
