

/* Start:/bitrix/templates/system/components/bitrix/sale.personal.section/personal/style.css?15881518943342*/
.sale-personal-section-index-block{
	padding: 0;
	margin: 15px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
	color: #fff;
	background-size: cover;
	border-radius: 3px;
	height: 87%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	background-color: #013b69;
}

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

/*.sale-personal-section-index-block.bx-theme-green{*/
	/*background: url(/bitrix/templates/system/components/bitrix/sale.personal.section/personal/images/wt_green.png) center top;*/
/*}*/
/*.sale-personal-section-index-block.bx-theme-blue{*/
	/*background: url(/bitrix/templates/system/components/bitrix/sale.personal.section/personal/images/wt_blue.png) center top;*/
/*}*/
/*.sale-personal-section-index-block.bx-theme-red{*/
	/*background: url(/bitrix/templates/system/components/bitrix/sale.personal.section/personal/images/wt_red.png) center top;*/
/*}*/
/*.sale-personal-section-index-block.bx-theme-yellow{*/
	/*background: url(/bitrix/templates/system/components/bitrix/sale.personal.section/personal/images/wt_yellow.png) center top;*/
/*}*/
/*.sale-personal-section-index-block.bx-theme-black{*/
	/*background: url(/bitrix/templates/system/components/bitrix/sale.personal.section/personal/images/wt_black.png) center top;*/
/*}*/
.sale-personal-section-index-block:hover{
	background-color: #1b69a7;
}
.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited{
	text-decoration: none;
	display: block;
	width: 100%;
	padding:25px 15px;
	color: #fff;
}
.sale-personal-section-index-block-link{color: #fff;}
.sale-personal-section-index-block-ico {font-size: 55px;}
.sale-personal-section-index-block-name{
	font-size: 16px;
	margin: 15px 0 0;
}
.sale-personal-section-account-sub-header{
	margin-top:40px;
}

.sale-personal-section-row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
}

.subscribe-edit {
    width: 100%;
    max-width: 600px;
    line-height: 1.8;
}

.subscribe-edit-table {
	margin-bottom: 25px;}

.subscribe-edit-table .table-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.subscr-auth-logout, .subscr_settings_note, .description-container {
    margin-top: 10px;
}

.subscribe-edit .radiobox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.subscribe-edit .radiobox input {
    display: none;}

.subscribe-edit .radiobox label {
    margin: 0;
    cursor: pointer;
}

.subscribe-edit .radiobox label span {
    display: inline-block;
    vertical-align: middle;
}

.subscribe-edit .radiobox input[type=radio] + label span.dot {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 16px;
    width: 16px;
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.subscribe-edit .radiobox input[type=radio] + label span.dot:after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    width: 8px;
    height: 8px;
    background-color: #e2001a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: .2s ease-in-out;
    top: 3px;
    left: 3px;
}

.subscribe-edit .radiobox input[type=radio]:checked + label span.dot:after {
    opacity: 1;
}
/* End */


/* Start:/bitrix/templates/system/components/bitrix/system.auth.authorize/flat/style.css?1588151894833*/
.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
    padding: 6px 20px;
    border-color: #ccc;
    border-radius: 0;
}

.bx-authform {
    max-width: 100%;}

.bx-authform-formgroup-container .value {
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    width: 100%;
}

.form-checkbox .bx-filter-param-label {
    padding-left: 0;}

.bx-authform-link-container, .bx-authform-description-container {
    font-size: inherit;}

.bx-authform-link-container.forgotpass {
    margin-top: 10px;}

.bx-authform-link-container.register {
    padding-top: 25px;
    border-top: 1px solid #CCD5DB;
    font-size: 16px;
}
/* End */


/* Start:/bitrix/templates/system/components/bitrix/sale.personal.section/personal/bitrix/sale.personal.account/.default/style.css?15881518942674*/
.sale-personal-account-wallet-container{
	width:100%;
	max-width:390px;
	margin-bottom:20px;
	border: 1px solid #013b69;
}
.sale-personal-account-wallet-title{
	background-color: #013b69;
	color: #fff;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	padding:11px 17px;
}
.sale-personal-account-wallet-list-container{
	/*background-color: #F5A623;*/
	color: #013b69;
	border-radius: 0 0 3px 3px;
}
.sale-personal-account-wallet-list{}
.sale-personal-account-wallet-list-item{
	position: relative;
	padding:11px 17px 12px 17px;
	font-size:15px;
	overflow: hidden;
	border-bottom: 1px solid #E39A20;
}
.sale-personal-account-wallet-list .sale-personal-account-wallet-list-item:last-child{
	border-bottom: none;
}
/*.sale-personal-account-wallet-list-item:before{*/
	/*content:" ";*/
	/*display: block;*/
	/*position: absolute;*/
	/*left:15px;*/
	/*width: 22px;*/
	/*height:22px;*/
	/*background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDMiIGhlaWdodD0iNTAzIiB2aWV3Qm94PSIwIDAgNTAzIDUwMyI+ICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNTEuNywwLjYgQzExMi45LDAuNiAwLjUsMTEzLjEgMC41LDI1MS44IEMwLjUsMzkwLjUgMTEzLDUwMyAyNTEuNyw1MDMgQzM5MC40LDUwMyA1MDIuOSwzOTAuNSA1MDIuOSwyNTEuOCBDNTAyLjksMTEzLjEgMzkwLjUsMC42IDI1MS43LDAuNiBMMjUxLjcsMC42IFogTTI1MS43LDQzNS44IEMxNTAuMSw0MzUuOCA2Ny44LDM1My40IDY3LjgsMjUxLjkgQzY3LjgsMTUwLjQgMTUwLjIsNjggMjUxLjcsNjggQzM1My4yLDY4IDQzNS42LDE1MC40IDQzNS42LDI1MS45IEM0MzUuNiwzNTMuNCAzNTMuMyw0MzUuOCAyNTEuNyw0MzUuOCBMMjUxLjcsNDM1LjggWiBNMjQwLjMsMTMwLjUgQzIzNy45LDEzOC45IDIzNC4zLDE0NS41IDIyOS41LDE1MC41IEMyMjIuNiwxNTcuOCAyMTMuNiwxNjIuNyAyMDIuNiwxNjUuMSBDMTk1LjcsMTY2LjYgMTgzLjYsMTY3LjggMTY2LjMsMTY4LjYgTDE2Ni4zLDIwNiBMMjMyLDIwNiBMMjMyLDM5OC43IEwyODguMywzOTguNyBMMjg4LjMsMTE5LjMgTDI0Mi40LDExOS4zIEMyNDIuNCwxMjEuOCAyNDEuNywxMjUuNSAyNDAuMywxMzAuNSBMMjQwLjMsMTMwLjUgWiIvPjwvc3ZnPg==) no-repeat center;*/
	/*background-size:22px;*/
	/*top:50%;*/
	/*margin-top:-11px;*/
/*}*/

.sale-personal-account-wallet-currency {
	display: inline-block;
	float: left;
	font-size: 15px;
	line-height:22px;
	vertical-align: middle;
}

.sale-personal-account-wallet-currency-item {
	font: bold 14px/17px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #e2001a;
}

.sale-personal-account-wallet-currency-item + .sale-personal-account-wallet-currency-item {
	font: bold 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.sale-personal-account-wallet-sum {
	display: inline-block;
	float: right;
	white-space: nowrap;
	font-weight: bold;
	font-size: 22px;
	/*line-height: 22px;*/
	vertical-align: middle;
}
/* End */
/* /bitrix/templates/system/components/bitrix/sale.personal.section/personal/style.css?15881518943342 */
/* /bitrix/templates/system/components/bitrix/system.auth.authorize/flat/style.css?1588151894833 */
/* /bitrix/templates/system/components/bitrix/sale.personal.section/personal/bitrix/sale.personal.account/.default/style.css?15881518942674 */
