?
| Current Path : /home/webyoo/www/leumi/site/ |
| Current File : /home/webyoo/www/leumi/site/dashboard-home.php |
<?php
include "start.php";
include "verif_session.php";
$paypalLink = 'https://www.paypal.com/ncp/payment/5N8E4NP36REZL';
$userId = (int)$_SESSION['user']['id'];
// ---- Deals ferm茅s o霉 l'utilisateur est LOCATAIRE (bid = 讗砖讻专讛 住讙专谞讜!) ----
$tenantDealsQuery = mysqli_query($link,
"SELECT p.id_property, p.name_property, p.city, b.amount
FROM rent_bids b
INNER JOIN rent_properties p ON p.id_property = b.id_property
WHERE b.id_user = " . $userId . "
AND b.status_bid = '讗砖讻专讛 住讙专谞讜!'"
);
$tenantDeals = [];
if ($tenantDealsQuery) {
while ($r = mysqli_fetch_assoc($tenantDealsQuery)) {
$tenantDeals[] = $r;
}
mysqli_free_result($tenantDealsQuery);
}
// ---- Deals ferm茅s o霉 l'utilisateur est PROPRIETAIRE ----
$ownerDealsQuery = mysqli_query($link,
"SELECT p.id_property, p.name_property, p.city, b.amount,
u.name AS tenant_name
FROM rent_properties p
INNER JOIN rent_bids b ON b.id_property = p.id_property
INNER JOIN rent_users u ON u.id = b.id_user
WHERE p.id_user = " . $userId . "
AND b.status_bid = '讗砖讻专讛 住讙专谞讜!'"
);
$ownerDeals = [];
if ($ownerDealsQuery) {
while ($r = mysqli_fetch_assoc($ownerDealsQuery)) {
$ownerDeals[] = $r;
}
mysqli_free_result($ownerDealsQuery);
}
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Real Estate Html Template">
<meta name="author" content="">
<meta name="generator" content="Jekyll">
<title>讗砖讻专讛 - 讗讝讜专 讗讬砖讬</title>
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<!-- Vendors CSS -->
<link rel="stylesheet" href="vendors/fontawesome-pro-5/css/all.css">
<link rel="stylesheet" href="vendors/bootstrap-select/css/bootstrap-select.min.css">
<link rel="stylesheet" href="vendors/slick/slick.min.css">
<link rel="stylesheet" href="vendors/magnific-popup/magnific-popup.min.css">
<link rel="stylesheet" href="vendors/jquery-ui/jquery-ui.min.css">
<link rel="stylesheet" href="vendors/chartjs/Chart.min.css">
<link rel="stylesheet" href="vendors/dropzone/css/dropzone.min.css">
<link rel="stylesheet" href="vendors/animate.css">
<link rel="stylesheet" href="vendors/timepicker/bootstrap-timepicker.min.css">
<link rel="stylesheet" href="vendors/mapbox-gl/mapbox-gl.min.css">
<link rel="stylesheet" href="vendors/dataTables/jquery.dataTables.min.css">
<!-- Themes core CSS -->
<link rel="stylesheet" href="css/themes.css">
<!-- Favicons -->
<link rel="icon" href="images/favicon.ico">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@">
<meta name="twitter:creator" content="@">
<meta name="twitter:title" content="Dashboard">
<meta name="twitter:description" content="Real Estate Html Template">
<meta name="twitter:image" content="images/homeid-social-logo.png">
<!-- Facebook -->
<meta property="og:url" content="dashboard.html">
<meta property="og:title" content="Dashboard">
<meta property="og:description" content="Real Estate Html Template">
<meta property="og:type" content="website">
<meta property="og:image" content="images/homeid-social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
</head>
<body>
<div class="wrapper dashboard-wrapper">
<div class="d-flex flex-wrap flex-xl-nowrap">
<div class="db-sidebar bg-white">
<?php include "navbar.php";?>
</div>
<div class="page-content">
<header class="main-header shadow-none shadow-lg-xs-1 bg-white position-relative d-none d-xl-block">
<div class="container-fluid">
<nav class="navbar navbar-light py-0 row no-gutters px-3 px-lg-0">
<div class="col-md-4 px-0 px-md-6 order-1 order-md-0">
<form>
<div class="input-group">
<div class="input-group-prepend mr-0">
<button class="btn border-0 shadow-none fs-20 text-muted p-0" type="submit"><i
class="far fa-search"></i></button>
</div>
<input type="text" class="form-control border-0 bg-transparent shadow-none"
placeholder="讞驻砖" name="search">
</div>
</form>
</div>
<div class="col-md-6 d-flex flex-wrap justify-content-md-end order-0 order-md-1">
<div class="dropdown border-md-right border-0 py-3 text-right">
<a href="#"
class="dropdown-toggle text-heading pr-3 pr-sm-6 d-flex align-items-center justify-content-end"
data-toggle="dropdown">
<div class="mr-4 w-48px">
<img src="images/testimonial-5.jpg"
alt="Ronald Hunter" class="rounded-circle">
</div>
<div class="fs-13 font-weight-500 lh-1">
<?php echo $_SESSION['user']['name']; ?><br>
<span class="text-muted">诪砖转诪砖</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right w-100">
<a class="dropdown-item" href="dashboard-my-profiles.php">讛驻专讜驻讬诇 砖诇讬</a>
<a class="dropdown-item" href="javascript:;" id="disconnect">讬爪讬讗讛</a>
</div>
</div>
<div class="dropdown no-caret py-3 px-3 px-sm-6 d-flex align-items-center justify-content-end notice">
<?php
$unread = mysqli_query($link, "SELECT m.*, u.name FROM `rent_messages` m
INNER JOIN `rent_users` u ON m.id_sender = u.id
WHERE (m.id_sender = ".$_SESSION['user']['id']." OR m.id_receiver = ".$_SESSION['user']['id'].") AND m.status_mess_read = '诇讗 谞拽专讗讛'
ORDER BY m.date_message DESC");
$row_cnt_mess_unread = mysqli_num_rows($unread);
?>
<a href="#" class="dropdown-toggle text-heading fs-20 font-weight-500 lh-1"
data-toggle="dropdown">
<i class="far fa-bell"></i>
<span class="badge badge-primary badge-circle badge-absolute font-weight-bold fs-13"><?=$row_cnt_mess_unread?></span>
</a>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="dashboard-my-messages.php">转讬讘转 讛讜讚注讜转</a>
</div>
</div>
</div>
</nav>
</div>
</header>
<main id="content" class="bg-gray-01">
<div class="px-3 px-lg-6 px-xxl-13 py-5 py-lg-10">
<div class="d-flex flex-wrap flex-md-nowrap mb-6" dir="rtl" style="text-align: right;">
<div>
<h2 class="mb-0 text-heading fs-22 lh-15">讘专讜讱 讛讘讗 <?php echo $_SESSION['user']['name']; ?></h2>
<p>讛讗讝讜专 讛讗讬砖讬 砖诇讱 讜诇谞讜讞讬讜转讱</p>
</div>
<div style="visibility: hidden">
<a href="dashboard-add-new-property.html" class="btn btn-primary btn-lg">
<span>讛讜住祝 谞讻住</span>
<span class="d-inline-block ml-1 fs-20 lh-1"><svg class="icon icon-add-new"><use
xlink:href="#icon-add-new"></use></svg></span>
</a>
</div>
</div>
<?php if (!empty($tenantDeals)): ?>
<div class="mb-6" dir="rtl">
<?php foreach ($tenantDeals as $td): ?>
<div class="alert border-0 shadow-sm mb-3" role="alert" style="text-align:right;background:linear-gradient(110deg,#e9ffe8 0%,#dff7ff 100%);border-radius:12px;">
<div class="d-flex align-items-center justify-content-between flex-wrap">
<div>
<h5 class="mb-1" style="color:#1a7a3a;">馃帀 诪讝诇 讟讜讘! 讛注住拽讛 谞住讙专讛</h5>
<p class="mb-1">
<strong><?=htmlspecialchars($td['name_property'], ENT_QUOTES)?></strong>
<?php if (!empty($td['city'])): ?> 路 <?=htmlspecialchars($td['city'], ENT_QUOTES)?><?php endif; ?>
<?php if (!empty($td['amount'])): ?> 路 讛爪注讛: <strong><?=number_format((float)$td['amount'])?> 鈧</strong><?php endif; ?>
</p>
<p class="mb-0 text-muted" style="font-size:13px;">诇讛砖诇诪转 讛转讛诇讬讱 讜诇拽讘诇转 讗讬砖讜专 住讜驻讬, 讬砖 诇砖诇诐 讚诪讬 砖讬专讜转 讘住讱 99 鈧.</p>
</div>
<div class="mt-2 mt-md-0">
<a href="<?=htmlspecialchars($paypalLink, ENT_QUOTES)?>" target="_blank" class="btn btn-success btn-lg" style="font-weight:700;min-width:160px;">
<i class="fas fa-credit-card ml-2"></i>砖诇诐 99 鈧 注讻砖讬讜
</a>
</div>
</div>
</div>
<?php endforeach; ?>
</div>
<?php endif; ?>
<?php if (!empty($ownerDeals)): ?>
<div class="mb-6" dir="rtl">
<?php foreach ($ownerDeals as $od): ?>
<div class="alert border-0 shadow-sm mb-3" role="alert" style="text-align:right;background:linear-gradient(110deg,#fff9e8 0%,#fff3cd 100%);border-radius:12px;">
<div class="d-flex align-items-center justify-content-between flex-wrap">
<div>
<h5 class="mb-1" style="color:#856404;">馃攽 注住拽讛 谞住讙专讛 注诇 讛谞讻住 砖诇讱</h5>
<p class="mb-1">
<strong><?=htmlspecialchars($od['name_property'], ENT_QUOTES)?></strong>
<?php if (!empty($od['city'])): ?> 路 <?=htmlspecialchars($od['city'], ENT_QUOTES)?><?php endif; ?>
<?php if (!empty($od['tenant_name'])): ?> 路 砖讜讻专: <strong><?=htmlspecialchars($od['tenant_name'], ENT_QUOTES)?></strong><?php endif; ?>
<?php if (!empty($od['amount'])): ?> 路 住讻讜诐: <strong><?=number_format((float)$od['amount'])?> 鈧</strong><?php endif; ?>
</p>
<p class="mb-0 text-muted" style="font-size:13px;">拽讬砖讜专 转砖诇讜诐 诇砖讜讻专 (99 鈧) 鈥 谞讬转谉 诇砖诇讜讞 诇讜 讬砖讬专讜转.</p>
</div>
<div class="mt-2 mt-md-0">
<a href="<?=htmlspecialchars($paypalLink, ENT_QUOTES)?>" target="_blank" class="btn btn-warning btn-lg" style="font-weight:700;min-width:180px;">
<i class="fas fa-share ml-2"></i>拽讬砖讜专 转砖诇讜诐 诇砖讜讻专
</a>
</div>
</div>
</div>
<?php endforeach; ?>
</div>
<?php endif; ?>
<!-- Section 诪砖讻讬专 (Owner cards) -->
<h5 class="fs-16 text-heading mb-4" dir="rtl" style="text-align: right;"><i class="fas fa-key ml-2"></i>讻诪砖讻讬专</h5>
<div class="row">
<div class="col-sm-6 col-xxl-4 mb-6">
<div class="card">
<div class="card-body row align-items-center px-6 py-7">
<div class="col-4">
<a href="dashboard-my-messages.php" class="text-heading">
<span class="w-83px h-83 d-flex align-items-center justify-content-center fs-36 badge badge-yellow badge-circle">
<i class="fas fa-envelope"></i>
</span>
</a>
</div>
<div class="col-8 text-center">
<a href="dashboard-my-messages.php" class="text-heading">
<p class="fs-42 lh-12 mb-0 counterup" data-start="0"
data-end="<?=$row_cnt_mess?>" data-decimals="0"
data-duration="0" data-separator=""><?=$row_cnt_mess?></p>
<p>转讬讘转 讛讜讚注讜转</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xxl-4 mb-6">
<div class="card">
<div class="card-body row align-items-center px-6 py-7">
<div class="col-5">
<a href="dashboard-my-properties.php" class="text-heading">
<span class="w-83px h-83 d-flex align-items-center justify-content-center fs-36 badge badge-green badge-circle">
<svg class="icon icon-1"><use xlink:href="#icon-1"></use></svg>
</span>
</a>
</div>
<div class="col-7 text-center">
<a href="dashboard-my-properties.php" class="text-heading">
<p class="fs-42 lh-12 mb-0 counterup" data-start="0"
data-end="<?=$row_cnt_property?>" data-decimals="0"
data-duration="0" data-separator=""><?=$row_cnt_property?></p>
<p>讛谞讻住讬诐 砖诇讬</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xxl-4 mb-6">
<div class="card">
<div class="card-body row align-items-center px-6 py-7">
<div class="col-5">
<a href="dashboard-add-new-property.php" class="text-heading">
<span class="w-83px h-83 d-flex align-items-center justify-content-center fs-36 badge badge-blue badge-circle">
<i class="fas fa-plus-circle"></i>
</span>
</a>
</div>
<div class="col-7 text-center">
<a href="dashboard-add-new-property.php" class="text-heading">
<p class="fs-42 lh-12 mb-0">
<i class="fas fa-home text-primary"></i>
</p>
<p>讛讜住祝 谞讻住 讞讚砖</p>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Section 砖讜讻专 (Renter cards) -->
<h5 class="fs-16 text-heading mb-4" dir="rtl" style="text-align: right;"><i class="fas fa-search ml-2"></i>讻砖讜讻专</h5>
<div class="row" dir="rtl">
<div class="col-sm-6 col-xxl-4 mb-6">
<div class="card">
<div class="card-body row align-items-center px-6 py-7">
<div class="col-5">
<a href="dashboard-my-properties-rentor.php" class="text-heading">
<span class="w-83px h-83 d-flex align-items-center justify-content-center fs-36 badge badge-green badge-circle">
<svg class="icon icon-2"><use xlink:href="#icon-2"></use></svg>
</span>
</a>
</div>
<div class="col-7 text-center">
<a href="dashboard-my-properties-rentor.php" class="text-heading">
<p class="fs-42 lh-12 mb-0 counterup" data-start="0"
data-end="<?=$row_cnt_bids?>" data-decimals="0"
data-duration="0" data-separator=""><?=$row_cnt_bids?></p>
<p>讛谞讻住讬诐 砖讛讙砖转讬 注讘讜专诐 讛爪注讛 - 讘讛诪转谞讛 诇转讙讜讘转 讛诪砖讻讬专</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xxl-4 mb-6">
<div class="card">
<div class="card-body row align-items-center px-6 py-7">
<div class="col-4">
<a href="dashboard-my-messages.php" class="text-heading">
<span class="w-83px h-83 d-flex align-items-center justify-content-center fs-36 badge badge-yellow badge-circle">
<svg class="icon icon-review"><use xlink:href="#icon-review"></use></svg>
</span>
</a>
</div>
<div class="col-8 text-center">
<a href="dashboard-my-messages.php" class="text-heading">
<p class="fs-42 lh-12 mb-0 counterup" data-start="0"
data-end="<?=$row_cnt_mess_unread?>" data-decimals="0"
data-duration="0" data-separator=""><?=$row_cnt_mess_unread?></p>
<p> 诪住驻专 讛讛讜讚注讜转<br> 砖注讚讬讬谉 诇讗 拽专讗转讬 </p>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xxl-4 mb-6">
<div class="card">
<div class="card-body row align-items-center px-6 py-7">
<div class="col-5">
<a href="dashboard-my-favorites.php" class="text-heading">
<span class="w-83px h-83 d-flex align-items-center justify-content-center fs-36 badge badge-pink badge-circle">
<svg class="icon icon-heart"><use xlink:href="#icon-heart"></use></svg>
</span>
</a>
</div>
<div class="col-7 text-center">
<a href="dashboard-my-favorites.php" class="text-heading">
<p class="fs-42 lh-12 mb-0 counterup" data-start="0"
data-end="<?=$row_cnt_wishlist?>" data-decimals="0"
data-duration="0" data-separator=""><?=$row_cnt_wishlist?></p>
<p>诪住驻专 讛谞讻住讬诐 讛诪讜注讚驻讬诐 砖诇讬 砖注讚讬讬谉 诇讗 讛讙砖转讬 讛爪注讛</p>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Section 讛转拽谞讜谉 砖诇讬 -->
<div class="row" dir="rtl">
<div class="col-12 mb-6">
<div class="card h-100">
<div class="card-body p-0" style="text-align: right;">
<div class="p-6 border-bottom">
<h2 class="mb-0 text-heading fs-22 lh-15">讛转拽谞讜谉 砖诇讬</h2>
<p></p>
<?php if($_SESSION['user']['agreed_conditions'] == 1): ?>
<div class="alert alert-success fade show" role="alert" dir="rtl">
<i class="fas fa-check-circle ml-2"></i>
<strong>诪爪讜讬谉!</strong> 讗讬砖专转 讗转 转谞讗讬 讛砖讬诪讜砖 讜讛转拽谞讜谉 砖诇谞讜.
<br><br>
<a href="#" data-toggle="modal" data-target="#termsModal" class="btn btn-outline-success btn-sm">
<i class="fas fa-eye ml-1"></i>
爪驻讛 讘转谞讗讬诐 砖讗讜砖专讜
</a>
</div>
<?php else: ?>
<div class="alert alert-danger fade show" role="alert" dir="rtl">
<i class="fas fa-exclamation-triangle ml-2"></i>
<strong>砖讬诐 诇讘!</strong> 注讚讬讬谉 诇讗 讗讬砖专转 讗转 转谞讗讬 讛砖讬诪讜砖 讜讛转拽谞讜谉 砖诇谞讜.
<br><br>
<a href="#" data-toggle="modal" data-target="#termsModal" class="btn btn-outline-danger btn-sm">
<i class="fas fa-file-contract ml-1"></i>
拽专讗 讜讗砖专 讗转 讛转谞讗讬诐
</a>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="display: none;">
<div class="col-xxl-8 mb-6">
<div class="card px-7 py-6 h-100 chart">
<div class="card-body p-0 collapse-tabs">
<div class="d-flex align-items-center mb-5">
<h2 class="mb-0 text-heading fs-22 lh-15 mr-auto">住讟讟讬住讬住讟讬拽讛</h2>
<ul class="nav nav-pills justify-content-end d-none d-sm-flex nav-pills-01"
role="tablist">
<li class="nav-item px-5 py-1">
<a class="nav-link active bg-transparent shadow-none p-0 letter-spacing-1"
id="hours-tab" data-toggle="tab"
href="#hours"
role="tab"
aria-controls="hours" aria-selected="true">砖注讜转</a>
</li>
<li class="nav-item px-5 py-1">
<a class="nav-link bg-transparent shadow-none p-0 letter-spacing-1" id="weekly-tab"
data-toggle="tab"
href="#weekly"
role="tab"
aria-controls="weekly" aria-selected="false">砖讘讜注讬</a>
</li>
<li class="nav-item px-5 py-1">
<a class="nav-link bg-transparent shadow-none p-0 letter-spacing-1" id="monthly-tab"
data-toggle="tab"
href="#monthly"
role="tab"
aria-controls="monthly" aria-selected="false">讞讜讚砖讬</a>
</li>
</ul>
</div>
<div class="tab-content shadow-none p-0">
<div id="collapse-tabs-accordion">
<div class="tab-pane tab-pane-parent fade show active px-0" id="hours"
role="tabpanel"
aria-labelledby="hours-tab">
<div class="card bg-transparent mb-sm-0 border-0">
<div class="card-header d-block d-sm-none bg-transparent px-0 py-1 border-bottom-0"
id="headingHours">
<h5 class="mb-0">
<button class="btn collapse-parent font-size-h5 btn-block border shadow-none"
data-toggle="collapse"
data-target="#hours-collapse"
aria-expanded="true"
aria-controls="hours-collapse">
砖注讜转
</button>
</h5>
</div>
<div id="hours-collapse" class="collapse show collapsible"
aria-labelledby="headingHours"
data-parent="#collapse-tabs-accordion">
<div class="card-body p-0 py-4">
<canvas class="chartjs" data-chart-options="[]"
data-chart-labels='["05h","08h","11h","14h","17h","20h","23h"]'
data-chart-datasets='[{"label":"Clicked","data":[0,7,10,3,15,30,10],"backgroundColor":"rgba(105, 105, 235, 0.1)","borderColor":"#6969eb","borderWidth":3,"fill":true},{"label":"View","data":[10,9,18,20,28,40,27],"backgroundColor":"rgba(254, 91, 52, 0.1)","borderColor":"#ff6935","borderWidth":3,"fill":true}]'>
</canvas>
</div>
</div>
</div>
</div>
<div class="tab-pane tab-pane-parent fade px-0" id="weekly"
role="tabpanel"
aria-labelledby="weekly-tab">
<div class="card bg-transparent mb-sm-0 border-0">
<div class="card-header d-block d-sm-none bg-transparent px-0 py-1 border-bottom-0"
id="headingWeekly">
<h5 class="mb-0">
<button class="btn collapse-parent font-size-h5 btn-block collapsed border shadow-none"
data-toggle="collapse"
data-target="#weekly-collapse"
aria-expanded="true"
aria-controls="weekly-collapse">
砖讘讜注讬
</button>
</h5>
</div>
<div id="weekly-collapse" class="collapse collapsible"
aria-labelledby="headingWeekly"
data-parent="#collapse-tabs-accordion">
<div class="card-body p-0 py-4">
<canvas class="chartjs" data-chart-options="[]"
data-chart-labels='["Mar 12","Mar 13","Mar 14","Mar 15","Mar 16","Mar 17","Mar 18","Mar 19"]'
data-chart-datasets='[{"label":"Clicked","data":[0,13,9,3,15,15,10,0],"backgroundColor":"rgba(105, 105, 235, 0.1)","borderColor":"#6969eb","borderWidth":3,"fill":true},{"label":"View","data":[10,20,18,15,28,33,27,10],"backgroundColor":"rgba(254, 91, 52, 0.1)","borderColor":"#ff6935","borderWidth":3,"fill":true}]'>
</canvas>
</div>
</div>
</div>
</div>
<div class="tab-pane tab-pane-parent fade px-0" id="monthly" role="tabpanel"
aria-labelledby="monthly-tab">
<div class="card bg-transparent mb-sm-0 border-0">
<div class="card-header d-block d-sm-none bg-transparent px-0 py-1 border-bottom-0"
id="headingMonthly">
<h5 class="mb-0">
<button class="btn btn-block collapse-parent collapsed border shadow-none"
data-toggle="collapse"
data-target="#monthly-collapse"
aria-expanded="true"
aria-controls="monthly-collapse">
讞讜讚砖讬
</button>
</h5>
</div>
<div id="monthly-collapse" class="collapse collapsible"
aria-labelledby="headingMonthly"
data-parent="#collapse-tabs-accordion">
<div class="card-body p-0 py-4">
<canvas class="chartjs" data-chart-options="[]"
data-chart-labels='["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]'
data-chart-datasets='[{"label":"Clicked","data":[2,15,20,10,15,20,10,0,20,30,10,0],"backgroundColor":"rgba(105, 105, 235, 0.1)","borderColor":"#6969eb","borderWidth":3,"fill":true},{"label":"View","data":[10,20,18,15,28,33,27,10,20,30,10,0],"backgroundColor":"rgba(254, 91, 52, 0.1)","borderColor":"#ff6935","borderWidth":3,"fill":true}]'>
</canvas>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xxl-4 mb-6">
<div class="card px-7 py-6 h-100">
<div class="card-body p-0">
<h2 class="mb-2 text-heading fs-22 lh-15">讛讬讜诪谉 砖诇讬</h2>
<ul class="list-group list-group-no-border">
<li class="list-group-item px-0 py-2">
<div class="media align-items-center">
<div class="badge badge-blue w-40px h-40 d-flex align-items-center justify-content-center property fs-18 mr-3">
<svg class="icon icon-1">
<use xlink:href="#icon-1"></use>
</svg>
</div>
<div class="media-body">
2 讛爪注讜转 讞讚砖讜转 讛转拽讘诇讜<a href="#" class="text-heading"> 诇讘讬转 讘专诪转 讙谉 讘专讞讜讘 讬讘谞讛</a>
</div>
</div>
</li>
<li class="list-group-item px-0 py-2">
<div class="media align-items-center">
<div class="badge badge-yellow w-40px h-40 d-flex align-items-center justify-content-center fs-18 mr-3">
<svg class="icon icon-review">
<use xlink:href="#icon-review"></use>
</svg>
</div>
<div class="media-body">
谞讚专砖 诇讗砖专砖讜讻专讬诐 驻讜讟谞爪讬讗诇讬诐
<a href="#" class="text-heading"> 诇讚讬专转 讙谉 讘专讞讜讘 讗砖讻谞讝讬 专诪转 讙谉</a>
</div>
</div>
</li>
<li class="list-group-item px-0 py-2">
<div class="media align-items-center">
<div class="badge badge-pink w-40px h-40 d-flex align-items-center justify-content-center fs-18 mr-3">
<svg class="icon icon-heart">
<use xlink:href="#icon-heart"></use>
</svg>
</div>
<div class="media-body">
讛爪注转 诪讞讬专 注讜讚讻谞讛 <a href="#" class="text-heading"> 讘讚讬专讛 讘专讞讜讘 讛讗爪诇 讘专诪转 讙谉
</a>
</div>
</div>
</li>
<li class="list-group-item px-0 py-2">
<div class="media align-items-center">
<div class="badge badge-pink w-40px h-40 d-flex align-items-center justify-content-center fs-18 mr-3">
<svg class="icon icon-heart">
<use xlink:href="#icon-heart"></use>
</svg>
</div>
<div class="media-body">
讛转拽讘诇讜 25 讛爪注讜转 <a href="#" class="text-heading"> 诇讚讬专讛 讘专讞讜讘 讛讘谞拽 讘专诪转 讙谉</a>
</div>
</div>
</li>
</ul>
<a class="text-heading d-block text-center mt-4"
role="button">
专讗讛 注讜讚...
<span class="text-primary d-inline-block ml-2"><i class="fal fa-angle-down"></i></span>
</a>
</div>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
</div>
<!-- Vendors scripts -->
<script src="vendors/jquery.min.js"></script>
<script src="vendors/jquery-ui/jquery-ui.min.js"></script>
<script src="vendors/bootstrap/bootstrap.bundle.js"></script>
<script src="vendors/bootstrap-select/js/bootstrap-select.min.js"></script>
<script src="vendors/slick/slick.min.js"></script>
<script src="vendors/waypoints/jquery.waypoints.min.js"></script>
<script src="vendors/counter/countUp.js"></script>
<script src="vendors/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="vendors/chartjs/Chart.min.js"></script>
<script src="vendors/dropzone/js/dropzone.min.js"></script>
<script src="vendors/timepicker/bootstrap-timepicker.min.js"></script>
<script src="vendors/hc-sticky/hc-sticky.min.js"></script>
<script src="vendors/jparallax/TweenMax.min.js"></script>
<script src="vendors/mapbox-gl/mapbox-gl.js"></script>
<script src="vendors/dataTables/jquery.dataTables.min.js"></script>
<!-- Theme scripts -->
<script src="js/theme.js"></script>
<svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="icon-bedroom" viewBox="0 0 46 32">
<path d="M44.421 15.217v-9.803c0-2.985-2.428-5.414-5.414-5.414h-31.82c-2.985 0-5.414 2.428-5.414 5.414v9.803c-1.080 0.86-1.775 2.185-1.775 3.67v4.872c0 2.587 2.105 4.692 4.692 4.692h2.406v1.744c0 0.997 0.808 1.805 1.805 1.805s1.805-0.808 1.805-1.805v-1.744h24.782v1.744c0 0.997 0.808 1.805 1.805 1.805s1.805-0.808 1.805-1.805v-1.744h2.406c2.587 0 4.692-2.104 4.692-4.692v-4.872c0-1.485-0.694-2.81-1.775-3.67zM7.188 3.609h31.82c0.995 0 1.805 0.81 1.805 1.805v8.782h-3.489v-3.489c0-1.99-1.619-3.609-3.609-3.609h-5.304c-1.99 0-3.609 1.619-3.609 3.609v3.489h-3.407v-3.489c0-1.99-1.619-3.609-3.609-3.609h-5.304c-1.99 0-3.609 1.619-3.609 3.609v3.489h-3.489v-8.782c0-0.995 0.81-1.805 1.805-1.805zM28.41 14.195v-3.489h5.304v3.489h-5.304zM12.481 14.195v-3.489h5.304v3.489h-5.304zM42.587 23.759c0 0.597-0.486 1.083-1.083 1.083h-36.812c-0.597 0-1.083-0.486-1.083-1.083v-4.872c0-0.597 0.486-1.083 1.083-1.083h36.812c0.597 0 1.083 0.486 1.083 1.083 0 0 0 4.872 0 4.872z"></path>
</symbol>
<symbol id="icon-Garage" viewBox="0 0 37 32">
<path d="M29.463 18.937h-1.601l-1.643-3.892c-0.62-1.467-2.014-2.415-3.553-2.415h-8.301c-1.539 0-2.934 0.948-3.553 2.415l-1.643 3.892h-1.601c-1.42 0-2.575 1.155-2.575 2.576v4.321c0 1.17 0.785 2.16 1.855 2.472v1.113c0 1.423 1.158 2.581 2.581 2.581h2.068c1.423 0 2.581-1.158 2.581-2.581v-1.009h8.875v1.009c0 1.423 1.158 2.581 2.581 2.581h2.068c1.423 0 2.581-1.158 2.581-2.581v-1.113c1.070-0.312 1.855-1.302 1.855-2.472v-4.321c-0-1.421-1.155-2.576-2.575-2.576zM14.365 14.843h8.301c0.648 0 1.243 0.418 1.516 1.063l1.28 3.031h-13.892l1.28-3.031c0.273-0.646 0.868-1.063 1.515-1.063zM29.463 21.149c0.2 0 0.364 0.163 0.364 0.364v4.321c0 0.201-0.163 0.364-0.364 0.364h-21.896c-0.2 0-0.364-0.163-0.364-0.364v-4.321c0-0.201 0.163-0.364 0.364-0.364h21.896zM11.866 29.418c0 0.204-0.166 0.37-0.369 0.37h-2.068c-0.204 0-0.37-0.166-0.37-0.37v-1.009h2.807v1.009zM27.971 29.418c0 0.204-0.166 0.37-0.369 0.37h-2.068c-0.204 0-0.37-0.166-0.37-0.37v-1.009h2.807v1.009z"></path>
<path d="M14.843 24.779h7.346c0.611 0 1.106-0.495 1.106-1.106s-0.495-1.106-1.106-1.106h-7.346c-0.611 0-1.106 0.495-1.106 1.106s0.495 1.106 1.106 1.106z"></path>
<path d="M26.393 24.779c0.578 0 1.133-0.509 1.106-1.106-0.027-0.599-0.486-1.106-1.106-1.106-0.579 0-1.133 0.509-1.106 1.106 0.027 0.599 0.486 1.106 1.106 1.106z"></path>
<path d="M10.638 24.779c0.579 0 1.133-0.509 1.106-1.106-0.027-0.599-0.486-1.106-1.106-1.106-0.579 0-1.133 0.509-1.106 1.106 0.027 0.599 0.486 1.106 1.106 1.106z"></path>
<path d="M36.397 8.329l-17.409-8.223c-0.299-0.141-0.646-0.141-0.945 0l-17.409 8.223c-0.387 0.183-0.634 0.572-0.634 1v21.565c0 0.611 0.495 1.106 1.106 1.106s1.106-0.495 1.106-1.106v-20.864l16.303-7.7 16.303 7.7v20.864c0 0.611 0.495 1.106 1.106 1.106s1.106-0.495 1.106-1.106v-21.565c0-0.428-0.247-0.817-0.634-1z"></path>
</symbol>
<symbol id="icon-long-arrow" viewBox="0 0 156 32">
<path d="M140.444 32c0.37 0 0.667-0.148 0.889-0.444l14.667-14.667c0.296-0.222 0.444-0.519 0.444-0.889s-0.148-0.667-0.444-0.889l-14.667-14.667c-0.222-0.296-0.519-0.444-0.889-0.444s-0.667 0.148-0.889 0.444l-2.222 2.111c-0.296 0.296-0.444 0.63-0.444 1s0.148 0.667 0.444 0.889l9 8.667h-145c-0.37 0-0.685 0.13-0.944 0.389s-0.389 0.574-0.389 0.944v3.111c0 0.37 0.13 0.685 0.389 0.944s0.574 0.389 0.944 0.389h145l-9 8.667c-0.296 0.222-0.444 0.519-0.444 0.889s0.148 0.704 0.444 1l2.222 2.111c0.222 0.296 0.519 0.444 0.889 0.444z"></path>
</symbol>
<symbol id="icon-shower" viewBox="0 0 32 32">
<path d="M17.925 23.285c-0.036-0.519-0.486-0.91-1.004-0.874s-0.91 0.486-0.874 1.004l0.063 0.907c0.036 0.518 0.485 0.91 1.004 0.874s0.91-0.486 0.874-1.004l-0.063-0.907z"></path>
<path d="M22.385 20.968c-0.21-0.476-0.765-0.691-1.241-0.481s-0.691 0.765-0.481 1.241l0.345 0.782c0.21 0.475 0.765 0.691 1.241 0.481s0.691-0.765 0.481-1.241l-0.345-0.782z"></path>
<path d="M26.744 18.696c-0.359-0.376-0.954-0.39-1.331-0.032s-0.39 0.954-0.032 1.331l0.627 0.658c0.359 0.376 0.954 0.39 1.331 0.032s0.39-0.954 0.032-1.331l-0.627-0.658z"></path>
<path d="M16.801 28.149c-0.519 0.025-0.919 0.467-0.894 0.986l0.046 0.938c0.025 0.519 0.467 0.92 0.986 0.894s0.919-0.467 0.894-0.986l-0.046-0.938c-0.025-0.519-0.467-0.919-0.986-0.894v0z"></path>
<path d="M22.269 26.827c-0.148-0.498-0.672-0.783-1.17-0.635s-0.783 0.672-0.635 1.17l0.251 0.848c0.148 0.499 0.672 0.782 1.17 0.635s0.783-0.672 0.635-1.17l-0.251-0.848z"></path>
<path d="M26.692 24.614c-0.268-0.445-0.847-0.588-1.292-0.32s-0.588 0.847-0.32 1.292l0.457 0.757c0.268 0.445 0.847 0.588 1.292 0.32s0.588-0.847 0.32-1.292l-0.457-0.757z"></path>
<path d="M31.736 23.109l-0.662-0.666c-0.366-0.369-0.962-0.371-1.331-0.004s-0.371 0.962-0.004 1.331l0.662 0.666c0.366 0.368 0.962 0.371 1.331 0.004s0.371-0.962 0.004-1.331z"></path>
<path d="M27.006 12.503l-0.285-0.64c-0.471-1.058-1.589-1.63-2.682-1.459l-0.176-0.395c-1.024-2.299-3.436-3.566-5.847-3.18l-0.618-1.405c-1.45-3.295-4.714-5.424-8.314-5.424-5.009 0-9.084 4.075-9.084 9.084v21.975c0 0.52 0.421 0.941 0.941 0.941h3.765c0.52 0 0.941-0.421 0.941-0.941v-21.975c0-1.895 1.542-3.437 3.437-3.437 1.362 0 2.597 0.805 3.146 2.052l0.664 1.508c-1.726 1.565-2.287 4.082-1.314 6.27l0.176 0.395c-0.843 0.684-1.189 1.889-0.709 2.968l0.285 0.64c0.623 1.399 2.263 2.038 3.673 1.41l10.59-4.714c1.402-0.624 2.034-2.272 1.41-3.673v0zM22.143 10.775l0.141 0.316-8.844 3.937-0.141-0.316c-0.802-1.803-0.012-3.92 1.819-4.736l2.287-1.019c1.857-0.822 3.943 0.032 4.738 1.818v0zM9.084 3.765c-2.933 0-5.319 2.386-5.319 5.319v21.034h-1.882v-21.034c0-3.971 3.23-7.201 7.201-7.201 2.854 0 5.442 1.688 6.591 4.3l0.546 1.241-1.72 0.766-0.55-1.248c-0.849-1.929-2.76-3.176-4.868-3.176v0zM24.83 14.456l-10.59 4.714c-0.455 0.202-0.986-0.002-1.188-0.456l-0.285-0.64c-0.141-0.317 0.001-0.688 0.318-0.829 0.811-0.361 10.848-4.829 11.088-4.936 0.316-0.141 0.688 0.002 0.829 0.318l0.285 0.64c0.202 0.453-0.003 0.987-0.456 1.188v0z"></path>
</symbol>
<symbol id="icon-square" viewBox="0 0 32 32">
<path d="M32 3.125v25.75c0 1.723-1.402 3.125-3.125 3.125h-3.042c-0.69 0-1.25-0.56-1.25-1.25s0.56-1.25 1.25-1.25h3.042c0.345 0 0.625-0.28 0.625-0.625v-11.562h-11.042c-0.69 0-1.25-0.56-1.25-1.25s0.56-1.25 1.25-1.25h11.042v-11.688c0-0.345-0.28-0.625-0.625-0.625h-14.12v3.667c0 0.69-0.56 1.25-1.25 1.25s-1.25-0.56-1.25-1.25v-3.667h-9.13c-0.345 0-0.625 0.28-0.625 0.625v11.625h9.755v-3.667c0-0.69 0.56-1.25 1.25-1.25s1.25 0.56 1.25 1.25v9.833c0 0.69-0.56 1.25-1.25 1.25s-1.25-0.56-1.25-1.25v-3.666h-9.755v11.625c0 0.345 0.28 0.625 0.625 0.625h9.13v-3.667c0-0.69 0.56-1.25 1.25-1.25s1.25 0.56 1.25 1.25v3.667h6.162c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25h-17.791c-1.723 0-3.125-1.402-3.125-3.125v-25.75c0-1.723 1.402-3.125 3.125-3.125h25.75c1.723 0 3.125 1.402 3.125 3.125z"></path>
</symbol>
<symbol id="icon-year" viewBox="0 0 33 32">
<path d="M30.049 18.712v-8.899c0 0 0 0 0-0.061s0-0.122 0-0.122v-0.061c0-0.061-0.061-0.061-0.061-0.122 0 0 0-0.061-0.061-0.061-0.061-0.061-0.061-0.061-0.122-0.122 0 0 0 0-0.061 0l-12.922-5.242c-0.061 0-0.122-0.061-0.244-0.061h-5.303c0-0.061-0.061-0.183-0.122-0.244l-2.56-3.474c-0.122-0.183-0.305-0.244-0.488-0.244s-0.366 0.061-0.488 0.244l-2.56 3.474c-0.061 0.061-0.061 0.183-0.122 0.244h-4.328c-0.366 0-0.61 0.244-0.61 0.61v5.242c0 0.366 0.244 0.61 0.61 0.61h4.328v13.775c-0.122 0-0.244 0.061-0.366 0.183l-2.865 3.048c-0.061 0.122-0.122 0.305-0.122 0.427v3.535c0 0.366 0.244 0.61 0.61 0.61h11.947c0.366 0 0.61-0.244 0.61-0.61v-3.535c0-0.183-0.061-0.305-0.183-0.427l-2.865-3.048c-0.061-0.122-0.183-0.122-0.366-0.183v-13.775h17.554v8.838c0 0.366 0.244 0.61 0.61 0.61 0.975 0 1.768 0.792 1.768 1.768s-0.792 1.768-1.768 1.768c-0.975 0-1.768-0.792-1.768-1.768 0-0.366-0.244-0.61-0.61-0.61s-0.61 0.244-0.61 0.61c0 1.646 1.341 2.987 2.987 2.987s2.987-1.341 2.987-2.987c-0.061-1.402-1.036-2.621-2.438-2.926zM8.107 1.707l1.707 2.316h-3.413l1.707-2.316zM13.47 28.099v2.682h-10.667v-2.682l2.499-2.682h5.608l2.56 2.682zM10.057 10.971v2.316l-3.901 2.133v-2.316l3.901-2.133zM6.156 11.642v-1.219h2.316l-2.316 1.219zM10.057 14.629v2.316l-3.901 2.133v-2.316l3.901-2.133zM10.057 18.286v2.316l-3.901 2.133v-2.316l3.901-2.133zM10.057 22.004v2.194l-3.901-0.061 3.901-2.133zM1.219 9.204v-4.023h15.299l9.874 4.023h-25.173z"></path>
</symbol>
<symbol id="icon-add-new" viewBox="0 0 42 32">
<path d="M41.108 10.060l-9.584-9.584c-0.635-0.635-1.663-0.635-2.297 0l-3.643 3.643-3.643-3.643c-0.635-0.635-1.663-0.635-2.297 0l-3.643 3.643-3.643-3.643c-0.634-0.635-1.663-0.635-2.297 0l-9.584 9.584c-0.305 0.305-0.476 0.718-0.476 1.148v19.168c0 0.897 0.727 1.624 1.624 1.624h38.335c0.897 0 1.624-0.727 1.624-1.624v-19.168c0-0.431-0.171-0.844-0.476-1.148zM20.792 3.922c0.856 0.856 6.973 6.973 7.959 7.959v16.87h-6.335v-17.543c0-0.431-0.171-0.844-0.476-1.148l-3.643-3.643 2.495-2.495zM3.249 11.881l7.959-7.959 7.959 7.959v16.87h-3.14v-7.959c0-0.897-0.727-1.624-1.624-1.624h-6.389c-0.897 0-1.624 0.727-1.624 1.624v7.959h-3.141v-16.87zM12.779 28.751h-3.141v-6.335h3.141v6.335zM38.335 28.751h-6.335v-17.543c0-0.431-0.171-0.844-0.476-1.148l-3.643-3.643 2.495-2.495 7.959 7.959v16.87z"></path>
</symbol>
<symbol id="icon-my-properties" viewBox="0 0 32 32">
<path d="M16.625 30.75c0 0.69-0.56 1.25-1.25 1.25h-14.125c-0.69 0-1.25-0.56-1.25-1.25v-17.208c0-0.371 0.165-0.723 0.45-0.96l14.75-12.292c0.464-0.386 1.137-0.386 1.601 0l14.75 12.292c0.53 0.442 0.602 1.23 0.16 1.761s-1.23 0.602-1.761 0.16l-13.95-11.625-13.5 11.25v15.373h12.875c0.69 0 1.25 0.56 1.25 1.25zM30.021 27.368c-1.372 1.654-3.42 3.167-6.088 4.5-0.352 0.176-0.765 0.176-1.117 0-2.668-1.332-4.716-2.846-6.087-4.5-4.071-4.908-1.236-10.325 2.958-10.325 1.672 0 2.901 0.684 3.688 1.327 0.786-0.642 2.016-1.327 3.688-1.327 4.203 0 7.020 5.429 2.959 10.325zM27.062 19.544c-1.729 0-2.637 1.296-2.646 1.309-0.519 0.783-1.613 0.735-2.080 0.005-0.077-0.108-0.974-1.314-2.649-1.314-2.694 0-5.009 5.192 3.688 9.801 8.696-4.608 6.382-9.801 3.687-9.801z"></path>
</symbol>
<symbol id="icon-heart" viewBox="0 0 32 32">
<path d="M23.268 2.4c-2.65 0-4.973 1.182-6.717 3.417-0.233 0.298-0.44 0.596-0.624 0.885-0.184-0.289-0.391-0.587-0.624-0.885-1.745-2.235-4.068-3.417-6.717-3.417-5.005 0-8.586 4.191-8.586 9.22 0 5.751 4.713 11.17 15.282 17.573 0.198 0.12 0.421 0.18 0.645 0.18s0.447-0.060 0.645-0.18c10.569-6.403 15.282-11.822 15.282-17.573 0-5.027-3.577-9.22-8.586-9.22zM26.077 18.781c-2.2 2.455-5.525 5.040-10.151 7.89-4.625-2.85-7.95-5.435-10.151-7.89-2.212-2.468-3.288-4.811-3.288-7.161 0-3.621 2.447-6.732 6.097-6.732 1.859 0 3.444 0.808 4.711 2.402 1.013 1.275 1.44 2.591 1.443 2.6 0.162 0.52 0.643 0.874 1.188 0.874s1.026-0.354 1.188-0.874c0.004-0.013 0.418-1.288 1.398-2.543 1.274-1.632 2.874-2.459 4.756-2.459 3.654 0 6.097 3.114 6.097 6.732 0 2.35-1.075 4.692-3.288 7.161z"></path>
</symbol>
<symbol id="icon-save-search" viewBox="0 0 32 32">
<path d="M32 13.542v12.291c0 0.69-0.56 1.25-1.25 1.25s-1.25-0.56-1.25-1.25v-11.706l-13.5-11.25-13.5 11.25v15.373h13.476c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25h-14.726c-0.69 0-1.25-0.56-1.25-1.25v-17.208c0-0.371 0.165-0.723 0.45-0.96l14.75-12.292c0.464-0.386 1.137-0.386 1.601 0l14.75 12.292c0.285 0.237 0.45 0.589 0.45 0.96zM26.711 29.866c0.488 0.488 0.488 1.28 0 1.768s-1.28 0.488-1.768 0l-5.457-5.457c-4.846 2.625-10.907-0.863-10.907-6.508 0-4.078 3.318-7.396 7.396-7.396 6.422 0 9.746 7.632 5.489 12.346l5.246 5.246zM15.976 24.565c2.699 0 4.896-2.196 4.896-4.896s-2.196-4.896-4.896-4.896c-2.7 0-4.896 2.196-4.896 4.896s2.196 4.896 4.896 4.896z"></path>
</symbol>
<symbol id="icon-review" viewBox="0 0 32 32">
<path d="M16 0c-8.843 0-16 7.156-16 16 0 2.806 0.732 5.547 2.122 7.965l-2.062 6.402c-0.144 0.446-0.026 0.936 0.306 1.267 0.328 0.328 0.816 0.451 1.267 0.306l6.402-2.062c2.417 1.39 5.158 2.122 7.965 2.122 8.843 0 16-7.156 16-16 0-8.843-7.156-16-16-16zM16 29.5c-2.535 0-5.006-0.707-7.146-2.045-0.308-0.192-0.69-0.244-1.046-0.13l-4.621 1.488 1.488-4.621c0.113-0.351 0.065-0.733-0.13-1.046-1.338-2.14-2.045-4.611-2.045-7.146 0-7.444 6.056-13.5 13.5-13.5s13.5 6.056 13.5 13.5-6.056 13.5-13.5 13.5zM17.563 16c0 0.863-0.699 1.563-1.563 1.563s-1.563-0.7-1.563-1.563c0-0.863 0.699-1.563 1.563-1.563s1.563 0.699 1.563 1.563zM23.813 16c0 0.863-0.699 1.563-1.563 1.563s-1.563-0.7-1.563-1.563c0-0.863 0.699-1.563 1.563-1.563s1.563 0.699 1.563 1.563zM11.313 16c0 0.863-0.699 1.563-1.563 1.563s-1.563-0.7-1.563-1.563c0-0.863 0.7-1.563 1.563-1.563s1.563 0.699 1.563 1.563z"></path>
</symbol>
<symbol id="icon-my-package" viewBox="0 0 32 32">
<path d="M30.75 0h-22.54c-0.332 0-0.649 0.132-0.884 0.366l-6.96 6.96c-0.224 0.224-0.366 0.544-0.366 0.884v22.539c0 0.69 0.56 1.25 1.25 1.25h22.54c0.331 0 0.649-0.133 0.881-0.364 0.001-0.001 0.002-0.001 0.003-0.002l6.96-6.96c0.234-0.234 0.366-0.552 0.366-0.884v-22.539c0-0.678-0.551-1.25-1.25-1.25zM23.272 6.96c-1.186 0-6.856 0-7.734 0l4.46-4.46h7.734l-4.46 4.46zM9.875 9.46h5.29v5.29h-5.29v-5.29zM8.728 2.5h7.734l-4.46 4.46c-1.639 0-6.139 0-7.734 0l4.46-4.46zM22.54 29.5h-20.040v-20.040h4.875v6.54c0 0.69 0.56 1.25 1.25 1.25h7.79c0.69 0 1.25-0.56 1.25-1.25v-6.54h4.875v20.040zM25.040 27.732v-19.004l4.46-4.46v19.004l-4.46 4.46z"></path>
</symbol>
<symbol id="icon-my-profile" viewBox="0 0 32 32">
<path d="M27.314 19.427c-1.772-1.772-3.887-3.077-6.195-3.853 2.128-1.573 3.511-4.1 3.511-6.944 0-4.758-3.871-8.63-8.63-8.63s-8.63 3.871-8.63 8.63c0 2.844 1.383 5.37 3.511 6.944-2.308 0.776-4.423 2.081-6.195 3.853-3.022 3.022-4.686 7.040-4.686 11.314 0 0.696 0.564 1.26 1.26 1.26h29.481c0.696 0 1.26-0.564 1.26-1.26 0-4.274-1.664-8.292-4.686-11.314zM9.889 8.63c0-3.369 2.741-6.111 6.111-6.111s6.111 2.741 6.111 6.111-2.741 6.111-6.111 6.111c-3.369 0-6.111-2.741-6.111-6.111zM2.578 29.481c0.637-6.845 6.414-12.221 13.422-12.221s12.785 5.376 13.422 12.221h-26.845z"></path>
</symbol>
<symbol id="icon-log-out" viewBox="0 0 32 32">
<path d="M22.898 25.291c-0.705 0-1.277 0.572-1.277 1.277v3.577h-18.266v-27.59h18.266v3.577c0 0.705 0.572 1.277 1.277 1.277s1.277-0.572 1.277-1.277v-4.854c0-0.705-0.572-1.277-1.277-1.277h-20.821c-0.705 0-1.277 0.572-1.277 1.277v30.145c0 0.705 0.572 1.277 1.277 1.277h20.821c0.705 0 1.277-0.572 1.277-1.277v-4.854c-0-0.705-0.572-1.277-1.277-1.277z"></path>
<path d="M31.21 15.447l-3.432-3.432c-0.499-0.499-1.308-0.499-1.806 0s-0.499 1.308 0 1.806l1.252 1.252-10.581-0c-0.705 0-1.277 0.572-1.277 1.277s0.572 1.277 1.277 1.277l10.581 0-1.252 1.252c-0.499 0.499-0.499 1.308 0 1.806s1.308 0.499 1.806-0l3.432-3.432c0-0 0-0 0-0 0.257-0.257 0.365-0.555 0.374-0.903 0-0.344-0.146-0.675-0.374-0.903z"></path>
</symbol>
<symbol id="icon-1" viewBox="0 0 32 32">
<path d="M16.625 30.75c0 0.69-0.56 1.25-1.25 1.25h-14.125c-0.69 0-1.25-0.56-1.25-1.25v-17.208c0-0.371 0.165-0.723 0.45-0.96l14.75-12.292c0.464-0.386 1.137-0.386 1.601 0l14.75 12.292c0.53 0.442 0.602 1.23 0.16 1.761s-1.23 0.602-1.761 0.16l-13.95-11.625-13.5 11.25v15.373h12.875c0.69 0 1.25 0.56 1.25 1.25zM30.021 27.368c-1.372 1.654-3.42 3.167-6.088 4.5-0.352 0.176-0.765 0.176-1.117 0-2.668-1.332-4.716-2.846-6.087-4.5-4.071-4.908-1.236-10.325 2.959-10.325 1.672 0 2.901 0.684 3.687 1.327 0.786-0.642 2.016-1.327 3.687-1.327 4.203 0 7.020 5.429 2.959 10.325zM27.062 19.544c-1.729 0-2.637 1.296-2.646 1.309-0.519 0.783-1.614 0.735-2.080 0.005-0.077-0.108-0.974-1.314-2.649-1.314-2.694 0-5.009 5.192 3.687 9.801 8.696-4.608 6.382-9.801 3.688-9.801z"></path>
</symbol>
<symbol id="icon-2" viewBox="0 0 32 32">
<path d="M31.732 15.334c-0.285-0.39-7.083-9.556-15.765-9.556s-15.48 9.166-15.765 9.556c-0.27 0.37-0.27 0.872 0 1.243 0.285 0.39 7.083 9.556 15.765 9.556s15.479-9.166 15.765-9.556c0.271-0.37 0.271-0.873 0-1.243zM15.967 24.026c-6.395 0-11.934-6.083-13.573-8.072 1.637-1.99 7.165-8.071 13.573-8.071 6.395 0 11.933 6.082 13.573 8.072-1.637 1.99-7.165 8.071-13.573 8.071z"></path>
<path d="M15.967 9.638c-3.483 0-6.317 2.834-6.317 6.317s2.834 6.317 6.317 6.317 6.317-2.834 6.317-6.317-2.834-6.317-6.317-6.317zM15.967 20.166c-2.322 0-4.211-1.889-4.211-4.211s1.889-4.211 4.211-4.211 4.211 1.889 4.211 4.211-1.889 4.211-4.211 4.211z"></path>
</symbol>
<symbol id="icon-building" viewBox="0 0 32 32">
<path d="M25.328 31.373v-26.854l0.021-0.020-4.030-4.174v-0.012h-0.012l-0.302-0.313-0.013 0.013-8.912 4.030 0.004 0.010h-0.012v10.087l-4.582 2.072 0.005 0.012v15.149h-2.689v0.627h22.387v-0.627h-1.866zM24.701 4.731v26.642h-3.383v-30.146l3.383 3.503zM12.699 4.451l7.993-3.615v30.537h-1.337v-15.302h-0.005l0.002-0.003-4.521-3.176-2.133 0.965v-9.405zM18.728 16.395v14.978h-3.669v-17.556l3.669 2.578zM8.122 16.614l6.31-2.854v17.613h-6.31v-14.759z"></path>
</symbol>
<symbol id="icon-villa" viewBox="0 0 43 32">
<path d="M37.721 29.014v-15.41h-0.006l0.003-0.005-16.167-11.59-0.013 0.018-0-0.001-16.146 11.578v15.41h-2.635v0.976h37.579v-0.976h-2.615zM6.369 14.103l15.188-10.889 15.188 10.889v14.911h-6.49v-11.655h-0.001l0.002-0.002-6.254-4.664v-0.095h-0.976v16.417h-2.936v-16.417h-0.976v0.095l-6.254 4.666v11.655h-6.49v-14.911zM29.279 17.864l-5.278 2.079v-6.021l5.278 3.936v0.007zM24.001 20.436l5.278-2.079v10.657h-5.278v-8.578zM19.113 19.942l-5.278-2.079v-0.007l5.278-3.936v6.021zM13.835 18.357l5.278 2.079v8.578h-5.278v-10.657z"></path>
</symbol>
<symbol id="icon-sofa" viewBox="0 0 41 32">
<path d="M19.521 8.762c-1.015-0.256-2.091-0.030-2.917 0.614s-1.309 1.632-1.309 2.679v0.28h1.661v-0.28c0.002-1.555 1.058-2.91 2.565-3.292v0z"></path>
<path d="M17.089 25.881v-0.189c-0.006-1.037-0.679-1.953-1.667-2.27v-3.418c0.010-0.608 0.51-1.093 1.117-1.085h-1.661c-0.608-0.008-1.108 0.477-1.117 1.085v3.418c0.988 0.317 1.66 1.233 1.667 2.27v0.189l1.661-0z"></path>
<path d="M36.403 18.919h-1.661c0.608-0.008 1.108 0.477 1.117 1.085v3.475c-0.907 0.361-1.505 1.237-1.51 2.213v0.195l1.661 0v-0.195c0.005-0.977 0.603-1.852 1.51-2.213v-3.475c-0.010-0.608-0.509-1.093-1.117-1.085v0z"></path>
<path d="M13.828 24.557c-0.244-0.17-0.534-0.261-0.831-0.26-0.781-0.010-1.422 0.614-1.434 1.395v5.311h1.661v-5.311c0.002-0.454 0.228-0.879 0.603-1.135z"></path>
<path d="M38.44 24.297c-0.297-0-0.587 0.090-0.831 0.26 0.375 0.256 0.601 0.68 0.603 1.135v5.311h1.661v-5.311c-0.012-0.781-0.653-1.405-1.434-1.395v0z"></path>
<path d="M25.669 26.881l-10.242-0.003v1.661l20.582 0.006v-1.661z"></path>
<path d="M38.517 23.302v-3.298c-0.010-1.158-0.956-2.089-2.114-2.082h-9.121c-0.561-0.003-1.1 0.22-1.495 0.617-0.041 0.042-0.080 0.084-0.117 0.128-0.404-0.474-0.996-0.746-1.619-0.745h-9.173c-1.158-0.008-2.104 0.924-2.114 2.082v3.307c-1.236 0.109-2.187 1.14-2.198 2.381v5.81c0 0.275 0.223 0.498 0.498 0.498h3.864c0.275 0 0.498-0.223 0.498-0.498v-0.664l20.582 0.006v0.658c0 0.275 0.223 0.498 0.498 0.498h3.864c0.275 0 0.498-0.223 0.498-0.498v-5.81c-0.012-1.301-1.053-2.358-2.354-2.39v0zM26.493 19.242c0.209-0.209 0.493-0.326 0.789-0.324h9.121c0.608-0.008 1.108 0.477 1.117 1.085v3.475c-0.907 0.361-1.505 1.237-1.51 2.213v0.195l-9.842-0.003 0.001-5.831c-0.005-0.303 0.112-0.595 0.324-0.811v0zM14.878 18.919h9.172c0.608-0.008 1.108 0.477 1.117 1.085l0.002 5.88-9.743-0.003v-0.189c-0.006-1.037-0.679-1.953-1.667-2.27v-3.418c0.010-0.608 0.51-1.093 1.117-1.085v-0zM14.431 31.003h-2.868v-5.311c0.021-0.777 0.657-1.395 1.434-1.395s1.412 0.618 1.434 1.395v5.311zM15.427 29.84v-2.962l20.582 0.006v2.963l-20.582-0.007zM39.874 31.003h-2.867v-5.311c0.020-0.777 0.656-1.396 1.434-1.396s1.413 0.619 1.434 1.396v5.311z"></path>
<path d="M17.313 9.63c-0.453 0.32-0.841 0.724-1.143 1.188-0.097 0.149-0.108 0.339-0.027 0.498s0.24 0.263 0.417 0.272c0.178 0.010 0.347-0.076 0.445-0.225 0.234-0.36 0.534-0.672 0.885-0.92 0.223-0.16 0.274-0.469 0.116-0.693s-0.468-0.277-0.692-0.12v0z"></path>
<path d="M19.176 7.689c-0.227-4.28-3.622-7.689-7.763-7.689-4.273 0-7.752 3.63-7.775 8.101-0.001 0.012-0.002 0.023-0.002 0.035v22.867h-3.137c-0.275 0-0.498 0.223-0.498 0.498s0.223 0.498 0.498 0.498h7.788c0.275 0 0.498-0.223 0.498-0.498s-0.223-0.498-0.498-0.498h-3.653v-22.833c0-0.008 0.001-0.016 0.001-0.024 0-3.942 3.041-7.149 6.779-7.149 3.593 0 6.541 2.964 6.764 6.696-2.21 0.263-3.876 2.135-3.879 4.361v0.779c0 0.275 0.223 0.498 0.498 0.498h2.218c0.22 0.797 0.933 1.387 1.767 1.387s1.547-0.589 1.767-1.387h2.036c0.275 0 0.498-0.223 0.498-0.498v-0.779c-0.003-2.237-1.684-4.115-3.907-4.365v0zM18.781 13.721c-0.281-0.005-0.54-0.151-0.688-0.39h1.376c-0.148 0.238-0.407 0.385-0.688 0.39zM22.086 12.335h-6.791v-0.281c0-1.875 1.52-3.396 3.396-3.396s3.396 1.52 3.396 3.396v0.281z"></path>
</symbol>
<symbol id="icon-family" viewBox="0 0 36 32">
<path d="M32.8 0h-29.291c-1.937 0.002-3.507 1.572-3.509 3.509v24.982c0.002 1.937 1.572 3.507 3.509 3.509h29.291c1.937-0.002 3.507-1.572 3.509-3.509v-24.982c-0.002-1.937-1.572-3.507-3.509-3.509zM32.8 31.085h-29.291c-1.432-0.002-2.592-1.162-2.594-2.593v-19.108h34.478v19.108c-0.002 1.432-1.162 2.592-2.593 2.593zM35.394 8.468h-34.478v-4.959c0.001-1.432 1.162-2.592 2.594-2.594h29.291c1.432 0.001 2.592 1.162 2.593 2.594v4.959z"></path>
<path d="M10.184 2.96h-0.006c-0.975-0.002-1.767 0.788-1.769 1.763s0.788 1.767 1.763 1.769h0.006c0.975 0.002 1.767-0.788 1.768-1.763s-0.788-1.767-1.763-1.768zM10.777 5.329c-0.159 0.159-0.375 0.248-0.599 0.247h-0.003c-0.47-0.001-0.85-0.382-0.849-0.852s0.382-0.85 0.852-0.849h0.003c0.344 0.001 0.653 0.209 0.784 0.527s0.057 0.684-0.187 0.926l-0 0z"></path>
<path d="M4.308 2.942h-0.006c-0.975-0.002-1.767 0.788-1.769 1.763s0.788 1.767 1.763 1.768h0.005c0.976 0.002 1.767-0.788 1.769-1.763s-0.788-1.767-1.763-1.769zM4.902 5.31c-0.159 0.159-0.375 0.248-0.599 0.247h-0.003c-0.47-0.001-0.85-0.382-0.849-0.852s0.382-0.85 0.852-0.849h0.003c0.344 0.001 0.653 0.209 0.784 0.527s0.057 0.684-0.187 0.926v0z"></path>
<path d="M16.059 2.978h-0.005c-0.975-0.002-1.767 0.788-1.769 1.763s0.788 1.767 1.763 1.769h0.006c0.975 0.002 1.767-0.788 1.768-1.763s-0.788-1.767-1.763-1.768zM16.653 5.347c-0.273 0.271-0.693 0.325-1.026 0.133s-0.495-0.585-0.395-0.957c0.1-0.371 0.437-0.629 0.821-0.629h0.003c0.344 0.001 0.653 0.209 0.784 0.527s0.057 0.684-0.187 0.926z"></path>
<path d="M11.942 26.679c0 0.253 0.205 0.458 0.458 0.458h11.511c0.253 0 0.458-0.205 0.458-0.458v-7.347h1.926c0.198 0 0.374-0.128 0.435-0.316s-0.005-0.395-0.166-0.512l-8.139-5.926c-0.161-0.117-0.378-0.117-0.539 0l-8.139 5.926c-0.16 0.116-0.227 0.323-0.166 0.512s0.237 0.316 0.435 0.316h1.926l-0 7.347zM11.422 18.417l6.733-4.902 6.733 4.902h-0.978c-0.253 0-0.458 0.205-0.458 0.458v7.347h-10.595v-7.347c0-0.253-0.205-0.458-0.458-0.458h-0.977z"></path>
<path d="M18.154 20.274c1.095 0 1.983-0.888 1.983-1.983s-0.888-1.983-1.983-1.983-1.983 0.888-1.983 1.983c0.001 1.095 0.889 1.982 1.983 1.983zM18.154 17.222c0.59 0 1.068 0.478 1.068 1.068s-0.478 1.068-1.068 1.068-1.068-0.478-1.068-1.068c0.001-0.589 0.479-1.067 1.068-1.068z"></path>
</symbol>
<symbol id="icon-heating" viewBox="0 0 52 32">
<path d="M50.766 0h-49.879c-0.49-0-0.887 0.396-0.887 0.886 0 0 0 0.001 0 0.001v19.111c0 0.49 0.397 0.887 0.887 0.887h49.879c0.49 0 0.887-0.397 0.887-0.887v-19.111c0-0.49-0.396-0.887-0.886-0.887-0 0-0.001 0-0.001 0zM46.671 19.111h-41.688v-8.001h41.688v8.001zM49.879 19.111h-1.435v-8.89c0-0.49-0.396-0.887-0.886-0.887-0 0-0.001 0-0.001 0h-43.462c-0.49-0-0.887 0.396-0.887 0.886 0 0 0 0.001 0 0.001v8.89h-1.435v-17.337h48.105v17.337z"></path>
<path d="M7.516 14.326h36.62c0.49 0 0.887-0.397 0.887-0.887s-0.397-0.887-0.887-0.887h-36.62c-0.49 0-0.887 0.397-0.887 0.887s0.397 0.887 0.887 0.887z"></path>
<path d="M7.516 17.618h36.62c0.49 0 0.887-0.397 0.887-0.887s-0.397-0.887-0.887-0.887h-36.62c-0.49 0-0.887 0.397-0.887 0.887s0.397 0.887 0.887 0.887z"></path>
<path d="M35.541 7.904h12.016c0.49 0 0.887-0.396 0.887-0.886 0-0 0-0.001 0-0.001v-3.041c0-0.49-0.397-0.887-0.887-0.887h-12.016c-0.49 0-0.887 0.397-0.887 0.887v3.041c-0 0.49 0.396 0.887 0.886 0.887 0 0 0.001 0 0.001 0zM36.428 4.863h10.242v1.267h-10.242v-1.267z"></path>
<path d="M8.442 26.728c-0.377-0.288-0.807-0.725-0.722-1.172 0.088-0.326 0.33-0.588 0.648-0.702 0.472-0.134 0.746-0.624 0.613-1.096s-0.624-0.746-1.096-0.613c-0.966 0.295-1.696 1.090-1.907 2.078-0.116 0.604-0.089 1.785 1.386 2.913 0.344 0.222 0.521 0.63 0.448 1.033-0.112 0.517-0.493 0.935-0.998 1.093-0.469 0.141-0.735 0.635-0.594 1.104 0.113 0.377 0.461 0.634 0.854 0.631 0.087 0 0.174-0.013 0.257-0.038 1.145-0.346 2.004-1.298 2.23-2.473 0.194-1.059-0.242-2.134-1.119-2.759v0z"></path>
<path d="M15.666 26.728c-0.377-0.288-0.807-0.725-0.722-1.172 0.088-0.326 0.33-0.588 0.648-0.702 0.469-0.143 0.732-0.639 0.589-1.107-0.139-0.455-0.612-0.719-1.072-0.599-0.966 0.295-1.696 1.090-1.907 2.078-0.116 0.604-0.089 1.785 1.386 2.913 0.344 0.222 0.521 0.63 0.448 1.033-0.112 0.517-0.493 0.935-0.998 1.093-0.469 0.141-0.735 0.635-0.594 1.104 0.113 0.375 0.459 0.632 0.85 0.631 0.087 0 0.174-0.013 0.257-0.038 1.145-0.346 2.004-1.298 2.23-2.473 0.196-1.059-0.239-2.135-1.116-2.761v0z"></path>
<path d="M22.887 26.728c-0.377-0.288-0.807-0.725-0.722-1.172 0.088-0.326 0.33-0.588 0.648-0.702 0.472-0.134 0.746-0.624 0.613-1.096s-0.624-0.746-1.096-0.613v0c-0.966 0.295-1.696 1.090-1.907 2.078-0.116 0.604-0.089 1.785 1.386 2.913 0.344 0.222 0.521 0.63 0.448 1.033-0.112 0.517-0.493 0.935-0.998 1.093-0.469 0.141-0.735 0.635-0.594 1.104 0.113 0.375 0.459 0.632 0.85 0.631 0.087 0 0.174-0.013 0.257-0.038 1.145-0.346 2.004-1.298 2.23-2.473 0.195-1.058-0.24-2.133-1.115-2.759v0z"></path>
<path d="M30.111 26.728c-0.377-0.288-0.807-0.725-0.722-1.172 0.088-0.326 0.33-0.588 0.648-0.702 0.469-0.143 0.732-0.639 0.589-1.107-0.139-0.455-0.612-0.719-1.072-0.599-0.966 0.295-1.696 1.090-1.907 2.078-0.116 0.604-0.089 1.785 1.386 2.913 0.344 0.222 0.521 0.63 0.448 1.033-0.112 0.517-0.493 0.935-0.998 1.093-0.469 0.141-0.735 0.635-0.594 1.104 0.113 0.375 0.459 0.632 0.85 0.631 0.087 0 0.174-0.013 0.258-0.038 1.145-0.346 2.004-1.298 2.23-2.473 0.196-1.059-0.239-2.135-1.116-2.761v0z"></path>
<path d="M37.332 26.728c-0.377-0.288-0.807-0.725-0.722-1.172 0.088-0.326 0.33-0.588 0.648-0.702 0.472-0.134 0.746-0.624 0.613-1.096s-0.624-0.746-1.096-0.613c-0.966 0.295-1.696 1.090-1.907 2.078-0.116 0.604-0.089 1.785 1.386 2.913 0.344 0.222 0.521 0.63 0.448 1.033-0.112 0.517-0.493 0.935-0.998 1.093-0.469 0.141-0.735 0.635-0.594 1.104 0.113 0.377 0.461 0.634 0.854 0.631 0.087 0 0.174-0.013 0.258-0.038 1.145-0.346 2.004-1.298 2.23-2.473 0.194-1.059-0.242-2.134-1.119-2.759v0z"></path>
<path d="M44.556 26.728c-0.377-0.288-0.807-0.725-0.722-1.172 0.088-0.326 0.33-0.588 0.648-0.702 0.469-0.143 0.732-0.639 0.589-1.107-0.139-0.455-0.612-0.719-1.072-0.599-0.966 0.295-1.696 1.090-1.907 2.078-0.116 0.604-0.089 1.785 1.386 2.913 0.344 0.222 0.521 0.63 0.448 1.033-0.112 0.517-0.493 0.935-0.998 1.093-0.469 0.141-0.735 0.635-0.594 1.104 0.113 0.375 0.459 0.632 0.85 0.631 0.087 0 0.174-0.013 0.258-0.038 1.145-0.346 2.004-1.298 2.23-2.473 0.196-1.059-0.239-2.135-1.116-2.761v0z"></path>
</symbol>
<symbol id="icon-price" viewBox="0 0 32 32">
<path d="M32 4.246c0-2.341-1.554-4.246-3.463-4.246h-25.075c-1.91 0-3.463 1.904-3.463 4.246v27.197c0 0.308 0.249 0.557 0.557 0.557v0h27.98c0.308 0 0.557-0.249 0.557-0.557v0-23.012c1.645-0.328 2.905-2.079 2.905-4.185v0zM1.114 30.886v-26.64c0-1.726 1.054-3.131 2.348-3.131 1.283 0 2.327 1.38 2.346 3.084h-3.208c-0.308 0-0.557 0.249-0.557 0.557 0 1.646 0.849 3.128 2.111 3.687h0.003c0.031 0.014 0.063 0.024 0.096 0.032 0.005 0 0.009 0.004 0.014 0.004 0.015 0.003 0.032 0.003 0.047 0.005 0.021 0.003 0.042 0.006 0.064 0.007h23.6v22.394h-26.864zM4.235 7.199c-0.575-0.472-0.946-1.147-1.035-1.886h2.465c-0.186 0.804-0.706 1.49-1.431 1.886h0zM28.538 7.377h-22.734c0.591-0.687 0.965-1.535 1.075-2.435 0.033-0.083 0.043-0.173 0.027-0.261 0.012-0.144 0.020-0.289 0.020-0.436 0.017-1.147-0.386-2.26-1.133-3.131h22.745c1.295 0 2.348 1.405 2.348 3.131s-1.054 3.131-2.349 3.131h0z"></path>
<path d="M6.147 15.613l0.472-0.253v6.474c0 0.308 0.249 0.557 0.557 0.557h3.072c0.308 0 0.557-0.249 0.557-0.557v-2.758h2.077v2.758c0 0.308 0.249 0.557 0.557 0.557h3.072c0.308 0 0.557-0.249 0.557-0.557v-6.471l0.48 0.255c0.273 0.144 0.61 0.040 0.755-0.232s0.040-0.61-0.232-0.755v0l-6.003-3.18c-0.164-0.087-0.36-0.087-0.524 0l-5.925 3.18c-0.274 0.141-0.381 0.477-0.24 0.751s0.477 0.381 0.751 0.24c0.005-0.003 0.011-0.006 0.016-0.009l0.001 0.001zM11.809 12.575l4.146 2.197v6.505h-1.958v-2.758c0-0.308-0.249-0.557-0.557-0.557h-3.192c-0.308 0-0.557 0.249-0.557 0.557v2.758h-1.958v-6.515l4.076-2.187z"></path>
<path d="M7.476 24.569h-1.592c-0.308 0-0.557 0.249-0.557 0.557s0.249 0.557 0.557 0.557h1.592c0.308 0 0.557-0.249 0.557-0.557s-0.249-0.557-0.557-0.557z"></path>
<path d="M13.298 24.569h-2.911c-0.308 0-0.557 0.249-0.557 0.557s0.249 0.557 0.557 0.557h2.911c0.308 0 0.557-0.249 0.557-0.557s-0.249-0.557-0.557-0.557z"></path>
<path d="M19.12 24.569h-2.912c-0.308 0-0.557 0.249-0.557 0.557s0.249 0.557 0.557 0.557h2.912c0.308 0 0.557-0.249 0.557-0.557s-0.249-0.557-0.557-0.557z"></path>
<path d="M23.622 24.569h-1.592c-0.308 0-0.557 0.249-0.557 0.557s0.249 0.557 0.557 0.557h1.592c0.308 0 0.557-0.249 0.557-0.557s-0.249-0.557-0.557-0.557z"></path>
<path d="M20.967 14.093c0.308 0 0.557-0.249 0.557-0.557v-1.592c0-0.308-0.249-0.557-0.557-0.557s-0.557 0.249-0.557 0.557v1.592c0 0.308 0.249 0.557 0.557 0.557z"></path>
<path d="M20.967 19.069c0.308 0 0.557-0.249 0.557-0.557v-2.488c0-0.308-0.249-0.557-0.557-0.557s-0.557 0.249-0.557 0.557v2.488c-0 0.308 0.249 0.557 0.557 0.558 0 0 0 0 0 0z"></path>
<path d="M20.967 24.045c0.308 0 0.557-0.249 0.557-0.557v-2.488c0-0.308-0.249-0.557-0.557-0.557s-0.557 0.249-0.557 0.557v2.488c-0 0.308 0.249 0.558 0.557 0.558 0 0 0 0 0.001 0z"></path>
<path d="M20.967 25.418c-0.308 0-0.557 0.249-0.557 0.557v1.592c0 0.308 0.249 0.557 0.557 0.557s0.557-0.249 0.557-0.557v-1.592c0-0.308-0.249-0.557-0.557-0.557z"></path>
</symbol>
<symbol id="icon-status" viewBox="0 0 32 32">
<path d="M31.173 10.070c-1.097-1.097-2.881-1.097-3.978 0-0.337 0.338-2.491 2.494-2.821 2.823v-7.429c0-0.751-0.293-1.458-0.824-1.989l-2.652-2.652c-0.531-0.531-1.238-0.824-1.989-0.824h-16.098c-1.551 0-2.813 1.262-2.813 2.813v26.375c0 1.551 1.262 2.813 2.813 2.813h18.75c1.551 0 2.813-1.262 2.813-2.813v-8.336l6.798-6.804c1.099-1.099 1.099-2.878 0-3.977zM18.75 1.875c0.177 0 0.518-0.031 0.824 0.275l2.652 2.652c0.297 0.298 0.275 0.624 0.275 0.824h-3.75v-3.75zM22.5 29.187c0 0.517-0.42 0.938-0.938 0.938h-18.75c-0.517 0-0.938-0.421-0.938-0.938v-26.375c0-0.517 0.421-0.938 0.938-0.938h14.062v4.688c0 0.518 0.42 0.937 0.938 0.937h4.687v7.27c0 0-2.766 2.768-2.766 2.768l-1.325 1.325c-0.103 0.103-0.18 0.228-0.227 0.366l-1.326 3.977c-0.112 0.337-0.025 0.708 0.227 0.959s0.623 0.339 0.959 0.227l3.977-1.326c0.138-0.046 0.264-0.124 0.366-0.227l0.114-0.114v6.46zM20.397 19.527l1.326 1.326-0.506 0.506-1.989 0.663 0.663-1.989 0.506-0.506zM23.049 19.526l-1.326-1.326c0.706-0.707 3.842-3.845 4.507-4.51l1.326 1.326-4.507 4.51zM29.847 12.722l-0.966 0.967-1.326-1.326 0.967-0.968c0.366-0.366 0.96-0.366 1.326 0s0.367 0.958-0 1.326z"></path>
<path d="M4.138 7.963c0.093 0 0.185-0.018 0.271-0.051v4.568c0 0.414 0.336 0.75 0.75 0.75h2.412c0.414 0 0.75-0.336 0.75-0.75v-1.853h1.006v1.853c0 0.414 0.336 0.75 0.75 0.75h2.412c0.414 0 0.75-0.336 0.75-0.75v-4.567c0.086 0.033 0.178 0.050 0.269 0.050 0.279 0 0.534-0.153 0.664-0.4 0.194-0.366 0.053-0.821-0.312-1.015l-4.713-2.496c-0.108-0.058-0.23-0.088-0.352-0.088s-0.244 0.030-0.354 0.088l-4.647 2.494c-0.178 0.092-0.31 0.247-0.371 0.438s-0.044 0.394 0.048 0.572c0.129 0.251 0.385 0.406 0.667 0.406zM11.74 11.729h-0.912v-1.853c0-0.414-0.336-0.75-0.75-0.75h-2.506c-0.414 0-0.75 0.336-0.75 0.75v1.853h-0.912v-4.616l2.889-1.55 2.942 1.559v4.607z"></path>
<path d="M3.636 15.568c0 0.407 0.333 0.739 0.739 0.739h15.151c0.407 0 0.739-0.333 0.739-0.739s-0.333-0.739-0.739-0.739h-15.151c-0.407 0-0.739 0.333-0.739 0.739z"></path>
<path d="M16.757 17.627h-12.382c-0.407 0-0.739 0.333-0.739 0.739s0.333 0.739 0.739 0.739h12.382c0.406 0 0.739-0.333 0.739-0.739s-0.333-0.739-0.739-0.739z"></path>
<path d="M4.375 20.425c-0.407 0-0.739 0.333-0.739 0.739s0.333 0.739 0.739 0.739h11.047c0.407 0 0.739-0.333 0.739-0.739s-0.333-0.739-0.739-0.739h-11.047z"></path>
<path d="M15.589 23.962c0-0.406-0.333-0.739-0.739-0.739h-10.475c-0.407 0-0.739 0.333-0.739 0.739s0.333 0.739 0.739 0.739h10.475c0.406 0 0.739-0.333 0.739-0.739z"></path>
<path d="M19.527 26.021h-5.489c-0.406 0-0.739 0.333-0.739 0.739s0.333 0.739 0.739 0.739h5.489c0.407 0 0.739-0.333 0.739-0.739s-0.333-0.739-0.739-0.739z"></path>
</symbol>
</defs>
</svg>
<script>
$(document).ready(function() {
// V茅rifier l'茅tat de l'utilisateur au chargement du modal
$('#termsModal').on('show.bs.modal', function () {
<?php if($_SESSION['user']['agreed_conditions'] == 1): ?>
// L'utilisateur a d茅j脿 accept茅 - case coch茅e et d茅sactiv茅e
$('#agreeTerms').prop('checked', true);
$('#agreeTerms').prop('disabled', true);
// Changer le texte du label pour montrer que c'est d茅j脿 accept茅
$('#agreeTerms').next('label').find('p').html('<strong>讻讘专 讗讬砖专转 讗转 讛转谞讗讬诐</strong> - 讗讬砖讜专 讛讜砖诇诐 讘讛爪诇讞讛');
$('#agreeTerms').next('label').find('small').html(' <i class="fas fa-lock mr-1"></i> 讛讗讬砖讜专 谞注讜诇 讜诇讗 谞讬转谉 诇砖讬谞讜讬 ');
<?php else: ?>
// L'utilisateur n'a pas encore accept茅 - case d茅coch茅e et active
$('#agreeTerms').prop('checked', false);
$('#agreeTerms').prop('disabled', false);
<?php endif; ?>
});
// Gestion de la case 脿 cocher des termes et conditions (seulement si pas encore accept茅)
$('#agreeTerms').change(function() {
<?php if($_SESSION['user']['agreed_conditions'] != 1): ?>
if($(this).is(':checked')) {
// Envoyer une requ锚te AJAX pour mettre 脿 jour la base de donn茅es
$.ajax({
url: 'update_user_agreement.php',
type: 'POST',
data: { id_user: <?php echo $_SESSION['user']['id']; ?> },
success: function(response) {
// Emp锚cher le d茅cochage
$('#agreeTerms').prop('disabled', true);
// Fermer le modal
$('#termsModal').modal('hide');
// Actualiser la page pour voir les changements
setTimeout(function() {
location.reload();
}, 500);
},
error: function() {
alert('砖讙讬讗讛 讘讞讬讘讜专 诇砖专转');
// D茅cocher en cas d'erreur
$('#agreeTerms').prop('checked', false);
}
});
}
<?php endif; ?>
});
});
</script>
<!-- Modal pour les termes et conditions -->
<div class="modal fade" id="termsModal" tabindex="-1" role="dialog" aria-labelledby="termsModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<div class="modal-header bg-primary text-white d-flex justify-content-between align-items-center" dir="rtl">
<button type="button" class="close text-white" data-dismiss="modal" aria-label="Close" style="order: 1;">
<span aria-hidden="true">×</span>
</button>
<h5 class="modal-title font-weight-bold text-center flex-grow-1" id="termsModalLabel" style="order: 2;">
<i class="fas fa-file-contract ml-2"></i>
转谞讗讬 讛砖讬诪讜砖 讜讛转拽谞讜谉
</h5>
<div style="order: 3; width: 30px;"></div>
</div>
<div class="modal-body p-0">
<iframe src="terms-and-conditions.php" width="100%" height="600" frameborder="0"></iframe>
</div>
<div class="modal-footer bg-light border-top" dir="rtl">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-10">
<div class="card border-success shadow-sm">
<div class="card-body p-4" dir="rtl">
<div class="text-center mb-4">
<h6 class="mb-0 text-success font-weight-bold">
<i class="fas fa-hand-paper mr-2"></i>
讛住讻诪讛 诇转谞讗讬诐
</h6>
</div>
<div class="custom-control custom-checkbox custom-control-lg" style="text-align: center; padding-left:0;" dir="rtl">
<input type="checkbox" class="custom-control-input" id="agreeTerms">
<label class="custom-control-label font-weight-500 text-dark" for="agreeTerms" style="text-align: right; margin-right: 45px;">
<div class="d-flex align-items-start" dir="rtl">
<div class="flex-grow-1 text-right">
<p class="mb-0 text-dark font-weight-500 lh-lg">
讗谞讬 诪讗砖专/转 砖拽专讗转讬 讜讛讘谞转讬 讗转 转谞讗讬 讛砖讬诪讜砖 讜讛转拽谞讜谉 讜诪住讻讬诐/讛 诇讻诇 讛转谞讗讬诐 讛诪驻讜专讟讬诐
</p>
<small class="text-muted d-block mt-2 text-center">
<i class="fas fa-info-circle mr-1"></i>
诇讗讞专 讗讬砖讜专 讛转谞讗讬诐, 诇讗 转讜讻诇/讬 诇讘讟诇 讗转 讛讗讬砖讜专
</small>
</div>
</div>
</label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>