

/* Start:/local/templates/tiros/components/bitrix/sale.personal.section/personal/style.css?17712457521445*/
.personal__inner{
	display: flex;
	gap: 12px;
	margin: 40px 0;
}

.personal__menu,
.personal__content{
	flex: 1;
}

.personal__menu{
	max-width: 250px;
}

.personal__menu h2{
	margin: 0;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 2;
}

.personal__content h1{
	margin: 0;
	margin-bottom: 20px;
	font-size: 36px;
}

a.personal__menu-link,
.page-holder a.personal__menu-link,
.personal__menu-link,
.page-holder .personal__menu-link{
	border: none !important;
	display: flex;
	align-items: center;
	gap: 4px;
}

.personal__menu-holder{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.personal__menu-link-icon{
	width: 20px;
	height: 20px;
}

.personal__content-active-orders h4{
	margin: 0;
}

.personal__content-active-orders-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.personal__content-active-orders-header a{
	border: none !important;
}

.personal__menu-counter{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	border-radius: 12px;
	background-color: var(--site-accent-color);
	color: var(--site-light-color);
	font-size: 11px;
	line-height: 24px;
	padding: 0 4px;
}

@media(max-width: 850px){
	.personal__inner{
		flex-direction: column;
		margin: 20px 0;
	}
	.personal__menu{
		max-width: none;
	}
	.personal__menu h2 {
		margin-bottom: 6px;
		font-size: 19px;
	}
	.personal__content h1 {
		font-size: 25px;
	}
}

/* End */


/* Start:/local/templates/tiros/components/ma/menu/left-menu/style.css?1768455864747*/
.left-menu {
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding-right: 20px;
    border-right: 1px solid var(--site-input-border-color);
}

.left-menu_item {
    display: flex;
    min-width: 110px;
    padding: 20px 0;
    border-bottom: 1px solid var(--site-input-border-color);

    @media (min-width: 1200px) {
        min-width: 240px;
    }
}

.left-menu_item:last-of-type {
    border-bottom: none;
}

.left-menu_item a {
    width: 100%;
    height: 100%;
    color: var(--site-text3-color);
    font-size: 14px;
}

.left-menu_item a:visited {
    color: var(--site-text3-color);
}

.left-menu_item.active a {
    font-weight: 700;
    color: var(--site-accent-color);
}
/* End */


/* Start:/local/templates/tiros/components/bitrix/system.auth.authorize/flat/style.css?1766057248238*/
.authorize-register-cell .g-button,
.authorize-submit-cell .g-button {
    width: 100%;
}

.bx-auth__show-password {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* End */
/* /local/templates/tiros/components/bitrix/sale.personal.section/personal/style.css?17712457521445 */
/* /local/templates/tiros/components/ma/menu/left-menu/style.css?1768455864747 */
/* /local/templates/tiros/components/bitrix/system.auth.authorize/flat/style.css?1766057248238 */
