

/* 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/subscribe.edit/subscribe/style.css?1588151894221*/
div.subscribe-edit .red {
	color:red;
}
div.subscribe-edit .green {
	color:green;
}
div.subscribe-edit .errorcolor {
	color:red;
}
div.subscribe-edit .successcolor {
	color:green;
}

.bx-captcha {
	margin-bottom: 10px;}
	
/* End */
/* /bitrix/templates/system/components/bitrix/sale.personal.section/personal/style.css?15881518943342 */
/* /bitrix/templates/system/components/bitrix/subscribe.edit/subscribe/style.css?1588151894221 */
