

/* Start:/local/templates/main_catalog/components/bitrix/menu/personal_menu/style.css?17416285441584*/
.personal_menu_nickname {
    color: #27314A;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.personal_menu_phone {
    color: #BEC4D0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
}

.personal_menu_account {
    margin-top: 20px;
}
.personal_menu_account .title {
    color: #BAB9CA;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.personal_menu_account .amount {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #07B3E8;
    width: 150px;
    height: 24px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.menu_personal {
    /*
    position: sticky;
    top: 0;
    */
    margin-top: 20px;
}

.is-scrolled .menu_personal {
    top: 100px;
}

.menu_personal_list {
    padding-left: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.menu_personal_link {
    display: flex;
    gap: 20px;
    color: #27314A;
    font-size: 1rem;
    font-weight: 500;
}

.menu_personal_link .icon {
    width: 20px;
    height: 20px;
}

.menu_personal_link:hover,
.menu_personal_link.active {
    color: #BAB9CA;
}

.menu_personal_list li:last-child  .menu_personal_link {
    color: #BAB9CA;
}

#svg-inline {
    display: none;
}

/*
.menu_personal_link {
    font-size: 1rem;
    line-height: 1.2;
    color: inherit;
    padding: 5px 1rem;
    border-radius: 2rem;
    background: transparent;
}

.menu_personal_link.active {
    color: var(--primary);
    font-weight: bold;
    background: #f4f4f4;
}
*/
/* End */


/* Start:/local/templates/main_catalog/components/bitrix/sale.personal.section/skit_2025/style.css?17410729791222*/
.sale-personal-section-index-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
	padding: 0;
	height: 87%;
	border-radius: 10px;
	border: 1px solid #F4F7F9;
	background-size: cover;
	color: inherit;
	text-align: center;
	transition: all 0.3s;
	justify-content: space-around;
	background-color: #F4F7F9;
}

@media (max-width: 992px) {
	.sale-personal-section-index-block {
		margin: 8px 0;
		height: auto;
	}
}

.sale-personal-section-index-block:hover {
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.sale-personal-section-index-block-link {
	display: block;
	padding: 25px 5px;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus {
	color: var(--primary);
	text-decoration: none;
}

.sale-personal-section-index-block-ico {
	font-size: 48px;
	color: var(--primary);
}

.sale-personal-section-index-block-name {
	color: inherit;
	font-size: 1rem;
	margin: 0;
	padding: 0;
}

.section_personal .mr-4 {
	display: block;
}

.section_personal .btn {
	border-radius: 50px;
}


/* End */


/* Start:/local/templates/main_catalog/components/bitrix/sale.personal.order.list/bootstrap_v4/style.css?17410924035263*/
.sale-order-description {
	color: #888;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sale-order-list-title-container {
	/*border: 1px solid #888888;*/
	border: 0px !important;
	background: transparent !important;
	padding: 1rem !important;
}

.sale-order-list-title-container h3 { 
	font-size: 18px !important;
	color: #888888;
}

.sale-order-list-accomplished-title {
	margin-top: 10px;
	color: #2f3435;
	font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sale-order-list-inner-container {
	border: none !important;
	padding: 0 1.5rem 0 1.5rem !important;
}

.sale-order-list-inner-container-inners {
	background-color: #fff;
	padding: 1.5rem !important;
}

.sale-order-list-inner-title-line {
	margin: 0;
	height: 1px;
	border: none;
	background: #f2f2f2;
}

.sale-order-list-inner-title-line-item {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.sale-order-list-inner-row-template { display: none; }

.sale-order-list-payment-title,
.sale-order-list-shipment-title {
	color: #000;
	font-size: 12px;
}

.sale-order-list-payment-about-link,
.sale-order-list-payment-repeat-link,
.sale-order-list-payment-cancel-link { padding: 21px 0 0; }

.sale-order-list-shipment-button,
.sale-order-list-change-payment {
	border-bottom: 1px dashed;
	text-decoration: none;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.sale-order-list-repeat-link:before {
	display: inline-block;
	margin: 0 3px 4px 0;
	width: 10px;
	height: 13px;
	background: url(/local/templates/main_catalog/components/bitrix/sale.personal.order.list/bootstrap_v4/images/sale-order-repeat.svg) no-repeat;
	content: "";
	vertical-align: middle;
}

.sale-order-link-accomplished {
	padding: 0;
	text-decoration: none;
}

.sale-order-list-shipment-button:hover,
.sale-order-list-change-payment:hover {
	text-decoration: none;
	cursor: pointer;
}

.sale-order-list-status-restricted,
.sale-order-list-status-alert,
.sale-order-list-status-success {
	display: inline-block;
	padding: 15px 35px;
	border: 0px;
	background: #FFE5E8;
	color: #000;
	font-size: 12px;
	font-weight: 500;
}

.sale-order-list-status-success {
	border: 1px solid #bed277;
	background: #e3f0bd;
	color: #597707;
}

.sale-order-list-status-restricted {
	border: 1px solid rgba(128, 134, 142, 0.20);
	background: #f3f4f5;
	color: #535c69;
}

.sale-order-list-status-restricted-message {
	color: #9e9fa2;
	font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.sale-order-list-shipment-status,
.sale-order-list-shipment-item,
.sale-order-list-payment-check,
.sale-order-list-payment-price { font-size: 12px;}

.sale-order-list-payment-price { font-weight: bold;}

.sale-order-list-payment-check {
	float: left;
	width: 100%;
}

.sale-order-list-payment-check-left {
	display: inline;
	float: left;
	padding-right: 5px;
}

.sale-order-list-shipment {
	list-style: none;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sale-order-list-shipment-list-item-link {
	padding: 16px 0 0;
	text-decoration: underline;
}

.sale-order-list-shipment-id { font-weight: 700; }

.sale-order-list-shipment-id-icon {
	display: inline-block;
	width: 11px;
	height: 13px;
	background: url("/local/templates/main_catalog/components/bitrix/sale.personal.order.list/bootstrap_v4/images/sale-order-order-list-options-methods-shipment-list-item-id-element.svg") center no-repeat;
	cursor: pointer;
}

.sale-order-list-top-border {
	margin: 18px 15px 21px;
	width: auto;
	height: 1px;
	background: #f2f2f2;
}

.sale-order-list-accomplished-title-container {
	background: #F4F7F9 !important;
	padding: 1rem !important;
}

.sale-order-list-accomplished-date-container { text-align: right; }

.sale-order-list-accomplished-date { padding: 0 8px 0 0; }

.sale-order-list-accomplished-date,
.sale-order-list-accomplished-date-number {
	display: inline-block;
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 300;
	color: #888
}

.sale-order-list-accomplished-date { color: #888; }

.sale-order-list-accomplished-date.canceled-order { color: #f00; }

.sale-order-list-accomplished-date-number { color: #888; }

.sale-order-list-shipment-status-item {
	display: inline-block;
	margin: 6px 0 5px;
	vertical-align: middle;
}

.sale-order-list-shipment-status-block {
	display: inline-block;
	padding: 5px;
	border: 0;
	background: none;
	color: #FF0000;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 600;
}

.sale-order-list-button-container {
	display: block;
	margin-top: 20px;
}

.sale-order-list-button-container-button {
	background-color: #000;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 15px 35px;
}

.sale-order-list-block {
	background: #F4F7F9 !important;
}

.radiuson {
	border-radius: 5px !important;
}

.radiusoff {
	border-radius: 0px !important;
}

/* state's */

.sale-order-state-green { background: #c2f388; }

.sale-order-state-yellow { background: #d7dd39; }

.sale-order-state-red { background: #dd6239; }

.sale-order-state-grey { background: #f2f2f2; }

h1.sale-order-title {
	font-size: 2rem !important;
	margin-bottom: 1rem;
}



.sale-order-list-accomplished-title-container h3 {
	font-size: 18px !important;
  	color: #888888;
}

@media (max-width: 991px) {
	.sale-order-list-accomplished-date-container,
	.sale-order-list-repeat-accomplished { text-align: left; }
}

@media (max-width: 767px) {
	.sale-order-list-button {
		float: none;
		margin: 10px 0 0;
		max-width: none;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/sale.order.payment.change/templates/bootstrap_v4/style.min.css?17388345514739*/
.sale-order-payment-change-pp-list{opacity:0}.sale-order-payment-change-pp-company{position:relative;z-index:100;padding-bottom:10px;min-height:40px}.sale-order-payment-change-pp .sale-order-payment-change-pp-company{margin-bottom:15px;padding:7px;height:auto;border:1px solid transparent;transition:all 100ms ease}.sale-order-payment-change-pp-company-graf-container{position:relative;padding-top:50%;width:auto;height:0;border:2px solid #c3cace;border-radius:2px;background:#fff;transition:all 100ms ease}.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container{border-color:var(--theme-color-primary)}.sale-order-payment-change-pp-company-image{position:absolute;top:5px;right:5px;bottom:5px;left:5px;background-position:center;background-size:contain;background-repeat:no-repeat}.sale-order-payment-change-pp-company-smalltitle{text-align:center;font-size:11px}.sale-order-payment-change-pp-field .form-control{background:#fff}.sale-order-payment-change-pp-price{padding:4px 0;text-align:right}.sale-order-payment-change-service-small{color:#a3a3a3;font-size:11px}@media(min-width:1200px){.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(4n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(4n+1){clear:both;padding-left:0}}@media(min-width:768px) and (max-width:1199px){.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(3n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(3n+1){clear:both;padding-left:0}}@media(max-width:767px){.sale-order-payment-change-pp,.sale-order-payment-change-pp-item-container{max-width:450px}.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(2n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(2n+1){clear:both;padding-left:0}}.sale-order-payment-change-payment-title{color:#000;font:bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-payment-change-status-alert,.sale-order-payment-change-status-restricted,.sale-order-payment-change-status-success{display:inline-block;padding:4px 10px 5px 8px;border:1px solid #eab3b9;border-radius:2px;background:#ffe5e8;color:#d0021b;font:bold 12px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-payment-change-status-restricted{border:1px solid rgba(128,134,142,0.20);background:#f3f4f5;color:#535c69}.sale-order-payment-change-status-success{border:1px solid #bed277;background:#e3f0bd;color:#597707}.sale-order-payment-change-payment-price{font:13px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-payment-change-payment-form-group{display:table}.sale-order-payment-change-payment-form-cell{display:table-cell;vertical-align:middle;text-align:center}.sale-order-inner-payment-button{display:block;float:left;padding:0 17px;max-width:115px;height:38px;border-radius:2px;background:#1485ce;color:#fff;text-align:center;font:bold 13px/38px "Helvetica Neue",Helvetica,Arial,sans-serif;cursor:pointer}.sale-order-inner-payment-button:hover{background:#53a4d8;color:#fff;transition:background ease-out .5s}.sale-order-inner-payment-button.inactive-button{opacity:.2;cursor:pointer}.sale-order-inner-payment-button.inactive-button:hover{background:#1485ce;color:#fff}.sale-order-inner-padding-bottom{padding-bottom:15px}.sale-paysystem-wrapper{position:relative;margin:0 -15px 0 0;padding:24px 38px 24px 38px;border:1px solid #3bc8f5;color:#424956;font:14px "Helvetica Neue",Arial,Helvetica,sans-serif}.sale-paysystem-wrapper{position:relative;margin:0 -15px 0 0;padding:24px 38px 24px 38px;border:1px solid #3bc8f5;color:#424956;font:14px "Helvetica Neue",Arial,Helvetica,sans-serif}.sale-paysystem-close{position:absolute;top:7px;right:7px}.sale-paysystem-close-item{display:inline-block;width:18px;height:18px;background:url(/bitrix/components/bitrix/sale.order.payment.change/templates/bootstrap_v4/../../components/bitrix/sale.personal.order.detail/templates/.default/images/sale-personal-order-sprite.svg) 1px 1px no-repeat;opacity:1;cursor:pointer;transition:opacity .3s ease}.sale-paysystem-close-item:hover{opacity:.5}.sale-paysystem-description{margin:0 0 11px 0;color:#bcbdc0;font:11px "Helvetica Neue",Arial,Helvetica,sans-serif}.sale-paysystem-yandex-button{display:inline-block;margin:26px 10px 26px 0}.sale-paysystem-yandex-button-item{padding:0 22px;height:38px;border:0;border-radius:2px;background:#f59023;color:#fff;font:bold 13px/35px "Helvetica Neue",Arial,Helvetica,sans-serif;transition:background .3s ease}.sale-paysystem-yandex-button-item:hover{background:#ff911a}.sale-paysystem-yandex-button-descrition{display:inline-block;margin:0 0 15px 0;color:#80868e;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif}
/* End */
/* /local/templates/main_catalog/components/bitrix/menu/personal_menu/style.css?17416285441584 */
/* /local/templates/main_catalog/components/bitrix/sale.personal.section/skit_2025/style.css?17410729791222 */
/* /local/templates/main_catalog/components/bitrix/sale.personal.order.list/bootstrap_v4/style.css?17410924035263 */
/* /bitrix/components/bitrix/sale.order.payment.change/templates/bootstrap_v4/style.min.css?17388345514739 */
