@media (max-width: 500px) {
		.address-row {
				flex-direction: column;
				height: 100px;
		}
		.rekvizity-botton{
			
					margin: 0 auto;
					width: 100%;
					margin-top: 33px;
		
		}
		span.custom-profile__input {
				text-align: center;
				margin-top: 5px;
		}
}


.hide{
	display: none;
}
.address-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px;
		background-color: #ececec;
		margin-bottom: 10px;
		color: #19084b;
}
	.fancybox__content {
		/* max-width: 500px; /* Задайте ширину, которая вам нужна */ 
		/* width: 100%; */
}
.custom-address__buttons {
		text-align: end;
	
}

h3.rekvizity-title {
		color: #19084b;
}

.custom-profile__edit{
	padding: 20px;
}
/* .custom-profile__edit{
	padding-left: 0px;
}
.col-9 .bx-content.col{
	padding-left: 0;
}
.rekvizity-subtitle{
	margin-bottom: 40px;
}
.table{
	border: 1px solid #f3f3f3;
    padding: 40px 30px 60px 30px;
	position:relative;
}
.table-row .table-cell__name{
	color: #a8a8a8;
}

.rekvizity-botton {
	position: absolute;
    bottom: -5%;
    left: 5%;	
}
#custom-profile__mainInput{
	width:100%;
}
.rekvizity-botton span{
	border:none;
	border-radius: 4px;
	background-color: rgb(8, 136, 255);
	width: 230px;
	height: 40px;
	color: #fff;
	cursor: pointer;
    text-align: center;
    padding: 7px 0px;
}
.rekvizity-botton__add{
	border:none;
	border-radius: 4px;
	background-color: rgb(8, 136, 255);
	width: 230px;
	height: 40px;
	color: #fff;
	cursor: pointer;
    text-align: center;
    padding: 7px 0px;
}
.custom-profile__input{
	width: 60%;
	padding: 0;
	border:none;
	background:none;
	font-weight: bold;
	float: left;
}
.custom-profile__input.active{
	border: 1px solid grey;
}
.custom-profile__input:focus{
	outline:none;
}
.custom-profile__input:disabled{
	outline:none;
	color:#000;
}	
.custom-address__change{
	margin-right: 30px;
	color:#1765c6;
}
.custom-address__remove{	
	color:#fe1010;
	
}
.custom-address__buttons{
	float: right;
    margin-right: 30px;
}
.custom-address__buttons span{
	cursor:pointer;
}
.address-row{
	float:left;
	padding: 8px 0px 9px 15px;
	border-radius: 4px;
	/* background-color: #f7f7f7; 
	width: 95%;
	height: 40px;
	z-index: 266;
	margin-bottom: 10px;
}
.modal-content{
	padding: 30px 60px;
}
.modal-header{
	border:none;
}
.modal-footer{
	border:none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,75%);
    transform: translate(0,75%);
	width: 439px;
	height: 291px;
}
.profile-botton__change{
	border: none;
	border-radius: 4px;
	background-color: rgb(8, 136, 255);
	width: 150px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding: 7px 0px;
}
.modal-footer{
	display:block;
}
.profile-change__area{
	border: 1px solid #0888ff;
	border-radius: 4px;
	height: 55px;
	text-align: left;
	padding: 0 15px;
}

.profile-change__whatChange{
	font-size: 12px;
	color: rgb(146, 146, 146);
	line-height: 1.2;
}
.profile-change__close{
	position:absolute;
	top: 3%;
	right: 3%;
} */
