

/* Start:/local/templates/nortun/components/bitrix/sale.personal.section/.default/style.css?167621664813178*/
.logout{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #0055A3;
}
.personal_title{
	padding-bottom: 40px;
}
.personal_title h2{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	display: flex;
	align-items: flex-start;
	color: #161717;
	padding-bottom: 16px;
}
.personal_wrap{
	background: #F8F8F8;
	padding-top: 32px;
	padding-bottom: 50px ;
}
.personal_block{
	display: flex;
	justify-content: space-between;
}
.order_list_block {
	background: white;
	width: 816px;
	padding: 27px 24px;
}
.title_link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding-bottom: 19px;
	border-bottom: 1px #F0F0F0 solid;
	margin-bottom: 16px;
}
.title_link p{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}
.title_link a{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: right;
	color: #0055A3;
}
.order_list_min{
	border: 1px solid rgba(0, 85, 163, 0.05);
	border-radius: 4px;
	padding: 16px 24px 16px 16px ;
}
.date_text{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #0E0E0E;
}
.status_id{
	display: flex;
	align-items: center;
}
.line_blue{
	background: #0055A3;
	width: 20px;
	height: 2px;
	margin-left: -2px;
}
.blue_block{
	width: 17px;
	height: 17px;
	border: 2px #0055A3 solid;
	border-radius: 5px;
}
.block_status_text{
	display: flex;
	margin-top: 4px;
	margin-bottom: 7px;
	align-items: center;
}
.text_status{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #F2994A;
}
.articule_text{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	margin-left: 16px;
	color: rgba(14, 14, 14, 0.6);
}
.done{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #27AE60;
}
.price_text{
	margin-top: 16px;
}
.price_text p {
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #0E0E0E;
}
.order_picture{
	display: flex;
	justify-content: end;
	padding-top: 7px;
}
.image-block{
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	width: 64px;
	height: 64px;
	margin-left: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order_list_min {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.image_grey{
	background: rgba(0, 85, 163, 0.05);
	border: 1px solid rgba(0, 85, 163, 0.05);
	border-radius: 4px;
	width: 64px;
	height: 64px;
	margin-left: 16px;
}
.image-block img{
	margin: auto;
	display: flex;
	width: 32px;
	height: 38px;
}
.image_grey img{
	display: flex;
	margin: 0 auto;
	margin-top: 28%;
}
.main_profile_block {
	width: 380px;
	margin-left: auto;
}
.profile_update{
	border-radius: 4px;
	background: white;
	padding: 27px 24px 8px 24px;
	margin-bottom: 24px;
}
.your_data{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	padding-bottom: 19px;
}
.name_profile{
	padding: 17px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px #F0F0F0 solid;
}
.name_surname{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(14, 14, 14, 0.6);
}
.your_name_surname{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin-top: 4px;
}
.btn_update_name{
	width: 95px;
	height: 36px;
	background: rgba(0, 85, 163, 0.05);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 8px 16px;
	gap: 10px;
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #0055A3;
	border: 0;
	outline: none;
	cursor: pointer;
}
.address_block{
	padding-top: 16px;
	border-top: 1px #F0F0F0 solid;
}
.my_address{

	background: rgba(0, 85, 163, 0.05);
	border-radius: 4px;
}
.address_title{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #0E0E0E;
	margin-bottom: 8px;
	padding: 17px 16px 0 16px;
}
.address_text{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #0E0E0E;
	padding:  0 16px;
}
.address_checkout{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(0, 85, 163, 0.05);
	border-radius: 0 0 4px 4px;
	padding: 7px 16px 8px 16px ;
	margin-top: 15px;
}
.basic{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: rgba(14, 14, 14, 0.6);
	cursor: pointer;
}
.close_checkout a{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	text-align: right;
	color: #C90C0F;
	cursor: pointer;
}
.add_address {
	margin-top: 16px;
	padding-bottom: 20px;
}
.add_address button{
	background: rgba(0, 85, 163, 0.05);
	border-radius: 4px;
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #0E0E0E;
	width: 100%;
	padding: 8px 0;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.popup_personal{
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: start;
	align-items: flex-start;
	flex-direction: column;
	padding:72px 24px 24px 24px;
	background: #FFFFFF;
	border-radius: 4px;
	z-index: 10001;
}

.popup_close_btn{
	position: absolute;
	top: 29px;
	right: 29px;
	cursor: pointer;

}
.popup_header,.popup_body,.popup_footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.user_name_surname_update_popup, .user_birthday_update_popup {
	width: 423px;
	height: 440px;
}
.user_delivery_address_update_popup{
	width: 531px;
	height: 625px;
}
.user_birthday_update_popup, .user_phone_update_popup {
	width: 423px;
	height:max-content;
}
.user_birthday_update_popup form, .user_phone_update_popup form, .user_delivery_address_update_popup form{
	width: 100%;
}
.popup_header h4{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	display: flex;
	color: #161717;
}
.popup_body input{
	width: 100%;
	padding: 20px;
	background: #F8F8F8;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	outline: none;
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.popup_body input:first-child{
	margin-bottom: 16px;
}
.popup_body{
	padding: 24px 0;
}
.popup_footer input{
	width: 100%;
	background: #0055A3;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
	border: 0;
	outline: none;
	padding: 13px 0;
	cursor: pointer;
}
.user_delivery_address_update_popup .popup_footer input{
	width: 48%!important;
}
   .popup_footer .censel{
	background: rgba(0, 85, 163, 0.05);
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #0055A3;
	width: 48%;
	padding: 13px 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	   margin: 0;
}
.popup_footer p{
	background: rgba(0, 85, 163, 0.05);
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #0055A3;
	padding: 17px 0 18px 16px;
	border: 0;
	outline: 0;
	cursor: pointer;
	width: 100%;
	margin-top: 16px;
}
.user_delivery_address_update_popup .popup_footer input{
	margin: 0;
	padding-left: 0;
}
.select_city, .address_INFO{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.address_INFO{
	margin-top: 16px;
}
.address_INFO input{
	width: 38%;
	margin-bottom: 16px;
}
#region, #city{
	width: 48%;
	padding: 17px 22px 18px 16px;
	background: #F8F8F8;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
}
.streets_input{
	margin-top: 16px;
}
.popup_body .address_INFO .streets_inputs:first-child{
	width: 38%;
	margin-top: 16px;
	margin-bottom: 0;
}
.popup_body .address_INFO .streets_inputs{
	width: 38%;
	margin-top: 16px;
}
.user_delivery_address_update_popup input[type=text]{
	padding: 17px 0 18px 16px;
	margin-bottom: 16px;
	width: 234px;
}
.user_delivery_address_update_popup #altProperty_23{
	width: 100%;
}
.select_location{
	padding: 7px 0 7px 16px;
	width:100%;
	background: #F8F8F8;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	cursor: pointer;
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	margin-bottom: 16px;
}
.popup_body textarea{
	background: #F8F8F8;
	box-sizing: border-box;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	padding: 17px 16px;
	width: 100%;
	height: 128px;
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	resize: none;
}
.address_delivery{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #0E0E0E;
	padding: 16px;
}
.user_phone_confirm_code_popup{
	width: 423px;
	height: 300px;
}
.popup_header p{
	padding: 8px 0 0 0;
}
.user_phone_confirm_code_popup form{
	width: 100%;
}
.user_phone_confirm_code_popup .popup_footer a{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: rgba(14, 14, 14, 0.3);
	text-align: center;
	padding-top: 16px;
	width: 100%;
}
.mobile_links_pesonal{
	display: none;
	width: 100%;
	align-items: center;
	overflow-x: auto;
	height: 99px;
	background: #F8F8F8;
}
.mobile_links_pesonal_btns{
	display: flex;
	align-items: center;
	width: auto;
}
.mobile_links_pesonal .pesonal_mobil_btn{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #0E0E0E;
	margin:0 8px;
	border-radius: 4px;
	padding: 12px 16px;
	background: #F8F8F8;
	width: -moz-max-content;
	width: max-content;
	cursor: pointer;
}
.pesonal_mobil_btn_active{
	background: #0055A3!important;
	color: #ffffff!important;
}
.order_list_block_mobile{
	display: none;
}

@media only screen and (max-width: 1366px) {
  .personal_block .order_list_block{
	width: 65%;
  }
	.personal_block .main_profile_block{
		width: 30%;
	}
}
@media only screen and (max-width: 1199px) {
	.personal_wrap .personal_block{
		flex-direction: column;
		width: 100%;
	}
	.personal_block .order_list_block{
		width:auto;
		padding: 24px 16px;
	}
	.personal_block .main_profile_block{
		width: auto;
		padding: 0;
		margin-top: 24px;
		margin-left: 0;
	}
	.my_address{
		width: 40%;
	}
	.address_block{
		padding-bottom: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.personal_title h2{
		font-size: 20px;
	}
	.logout{
		font-size: 14px;
	}
	.my_address{
		width: 55%;
	}
	.user_delivery_address_update_popup form .popup_body{
		display: flex;
		flex-direction: column;
	}
	.user_delivery_address_update_popup form .popup_body .select_location,.user_delivery_address_update_popup form .popup_body input{
		width: 100%;
	}
	form .popup_footer input{
		width: 100% !important;
	}
	.user_name_surname_update_popup form,.user_name_surname_update_popup .popup_header{
		margin: 0 auto;
	}
	.user_delivery_address_update_popup{
		height: max-content;
		overflow-y: auto;
	}
	.popup_header h4{
		font-size: 18px;
	}
}
@media only screen and (max-width: 700px) {
	.user_delivery_address_update_popup{
		height: 100%;
		overflow-y: auto;
	}
	.mobile_links_pesonal{
		display: flex;
	}
	.title_link{
		display: none;
	}
	.my_address{
		width: 100%;
	}
	.personal_block .order_list_block{
		display: none;
	}
	.user_personal_data{
		display: none;
	}

	.popup_footer input[type=submit],.popup_footer input[type=button]{
		width: 100%!important;
	}
	.user_delivery_address_update_popup{
		width: 95%;
	}

	.popup_body .select_location,.user_delivery_address_update_popup input{
		width: 100%;
	}
	.popup_footer .censel{
		width: 100%;
		margin-bottom: 16px;
	}
	.popup_personal{
		padding: 50px 16px 16px 16px;
	}
	.popup_footer .censel,.user_delivery_address_update_popup input,.popup_footer p{
		padding: 10px 0;
	}
	.user_name_surname_update_popup, .user_birthday_update_popup,.user_birthday_update_popup, .user_phone_update_popup{
		width: 95%;
		height: max-content;
	}
	.personal_wrap{
		padding: 0;
	}
}
@media only screen and (max-width: 580px) {
	.personal_title h2{
		font-size: 20px;
	}
	.logout{
		font-size: 14px;
	}

}


/* End */


/* Start:/local/templates/nortun/components/bitrix/sale.personal.order.list/nortun_orders/style.css?16759740215213*/

.sale-order-title {
	margin-top: 0;
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	padding-bottom: 19px ;
	margin-bottom: 16px;
	border-bottom: 1px #F0F0F0 solid;
	margin-left: 16px;
}

.title_link {
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding-bottom: 19px;
	border-bottom: 1px #F0F0F0 solid;
	margin-bottom: 16px;
}
.title_link p{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}
.title_link a{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: right;
	color: #0055A3;
}
.image-block{
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	width: 64px;
	height: 64px;
	margin-left: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order_list_min {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 16px 24px 16px 16px ;
	width: 100%;
}
.order_list_max{
	border: 1px solid rgba(0, 85, 163, 0.05);
	border-radius: 4px;
	margin-bottom: 16px;
}
.down_block{
	background: rgba(0, 85, 163, 0.05);
	border-radius: 4px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 0;
	cursor: pointer;
}
.image_grey{
	background: rgba(0, 85, 163, 0.05);
	border: 1px solid rgba(0, 85, 163, 0.05);
	border-radius: 4px;
	width: 64px;
	height: 64px;
	margin-left: 16px;
}
.image-block img{
	margin: auto;
	display: flex;
	width: 32px;
	height: 38px;
}
.date_text{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #0E0E0E;
}
.order_date{
	width: 60%;
}
.status_id{
	display: flex;
	align-items: center;
}
.line_blue{
	background: #0055A3;
	width: 20px;
	height: 2px;
	margin-left: -2px;
}
.blue_block{
	width: 17px;
	height: 17px;
	border: 2px #0055A3 solid;
	border-radius: 5px;
}
.block_status_text{
	display: flex;
	margin-top: 4px;
	margin-bottom: 7px;
	align-items: center;
}
.text_status{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #F2994A;
}
.articule_text{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	margin-left: 16px;
	color: rgba(14, 14, 14, 0.6);
}
.done{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #27AE60;
}
.price_text{
	margin-top: 16px;
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #0E0E0E;
}
.pcontent{
	background: #FFFFFF;
	border-radius: 4px;
	padding: 24px ;
}
.order_picture{
	display: flex;
	align-items: center;
}
.personal_wrap{
	background: #F8F8F8;
	padding: 32px 0;
}
.picture_slide{
	display: flex;
	align-items: center;
	position: relative;
	width: 90%;
	overflow: hidden;
}

.info_block p{
	text-align: center;
}
.info_block p:first-child{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #0E0E0E;
	margin-top: 4px;
	margin-bottom: 0;
}
.info_block p:last-child{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: rgba(14, 14, 14, 0.6);
}
.picture_block  .image-block{
	margin-left: auto;
	margin-right: auto;
}
.address-block_order{
	width: 30%;
}
.address-block_order .address_order{
	background: rgba(0, 85, 163, 0.05);
	border-radius: 4px;
	width: 100%;
	height: auto;
	padding: 17px;
}
.address_order p:first-child{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #0E0E0E;
}
.address_order p:last-child{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #0E0E0E;
}
.compy_order{
	margin-top: 16px;
}
.compy_order a{
	width: 100%;
	background: #0055A3;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 13px 32px;
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
}
.personal_order_buttons .picture_icon_next{
	right: 0;
	left: auto;
	top: 40%;
}
.personal_order_buttons .picture_icon_prev{
	left: 0;
	right: auto;
	top: 40%;
}
.personal_order_buttons .picture_icon_next img,.personal_order_buttons .picture_icon_prev img{
	width: 40px;
}
@media only screen and (max-width: 1199px) {
	.order_date{
		width: 65%;
	}
	.address-block_order {
		width: 35%;
	}
}
@media only screen and (max-width: 991px) {
	.order_date{
		width: 55%;
	}
	.address-block_order {
		width: 45%;
	}
}
@media only screen and (max-width: 700px) {
	.order_date{
		width: 100%;
	}
	.address-block_order,.picture_slide{
		width: 100%;
	}
	.order_picture,.status_id{
		display: none;
	}
	.order_list_min{
		padding: 16px;
	}
	.pcontent{
		width: 100%!important;
		padding: 16px;
	}
	.address-block_order .address_order{
		height: auto;
	}
}


/* End */


/* Start:/bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.min.css?16633112985814*/
.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 .5s;-moz-transition:background ease-out .5s;-o-transition:background ease-out .5s;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;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 */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?166331133551*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/nortun/components/bitrix/system.pagenavigation/.default/style.css?1662640615219*/
nav, .callbacks, .disable-destroy, .show-hide, .dialog, .all-themes-switch, .scrollTo {
    /*background: none !important;*/
}

li.active span{ background: #7C7C7C !important; border: #7C7C7C  1px solid !important;}
/* End */


/* Start:/local/templates/nortun/components/bitrix/sale.personal.profile.list/.default/style.css?16758839372092*/
/*Table*/
table.sale_personal_profile_list
{
	width:100%;
	background-color:#F9FAFB;
	border-collapse:collapse;
	font-size:12px;
}

/*Table head*/
table.sale_personal_profile_list th
{
	background-image:url(/local/templates/nortun/components/bitrix/sale.personal.profile.list/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_personal_profile_list th, table.sale_personal_profile_list td
{
	border:1px solid #ADC3D5;
	padding: 3px 5px;
	vertical-align:top;
}

.sale-personal-profile-list-arrow-up,
.sale-personal-profile-list-arrow-down {
	color: #d8d8d8;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
}

.sale-personal-profile-list-arrow-up:hover,
.sale-personal-profile-list-arrow-down:hover {
	color: #337ab7;
}

.sale-personal-profile-list-actions {
	min-width: 120px;
}

.sale-personal-profile-list-close-button {
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 0;
	background: url(/local/templates/nortun/components/bitrix/sale.personal.profile.list/.default/images/sale-personal-profile-list-close.svg) 4px 4px no-repeat;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	vertical-align: middle;
	cursor: pointer;
}

.sale-personal-profile-list-close-button:hover {
	opacity: .5;
}

.sale-personal-profile-list-change-button {
	display: inline-block;
	border-bottom: 1px solid #337ab7;
	vertical-align: middle;
	transition: border-bottom .3s ease;
}

.sale-personal-profile-list-change-button:hover {
	border-bottom: 1px solid transparent;
}

.sale-personal-profile-list-border {
	display: inline-block;
	margin: 0 5px;
	height: 23px;
	border-right: 1px solid #dee2e7;
	vertical-align: middle;
}
.make_main_address {
	color: #0055A3;
	cursor: pointer;
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	/*color: rgba(14, 14, 14, 0.6);*/
}
body .main_address {
	cursor: inherit;
}
.empty_delivery_info{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #0E0E0E;
	text-align: center;
}
/* End */
/* /local/templates/nortun/components/bitrix/sale.personal.section/.default/style.css?167621664813178 */
/* /local/templates/nortun/components/bitrix/sale.personal.order.list/nortun_orders/style.css?16759740215213 */
/* /bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.min.css?16633112985814 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?166331133551 */
/* /local/templates/nortun/components/bitrix/system.pagenavigation/.default/style.css?1662640615219 */
/* /local/templates/nortun/components/bitrix/sale.personal.profile.list/.default/style.css?16758839372092 */
