.bascet__menu-wr a {
	padding: 0;
}
.profile_form {
	 display: flex;
	 flex-wrap: wrap;
}
.profile_form_left,
.profile_form_right {
	width: 50%;
}
.profile_form_bottom {
	width: 100%;
}
.profile_form_left {
	padding-right: 10px;
}
.profile_form_right {
	padding-left: 10px;
}

@media(max-width: 600px){
	.profile_form_left,
	.profile_form_right {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

.profile_form_line {
	margin-bottom: 25px;
}
.profile_form_line label {
	display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}
.profile_form_line input,
.profile_form_line select {
	font-family: 'Mont';
	height: 54px;
	width: 100%;
	border: none;
	background: #F5F5F5;
	padding: 0 20px;
}
.profile_form_line input.readonly {
	background: #e7e7e7;
	cursor: default;
}
.checkbox_personal {
	margin-top: 10px;
}
.checkbox_personal input,
.checkbox_personal label {
	margin-bottom: 0;
}
.checkbox_personal label {
	cursor: pointer;
	display: inline-block;
}
.profile_btn {
	margin-bottom: 45px;
}
.profile_btn button {
	max-width: 156px;
    width: 100%;
    height: 51px;
    background: #ED713C;
    color: #FFF;
    font-family: 'Mont', sans-serif;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
}
.profile_btn button:hover {
	background: #FD5A14;
}

.profile_form_card {
	margin-top: -20px;
	background: #F5F5F5;
	padding: 45px 25px;
}
.profile_form_card_block {
	display: flex;
}
.profile_form_card_input {
	width: 25%;
	padding: 0 5px;
}
.profile_form_card_input input {
	font-family: 'Mont', sans-serif;
	height: 42px;
	width: 100%;
	border: none;
	background: #FFF;
	padding: 0 15px;
	font-size: 14px;
}
.profile_form_card_input input::placeholder {
	text-transform: uppercase;
}
.profile_form_card_bottom {
	margin-top: 25px;
	padding-left: 5px;
}
.profile_form_card_bottom button {
	max-width: 217px;
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid #000;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
}
.profile_form_card_bottom button:hover {
	border: 1px solid #ED713C;
	color: #ED713C;
}
.profile_form_card_del {
	margin-top: 5px;
}
.profile_form_card_del span {
	font-family: 'Mont';
	font-size: 12px;
    line-height: 15px;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}

.favor_block {
	padding-bottom: 65px;
}
.personal_favor_block {
	
}


.project_table_block {
	width: 100%;
	margin-bottom: 25px;
}
.project_table {
	width: 100%;
	font-family: 'Mont';
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
}
.project_table tr {
	font-family: 'SF Pro Display', sans-serif;
	height: 50px;
	font-weight: 300;
	border-bottom: 1px solid #E7E7E7;
}
.project_table tr:first-child {
	font-family: 'Mont';
	height: 56px;
	font-weight: 500;
	border-bottom: 1px solid #DDDDDD;
	letter-spacing: 1px;
	background: #F5F5F5;
	font-size: 16px;
	line-height: 20px;
}
.project_table td {
	text-align: center;
}
.project_line {
	vertical-align: baseline;
	font-size: 14px;
	line-height: 16px;
}
.project_adress {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
    font-family: 'Mont';
}
.project_action {
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
}
.project_action i {
	color: #000;
}
.project_action i:hover {
	color: #ED713C;
}


.project_search_block {
	padding: 20px 25px;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.project_search_btn {
	width: 34px;
	height: 34px;
	background: #FFF;
}

.project_search_input {
	width: calc(100% - 34px);
}
.project_search_input input {
	width: 95%;
	background: #FFF;
	height: 34px;
	border: none;
	padding: 0 25px;
}

.modal_edit_block,
.modal_add_block {
	max-width: 608px;
    width: 100%;
    min-height: 400px;
    height: auto;
    background: #F5F5F5;
    display: flex;
    flex-flow: column;
    padding: 63px 95px 96px 96px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.add_form,
.edit_form {
	padding: 0;
	margin: 0;
}

.contactpage__content-block2 select {
    padding-left: 19px;
    height: 49px;
    border: none;
    margin-bottom: 18px;
    font-family: 'Mont', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 0.2em;
    /* color: #999999; */
    color: #000000;
}

.online_text {
	font-family: 'Mont', sans-serif;
	font-size: 16px;
    line-height: 24px;
}
.online_text p {
	margin-bottom: 15px;
}

.bascet-item img {
	max-width: 115px;
}
.fav_sale_price {
	font-weight: 500;
    font-size: 13px;
    text-decoration: line-through;
    text-decoration-color: #EB8001;
}


