

/* Start:/local/templates/hairshop/components/bitrix/menu/personal/style.css?17781650651511*/
.personal-menu {
    width: 285px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.personal-menu a {
    color: #ADADAD;
    font-size: 24px;
    font-weight: 400;

}
.personal-menu a:hover {
    transition: 0.3s;
    color: #E58411;
}
.personal-menu .selected {
    color: #333333;

}
.personal-menu .exit {
    color: #E03F3F;

}
.personal-flex {
    display: flex;
    margin-top: 80px;
    gap: 96px;
}
.personal__orders__title__flex {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 48px;
}
.personal__orders__title__flex svg {
    display: none;
}



@media (max-width: 1440px) {
.personal__orders__title__flex {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
}
    .personal-menu {
        gap: 20px;
    }
    .personal-menu a {
        font-size: 20px;
    }
    .personal-flex {
        gap: 50px;
        margin-top: 50px;
    }
}
@media (max-width: 1120px) {
    .personal-menu {
        display: none;
    }
    .personal-flex {
        margin-top: 24px;
    }
    .personal__orders__title__flex svg {
        display: block;
    }
    .personal__orders__title__flex {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .personal__orders__title__flex span {
        font-size: 24px;
        font-weight: 400;
    }
    .breadcrumbs {
        display: none;
    }
    h1  {
        display: none;
    }

}
@media (max-width: 900px) {
    .personal__orders__title__flex {
        margin-bottom: 24px;
    }

}









/* End */


/* Start:/bitrix/components/bitrix/system.auth.authorize/templates/.default/style.css?1772703495893*/
div.bx-auth {max-width:600px; margin-top:16px; margin-bottom:24px;}
div.bx-auth form {padding:0; margin:0;}
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%; border-bottom:solid 2px #E3E3E3; padding-bottom:12px; }
div.bx-auth-note{margin:18px 0px 6px 0px;}
td.bx-auth-label{text-align:right; font-weight:bold;}
table.bx-auth-table{margin-top:8px; }
table.bx-auth-table td {padding:3px;}

div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(/bitrix/components/bitrix/system.auth.authorize/templates/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(/bitrix/components/bitrix/system.auth.authorize/templates/.default/images/sec-unlocked.png);}


/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?177270349564*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/templates/hairshop/components/bitrix/sale.personal.order.list/.default/style.css?17779951964255*/
.history__orders__title__flex {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 48px;
}
.history__orders__title__flex svg {
	display: none;
}
.history__orders__flex {
	flex: 1;
}
.history__orders__blocks {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.history__orders__blocks__block {
	border-radius: 24px;
	padding: 28px 54px 28px 32px;
	display: flex;
	gap: 27px;
	border: 1px solid #adadad;
	position: relative;
}
.history__orders__blocks__block__price {
	position: absolute;
	right: 54px;
	top: 35px;
}
.history__orders__blocks__block__price__main {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
}
.history__orders__blocks__block__price__bonus {
	color: #e58411;
	font-size: 14px;
}
.history__orders__blocks__block__flex {
	flex: 1;
}
.history__orders__blocks__block__title {
	font-size: 24px;
	font-weight: 400;
}
.history__orders__blocks__block__status {

	font-size: 14px;
	padding: 4px 20px;
	border-radius: 12px;

}
.status_pay_y
{
	color: #21a73e;
	background: #f0ffe5;
}
.status_pay_n
{
	color: #E03F3F;
	background: #FFF3F3;
}




.history__orders__blocks__block__status__two span {

	font-size: 14px;
	position: relative;
}
.history__orders__blocks__block__status__two .status_name_n {
	color: #fdd264;
}
.history__orders__blocks__block__status__two .status_name_f {
	color: #21a73e;
}
.history__orders__blocks__block__status__two span::before {
	content: "•"; /* точка */
	position: absolute;
	left: -15px; /* смещение слева (можете регулировать) */
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px; /* чтобы совпадало с размером текста */

}
.history__orders__blocks__block__status__two .status_name_n::before {
	color: #fdd264;
}
.history__orders__blocks__block__status__two .status_name_f::before {
	color: #21a73e;
}



.history__orders__blocks__block__status__flex {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 8px;
}
.history__orders__blocks__block__img {
	margin-top: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ADADAD;
	padding-bottom: 25px;
	display: flex;
gap: 10px;
	flex-wrap: wrap;
}
.history__orders__blocks__block__img .history__orders__blocks__block__img__photo {
width: 100px;
}
.history__orders__blocks__block__img .history__orders__blocks__block__img__photo .history__orders__blocks__block__img__photo__img {
text-align: center;
	background: #fff4e4;
border-radius: 12px;
}


.history__orders__blocks__block__delivery {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.history__orders__blocks__block__delivery__city {
	font-size: 18px;font-weight: 600;

}
.history__orders__blocks__block__delivery__select {
	color: #adadad;
	font-size: 18px;
}

.pagination {
	padding: 29px 52px;
	margin-top: 32px;
}


@media (max-width: 1440px) {
	.history__orders__title__flex {
		margin-bottom: 30px;
	}
	.history__orders__blocks__block__img {
		margin-bottom: 20px;
	}
	.history__orders__blocks {
		gap: 20px;
	}
}
@media (max-width: 1120px) {
	h1 {
		display: none;
	}
.breadcrumbs {
	display: none;
}

	.history__orders__title__flex {
		display: flex;
		align-items: center;
		gap: 12px;
	}
	.history__orders__title__flex svg {
		display: block;
	}
	.history__orders__title__flex span {
		font-size: 24px;
		font-weight: 400;

	}


}

@media (max-width: 800px) {
	.history__orders__blocks__block {
		padding: 24px 32px 24px 32px;
		flex-direction: column;
		gap: 16px;
	}
	.history__orders__blocks__block__delivery__select {
		font-size: 16px;
	}
	.history__orders__blocks__block__delivery__city {
		font-size: 16px;
	}
	.history__orders__blocks__block__img {
		margin-top: 20px;
		margin-bottom: 24px;
		padding-bottom: 32px;
	}
	.history__orders__blocks__block__status {
		font-size: 12px;
	}
	.history__orders__blocks__block__status__two span {
		font-size: 12px;
	}
	.history__orders__blocks__block__title {
		font-size: 18px;
	}
	.history__orders__blocks__block__svg svg {
		height: 48px;
		width: 48px;
	}
	.history__orders__blocks__block__price {
		right: 32px;
		top: 34px;
	}
	.history__orders__blocks__block__price__main {
		font-size: 18px;
		margin-bottom: 4px;
	}
	.history__orders__title__flex {
		margin-bottom: 24px;
	}
	.history__orders__flex {
		width: 100%;
	}



}








/* End */


/* Start:/bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.css?17727035156552*/
/*pay*/
.sale-order-payment-change-pp.row{
	margin-right: 0;
	margin-left: 0;
}

.sale-order-payment-change-pp-list{
	opacity:0;
}

.sale-order-payment-change-pp-company {
	height:40px;
	padding-bottom: 20px;
	z-index: 100;
	position: relative;
}

.sale-order-payment-change-pp .sale-order-payment-change-pp-company {
	padding: 7px;
	border: 1px solid transparent;
	height: auto;
	margin-bottom: 15px;
	-webkit-transition: all 100ms ease;
	   -moz-transition: all 100ms ease;
		-ms-transition: all 100ms ease;
		 -o-transition: all 100ms ease;
			transition: all 100ms ease;
}

.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container{
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	border-color: #159ebb;
}

.sale-order-payment-change-pp-company-graf-container {
	border: 2px solid #c3cace;
	border-radius: 2px;
	position: relative;
	background: #fff;
	width: auto;
	height: 0;
	padding-top: 50%;
}

.sale-order-payment-change-pp-company-image {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sale-order-payment-change-pp-company-smalltitle {
	padding-top: 9px;
	color: #a3a3a3;
	font-size: 11px;
	text-align: center;
	padding-bottom: 5px;
}

.sale-order-payment-change-pp-field .form-control { background: #fff; }

.sale-order-payment-change-pp-price {
	text-align: right;
	padding: 4px 0;
}

.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-inner-row {
	padding: 0;
	position: relative;
}

.sale-order-payment-change-payment{
	padding-bottom: 20px;
}

.sale-order-payment-change-payment-title{
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

.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;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #ffe5e8;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d0021b;
}

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

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

.sale-order-payment-change-payment-price {
	padding: 4px 0 0 0;
	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;
	cursor: pointer;
	padding: 0 17px;
	max-width: 115px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 38px;
	background: #1485ce;
	color: #fff;
	font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	float: left;
}

.sale-order-inner-payment-button:hover {
	color: #fff;
	background: #53a4d8;
	-webkit-transition: background ease-out 0.5s;
	-moz-transition: background ease-out 0.5s;
	-o-transition: background ease-out 0.5s;
	transition: background ease-out 0.5s;
}

.sale-order-inner-payment-button.inactive-button {
	opacity: 0.2;
	cursor: pointer;
}

.sale-order-inner-payment-button.inactive-button:hover{
	background: #1485ce;
	color: #FFFFFF;
}
.sale-order-inner-padding-bottom{
	padding-bottom:15px;
}
.sale-paysystem-wrapper {
	position: relative;
	padding: 24px 38px 24px 38px;
	margin: 0 -15px 0 0;
	border: 1px solid #3bc8f5;
	font: 14px "Helvetica Neue",Arial,Helvetica,sans-serif;
	color: #424956;
}
.sale-paysystem-wrapper {
	position: relative;
	padding: 24px 38px 24px 38px;
	margin: 0 -15px 0 0;
	border: 1px solid #3bc8f5;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #424956;
}

.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/.default/../../components/bitrix/sale.personal.order.detail/templates/.default/images/sale-personal-order-sprite.svg) 1px 1px no-repeat;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	cursor: pointer;
}

.sale-paysystem-close-item:hover {
	opacity: .5;
}

.sale-paysystem-description {
	margin: 0 0 11px 0;
	font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #bcbdc0;
}

.sale-paysystem-yandex-button {
	display: inline-block;
	margin: 26px 10px 26px 0;
}

.sale-paysystem-yandex-button-item {
	padding: 0 22px;
	height: 38px;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #f59023;
	font: bold 13px/35px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
}

.sale-paysystem-yandex-button-item:hover {
	background: #ff911a;
	color: #fff;
	text-decoration: none;
}

.sale-paysystem-yandex-checkout-button-item {
	padding: 10px 22px;
}

.sale-paysystem-yandex-button-item:focus {
	color: #fff;
	text-decoration: none;
}

.sale-paysystem-yandex-button-descrition {
	display: inline-block;
	margin: 0 0 15px 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #80868e;
}
/* End */
/* /local/templates/hairshop/components/bitrix/menu/personal/style.css?17781650651511 */
/* /bitrix/components/bitrix/system.auth.authorize/templates/.default/style.css?1772703495893 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?177270349564 */
/* /local/templates/hairshop/components/bitrix/sale.personal.order.list/.default/style.css?17779951964255 */
/* /bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.css?17727035156552 */
