

/* Start:/local/templates/flatmarket/components/bitrix/news/.news/bitrix/news.detail/.default/style.css?175965283134950*/
.page-article .page-article__content strong {
  color: #007acc;
}

.page-article .page-article__content .stats-highlight strong {
  color: #fff;
}

.page-article .page-article__content p a {
  color: #007acc;
  text-decoration: none;
  border-bottom: 1px dotted #007acc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-article .page-article__content p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #007acc;
  background: rgba(0, 122, 204, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}

.page-article .page-article__content h2 {
  color: #2c3e50;
  border-bottom: 3px solid #007acc;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 1.8rem;
}

.page-article .page-article__content h2 a {
  color: #007acc;
  text-decoration: none;
  border-bottom: 1px dotted #007acc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-article .page-article__content h2 a:hover {
  text-decoration: none;
  border-bottom: 1px solid #007acc;
  background: rgba(0, 122, 204, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}

.page-article .page-article__content h3 {
  color: #2c3e50;
  margin-top: 25px;
  font-size: 1.4rem;
}

.page-article .page-article__content h4 {
  color: #2c3e50;
  margin-top: 20px;
  font-size: 1.2rem;
}

.page-article .page-article__content ul,
.page-article .page-article__content ol {
  padding-left: 20px;
}

.page-article .page-article__content li {
  margin: 8px 0;
}

.page-article .page-article__content p {
  margin: 15px 0;
  text-align: justify;
}

.page-article .page-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-article .page-article__content table th {
  background: #007acc;
  color: white;
  font-weight: 600;
}

.page-article .page-article__content table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}

.page-article .page-article__content .expert-header {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  border-left: 4px solid #007acc;
  font-size: 14px;
}

.page-article .page-article__content .expert-header h3,
.page-article .page-article__content .expert-header h4 {
  color: #2c3e50;
  margin-top: 20px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 960));
  font-weight: initial;
}

.page-article .page-article__content .expert-header p,
.page-article .page-article__content .expert-header div {
  margin: 15px 0;
  text-align: justify;
  font-size: calc(14px + 4 * ((100vw - 320px) / 960));
}

@media (max-width: 767px) {
  .page-article .page-article__content h2 {
    font-size: 1.5rem;
  }
  .page-article .page-article__content h3 {
    font-size: 1.3rem;
  }
  .page-article .page-article__content h4 {
    font-size: 1.1rem;
  }
}

.uae-real-estate-article {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 820px;
  margin: 0 auto;
  padding: 15px;
}
.uae-real-estate-article h2 {
  color: #2c3e50;
  border-bottom: 3px solid #007acc;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 1.8rem;
}
.uae-real-estate-article h3 {
  color: #2c3e50;
  margin-top: 25px;
  font-size: 1.4rem;
}
.uae-real-estate-article h4 {
  color: #2c3e50;
  margin-top: 20px;
  font-size: 1.2rem;
}
.uae-real-estate-article p {
  margin: 15px 0;
  text-align: justify;
}
.uae-real-estate-article ul,
.uae-real-estate-article ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.uae-real-estate-article li {
  margin: 8px 0;
}
.uae-real-estate-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.uae-real-estate-article th,
.uae-real-estate-article td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}
.uae-real-estate-article th {
  background: #007acc;
  color: white;
  font-weight: 600;
}
.uae-real-estate-article a {
  color: #007acc;
  text-decoration: none;
  border-bottom: 1px dotted #007acc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.uae-real-estate-article a:hover {
  text-decoration: none;
  border-bottom: 1px solid #007acc;
  background: rgba(0, 122, 204, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}
.uae-real-estate-article strong {
  color: #007acc;
}
.uae-real-estate-article .image-container {
  text-align: center;
  margin: 25px 0;
}
.uae-real-estate-article img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .uae-real-estate-article h2 {
    font-size: 1.5rem;
  }
  .uae-real-estate-article h3 {
    font-size: 1.3rem;
  }
  .uae-real-estate-article p,
  .uae-real-estate-article li,
  .uae-real-estate-article td,
  .uae-real-estate-article th {
    font-size: 13px;
  }
}

.uae-real-estate-article {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 820px;
  margin: 0 auto;
  padding: 15px;
}
.uae-real-estate-article h2 {
  color: #2c3e50;
  border-bottom: 3px solid #007acc;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 1.8rem;
}
.uae-real-estate-article h3 {
  color: #2c3e50;
  margin-top: 25px;
  font-size: 1.4rem;
}
.uae-real-estate-article p {
  margin: 15px 0;
  text-align: justify;
}
.uae-real-estate-article ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.uae-real-estate-article li {
  margin: 8px 0;
}
.uae-real-estate-article img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 20px auto;
}
.uae-real-estate-article a {
  color: #007acc;
  text-decoration: none;
  border-bottom: 1px dotted #007acc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.uae-real-estate-article a:hover {
  text-decoration: none;
  border-bottom: 1px solid #007acc;
  background: rgba(0, 122, 204, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}
.uae-real-estate-article strong {
  color: #007acc;
}
.uae-real-estate-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.uae-real-estate-article th,
.uae-real-estate-article td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}
.uae-real-estate-article th {
  background-color: #007acc;
  color: white;
  font-weight: 600;
}
@media (max-width: 767px) {
  .uae-real-estate-article h2 {
    font-size: 1.5rem;
  }
  .uae-real-estate-article h3 {
    font-size: 1.3rem;
  }
  .uae-real-estate-article p,
  .uae-real-estate-article li,
  .uae-real-estate-article td,
  .uae-real-estate-article th {
    font-size: 13px;
  }
}

.uae-real-estate-article {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}
.uae-real-estate-article .article-meta {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  border-left: 4px solid #007acc;
  font-size: 14px;
}
.uae-real-estate-article .date-info {
  margin-top: 10px;
}
.uae-real-estate-article .date-info div {
  margin: 5px 0;
}
.uae-real-estate-article .stats-highlight {
  background: -o-linear-gradient(315deg, #667eea 0%, #764ba2 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0;
}
.uae-real-estate-article .stats-highlight h4 {
  margin-top: 0;
  color: white;
}
.uae-real-estate-article .property-segments {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 20px 0;
}
.uae-real-estate-article .segment {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.uae-real-estate-article .forecast-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 20px 0;
}
.uae-real-estate-article .forecast-item {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #e9ecef;
}
.uae-real-estate-article .forecast-value {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007acc;
  margin: 10px 0;
}
.uae-real-estate-article .table-responsive {
  overflow-x: auto;
  margin: 20px 0;
}
.uae-real-estate-article .rental-yield-table {
  width: 100%;
  min-width: 300px;
  border-collapse: collapse;
  background: white;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.uae-real-estate-article .rental-yield-table th,
.uae-real-estate-article .rental-yield-table td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.uae-real-estate-article .rental-yield-table th {
  background: #007acc;
  color: white;
  font-weight: 600;
}
.uae-real-estate-article .price-drivers {
  background: #fff3cd;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #ffc107;
  margin: 20px 0;
}
.uae-real-estate-article .luxury-stats {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}
.uae-real-estate-article .stats-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 15px;
}
.uae-real-estate-article .stat-item {
  text-align: center;
  padding: 15px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.uae-real-estate-article .stat-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007acc;
}
.uae-real-estate-article .stat-label {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.uae-real-estate-article .comparison-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 20px 0;
}
.uae-real-estate-article .comparison-item {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.uae-real-estate-article .recommendations {
  background: #d1edff;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #007acc;
  margin: 20px 0;
}
.uae-real-estate-article .recommendation-item {
  margin: 15px 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 122, 204, 0.2);
}
.uae-real-estate-article .recommendation-item:last-child {
  border-bottom: none;
}
.uae-real-estate-article .risk-management {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 20px 0;
}
.uae-real-estate-article .risks {
  background: #f8d7da;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
}
.uae-real-estate-article .risk-mitigation {
  background: #d4edda;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #28a745;
}
.uae-real-estate-article .key-takeaways {
  background: #e7f3ff;
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid #007acc;
  margin: 20px 0;
}
.uae-real-estate-article .final-recommendation {
  background: #fff3cd;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #ffc107;
  font-weight: 500;
  margin: 20px 0;
}
.uae-real-estate-article .sources,
.uae-real-estate-article .author-bio {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
}
.uae-real-estate-article .sources a,
.uae-real-estate-article a {
  color: #007acc;
  text-decoration: none;
  border-bottom: 1px dotted #007acc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.uae-real-estate-article .sources a:hover,
.uae-real-estate-article a:hover {
  text-decoration: none;
  border-bottom: 1px solid #007acc;
  background: rgba(0, 122, 204, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}
.uae-real-estate-article strong {
  color: #007acc;
}
.uae-real-estate-article h2 {
  color: #2c3e50;
  border-bottom: 3px solid #007acc;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 1.8rem;
}
.uae-real-estate-article h3 {
  color: #2c3e50;
  margin-top: 25px;
  font-size: 1.4rem;
}
.uae-real-estate-article h4 {
  color: #2c3e50;
  margin-top: 20px;
  font-size: 1.2rem;
}
.uae-real-estate-article ul,
.uae-real-estate-article ol {
  padding-left: 20px;
}
.uae-real-estate-article li {
  margin: 8px 0;
}
.uae-real-estate-article p {
  margin: 15px 0;
  text-align: justify;
}

/* Планшеты и больше */
@media (min-width: 768px) {
  .uae-real-estate-article .property-segments,
  .uae-real-estate-article .comparison-container,
  .uae-real-estate-article .risk-management {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .uae-real-estate-article .forecast-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .uae-real-estate-article .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

/* Десктоп */
@media (min-width: 1024px) {
  .uae-real-estate-article .forecast-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .uae-real-estate-article .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Мобильные устройства */
@media (max-width: 767px) {
  .uae-real-estate-article .forecast-value {
    font-size: 1.5rem;
  }
  .uae-real-estate-article .stat-number {
    font-size: 1.5rem;
  }
  .uae-real-estate-article .rental-yield-table th,
  .uae-real-estate-article .rental-yield-table td {
    padding: 8px 4px;
    font-size: 12px;
  }
  .uae-real-estate-article h2 {
    font-size: 1.5rem;
  }
  .uae-real-estate-article h3 {
    font-size: 1.3rem;
  }
  .uae-real-estate-article h4 {
    font-size: 1.1rem;
  }
}

.uae-real-estate-article {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 850px;
  margin: 0 auto;
  padding: 20px;
}
.uae-real-estate-article .article-meta {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  border-left: 4px solid #007acc;
  font-size: 14px;
}
.uae-real-estate-article .date-info {
  margin-top: 8px;
}
.uae-real-estate-article .date-info div {
  margin: 5px 0;
}
.uae-real-estate-article h2 {
  color: #2c3e50;
  border-bottom: 3px solid #007acc;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 1.75rem;
}
.uae-real-estate-article h3 {
  color: #2876b5;
  margin-top: 26px;
  font-size: 1.32rem;
}
.uae-real-estate-article h4 {
  color: #2c3e50;
  margin-top: 18px;
  font-size: 1.11rem;
}
.uae-real-estate-article ul,
.uae-real-estate-article ol {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.uae-real-estate-article li {
  margin: 7px 0;
}
.uae-real-estate-article p {
  margin: 14px 0;
  text-align: justify;
}
.uae-real-estate-article .price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 14px;
  background: white;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.uae-real-estate-article .price-table th,
.uae-real-estate-article .price-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #e9ecef;
  text-align: left;
}
.uae-real-estate-article .price-table th {
  background: #007acc;
  color: white;
  font-weight: 600;
}
.uae-real-estate-article a {
  color: #007acc;
  text-decoration: none;
  border-bottom: 1px dotted #007acc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.uae-real-estate-article a:hover {
  text-decoration: none;
  border-bottom: 1px solid #007acc;
  background: rgba(0, 122, 204, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}
.uae-real-estate-article strong {
  color: #007acc;
}
@media (max-width: 767px) {
  .uae-real-estate-article h2 {
    font-size: 1.4rem;
  }
  .uae-real-estate-article h3 {
    font-size: 1.13rem;
  }
  .uae-real-estate-article h4 {
    font-size: 1rem;
  }
  .uae-real-estate-article {
    padding: 8px;
  }
  .uae-real-estate-article .article-meta {
    padding: 8px;
  }
}

.uae-tax-article {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 820px;
  margin: 0 auto;
  padding: 15px;
}
.uae-tax-article h2 {
  color: #2c3e50;
  border-bottom: 3px solid #007acc;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 1.8rem;
}
.uae-tax-article ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.uae-tax-article li {
  margin: 8px 0;
}
.uae-tax-article p {
  margin: 15px 0;
  text-align: justify;
}
.uae-tax-article .image-container {
  text-align: center;
  margin: 25px 0;
}
.uae-tax-article img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.uae-tax-article strong {
  color: #007acc;
}
.uae-tax-article blockquote {
  background: #e7f3ff;
  border-left: 4px solid #007acc;
  padding: 15px 20px;
  margin: 30px 0;
  font-style: italic;
  color: #444;
}
@media (max-width: 767px) {
  .uae-tax-article h2 {
    font-size: 1.5rem;
  }
  .uae-tax-article p {
    font-size: 14px;
  }
  .uae-tax-article li {
    font-size: 13px;
  }
}

.uae-ejari-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  background: #f4f8fb;
  border-radius: 15px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #293147;
  line-height: 1.7;
}
.uae-ejari-article h2 {
  color: #007acc;
  border-bottom: 3px solid #007acc;
  padding-bottom: 8px;
  margin-top: 35px;
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 1.7rem;
}
.uae-ejari-article h3 {
  color: #284a81;
  margin-top: 23px;
  font-weight: 700;
  font-size: 1.24rem;
}
.uae-ejari-article h4 {
  color: #3a4c66;
  margin-top: 18px;
  font-weight: 600;
  font-size: 1.09rem;
}
.uae-ejari-article h5 {
  color: #425874;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.03rem;
}
.uae-ejari-article .article-meta {
  background: #e7f3ff;
  border-left: 4px solid #007acc;
  border-radius: 9px;
  margin: 25px 0 22px 0;
  padding: 18px 22px;
  font-size: 1.08rem;
}
.uae-ejari-article .author-info strong,
.uae-ejari-article .date-info strong {
  color: #007acc;
}
.uae-ejari-article .checklist,
.uae-ejari-article .advice-block {
  background: #fff9e1;
  border-left: 5px solid #ffc107;
  padding: 15px 22px;
  border-radius: 7px;
  margin: 27px 0 22px 0;
  color: #786229;
}
.uae-ejari-article .sources {
  background: #e7f3ff;
  border-left: 4px solid #007acc;
  border-radius: 9px;
  margin: 25px 0 22px 0;
  padding: 15px 22px;
}
.uae-ejari-article ul,
.uae-ejari-article ol {
  padding-left: 21px;
}
.uae-ejari-article li {
  margin: 7px 0;
}
.uae-ejari-article strong {
  color: #007acc;
}
.uae-ejari-article a {
  color: #095ec7;
  border-bottom: 1px dotted #128bcc;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.uae-ejari-article a:hover {
  background: #e7f3ff;
  border-bottom: 1px solid #007acc;
}
@media (max-width: 650px) {
  .uae-ejari-article {
    padding: 8px;
  }
  .uae-ejari-article h2 {
    font-size: 1.19rem;
  }
  .uae-ejari-article h3 {
    font-size: 1.01rem;
  }
}

.uae-luxury-real-estate-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 26px;
  background: #f4f6f9;
  border-radius: 14px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #293147;
  line-height: 1.7;
}
.uae-luxury-real-estate-article h2 {
  color: #2366b5;
  border-bottom: 3px solid #2366b5;
  padding-bottom: 10px;
  margin-top: 36px;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 1.8rem;
}
.uae-luxury-real-estate-article h3 {
  color: #2c3e70;
  margin-top: 24px;
  font-weight: 600;
  font-size: 1.4rem;
}
.uae-luxury-real-estate-article h4 {
  color: #2c3e70;
  margin-top: 18px;
  font-weight: 600;
  font-size: 1.2rem;
}
.uae-luxury-real-estate-article h5 {
  color: #786229;
  margin-top: 14px;
  font-weight: 600;
  font-size: 1.1rem;
}
.uae-luxury-real-estate-article p,
.uae-luxury-real-estate-article ul,
.uae-luxury-real-estate-article ol {
  font-size: 1.05rem;
  margin: 16px 0;
}
.uae-luxury-real-estate-article ul,
.uae-luxury-real-estate-article ol {
  padding-left: 21px;
}
.uae-luxury-real-estate-article li {
  margin: 8px 0;
}
.uae-luxury-real-estate-article strong {
  color: #2366b5;
}
.uae-luxury-real-estate-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  -webkit-box-shadow: 0 2px 8px rgba(35, 102, 181, 0.3);
  box-shadow: 0 2px 8px rgba(35, 102, 181, 0.3);
}
.uae-luxury-real-estate-article th,
.uae-luxury-real-estate-article td {
  border: 1px solid #c3d3f0;
  padding: 11px;
  text-align: left;
  font-size: 0.9rem;
}
.uae-luxury-real-estate-article th {
  background: -o-linear-gradient(315deg, #2366b5 0%, #1a487d 100%);
  background: linear-gradient(135deg, #2366b5 0%, #1a487d 100%);
  color: white;
  font-weight: 700;
}
.uae-luxury-real-estate-article a {
  color: #2366b5;
  text-decoration: none;
  border-bottom: 1px dotted #2366b5;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.uae-luxury-real-estate-article a:hover {
  border-bottom: 1px solid #2366b5;
  background: rgba(35, 102, 181, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}
.uae-luxury-real-estate-article .article-meta {
  background: #e7f3ff;
  border-left: 4px solid #2366b5;
  border-radius: 9px;
  margin: 24px 0 22px 0;
  padding: 18px 22px;
  font-size: 1.07rem;
}
.uae-luxury-real-estate-article .expert-info strong {
  color: #2366b5;
}
.uae-luxury-real-estate-article .keybox {
  background: #fff9e1;
  border-left: 5px solid #ffc107;
  border-radius: 7px;
  margin: 27px 0 22px 0;
  color: #786229;
  padding: 14px 22px;
}
@media (max-width: 650px) {
  .uae-luxury-real-estate-article {
    padding: 14px 12px;
  }
  .uae-luxury-real-estate-article h2 {
    font-size: 1.3rem;
  }
  .uae-luxury-real-estate-article h3 {
    font-size: 1.1rem;
  }
  .uae-luxury-real-estate-article h4 {
    font-size: 1rem;
  }
  .uae-luxury-real-estate-article h5 {
    font-size: 0.95rem;
  }
  .uae-luxury-real-estate-article th,
  .uae-luxury-real-estate-article td {
    font-size: 0.8rem;
  }
}

.uae-ejari-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  background: #f4f8fb;
  border-radius: 15px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #293147;
  line-height: 1.7;
}
.uae-ejari-article h2 {
  color: #007acc;
  border-bottom: 3px solid #007acc;
  padding-bottom: 8px;
  margin-top: 35px;
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 1.7rem;
}
.uae-ejari-article h3 {
  color: #284a81;
  margin-top: 23px;
  font-weight: 700;
  font-size: 1.24rem;
}
.uae-ejari-article h4 {
  color: #3a4c66;
  margin-top: 18px;
  font-weight: 600;
  font-size: 1.09rem;
}
.uae-ejari-article h5 {
  color: #425874;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.03rem;
}
.uae-ejari-article .article-meta {
  background: #e7f3ff;
  border-left: 4px solid #007acc;
  border-radius: 9px;
  margin: 25px 0 22px 0;
  padding: 18px 22px;
  font-size: 1.08rem;
}
.uae-ejari-article .author-info strong,
.uae-ejari-article .date-info strong {
  color: #007acc;
}
.uae-ejari-article .checklist,
.uae-ejari-article .advice-block {
  background: #fff9e1;
  border-left: 5px solid #ffc107;
  padding: 15px 22px;
  border-radius: 7px;
  margin: 27px 0 22px 0;
  color: #786229;
}
.uae-ejari-article .sources {
  background: #e7f3ff;
  border-left: 4px solid #007acc;
  border-radius: 9px;
  margin: 25px 0 22px 0;
  padding: 15px 22px;
}
.uae-ejari-article ul,
.uae-ejari-article ol {
  padding-left: 21px;
}
.uae-ejari-article li {
  margin: 7px 0;
}
.uae-ejari-article strong {
  color: #007acc;
}
.uae-ejari-article a {
  color: #095ec7;
  border-bottom: 1px dotted #128bcc;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.uae-ejari-article a:hover {
  background: #e7f3ff;
  border-bottom: 1px solid #007acc;
}
@media (max-width: 650px) {
  .uae-ejari-article {
    padding: 8px;
  }
  .uae-ejari-article h2 {
    font-size: 1.19rem;
  }
  .uae-ejari-article h3 {
    font-size: 1.01rem;
  }
}

.commercial-rent-analysis {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px;
  background: #f4f6f9;
  border-radius: 14px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #293147;
  line-height: 1.7;
}
.commercial-rent-analysis h2 {
  color: #2366b5;
  border-bottom: 3px solid #2366b5;
  padding-bottom: 10px;
  margin-top: 36px;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 1.7rem;
}
.commercial-rent-analysis h3 {
  color: #2c3e70;
  margin-top: 23px;
  font-weight: 700;
  font-size: 1.22rem;
}
.commercial-rent-analysis h4 {
  color: #384865;
  margin-top: 14px;
  font-size: 1.1rem;
  font-weight: 600;
}
.commercial-rent-analysis h5 {
  color: #786229;
  margin-top: 12px;
  font-size: 1.03rem;
  font-weight: 600;
}
.commercial-rent-analysis .article-meta {
  background: #e7f3ff;
  border-left: 4px solid #2366b5;
  border-radius: 8px;
  margin: 24px 0 22px 0;
  padding: 14px 20px;
  font-size: 1.08rem;
}
.commercial-rent-analysis .author-info strong {
  color: #2366b5;
}
.commercial-rent-analysis .keybox,
.commercial-rent-analysis .alertbox {
  background: #fff9e1;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  margin: 25px 0 20px 0;
  padding: 15px 22px 15px 22px;
  color: #786229;
  font-size: 1.03rem;
}
.commercial-rent-analysis .alertbox {
  background: #fff2f2;
  border-color: #ef4c4c;
  color: #c23434;
}
.commercial-rent-analysis ul,
.commercial-rent-analysis ol {
  padding-left: 23px;
  margin: 12px 0;
}
.commercial-rent-analysis li {
  margin: 7px 0;
}
.commercial-rent-analysis table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0;
  background: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 10px rgba(35, 102, 181, 0.08);
  box-shadow: 0 2px 10px rgba(35, 102, 181, 0.08);
  overflow: hidden;
}
.commercial-rent-analysis th,
.commercial-rent-analysis td {
  border: 1px solid #c3d3f0;
  padding: 11px;
  text-align: left;
  font-size: 0.94rem;
}
.commercial-rent-analysis th {
  background: -o-linear-gradient(315deg, #2366b5 0%, #1a487d 100%);
  background: linear-gradient(135deg, #2366b5 0%, #1a487d 100%);
  color: white;
  font-weight: 700;
}
.commercial-rent-analysis a {
  color: #2366b5;
  text-decoration: none;
  border-bottom: 1px dotted #2366b5;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.commercial-rent-analysis a:hover {
  border-bottom: 1px solid #2366b5;
  background: rgba(35, 102, 181, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}
@media (max-width: 650px) {
  .commercial-rent-analysis {
    padding: 8px;
  }
  .commercial-rent-analysis h2 {
    font-size: 1.08rem;
  }
  .commercial-rent-analysis h3 {
    font-size: 1rem;
  }
  .commercial-rent-analysis h4 {
    font-size: 0.95rem;
  }
  .commercial-rent-analysis h5 {
    font-size: 0.87rem;
  }
  .commercial-rent-analysis th,
  .commercial-rent-analysis td {
    font-size: 0.85rem;
  }
}
.uae-women-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 26px;
  background: #f4f6f9;
  border-radius: 14px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #293147;
  line-height: 1.7;
}
.uae-women-article h2 {
  color: #007acc;
  border-bottom: 3px solid #007acc;
  padding-bottom: 8px;
  margin-top: 36px;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 1.7rem;
}
.uae-women-article h3 {
  color: #284a81;
  margin-top: 23px;
  font-weight: 700;
  font-size: 1.18rem;
}
.uae-women-article h4 {
  color: #384865;
  margin-top: 14px;
  font-size: 1.1rem;
  font-weight: 600;
}
.uae-women-article .article-meta {
  background: #e7f3ff;
  border-left: 4px solid #007acc;
  border-radius: 9px;
  margin: 24px 0 22px 0;
  padding: 18px 22px;
  font-size: 1.07rem;
}
.uae-women-article .author-info strong,
.uae-women-article .date-info strong {
  color: #007acc;
}
.uae-women-article .table-wrap {
  background: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 122, 204, 0.06);
  box-shadow: 0 2px 10px rgba(0, 122, 204, 0.06);
  margin: 24px 0;
}
.uae-women-article table {
  width: 100%;
  border-collapse: collapse;
}
.uae-women-article th,
.uae-women-article td {
  border: 1px solid #e0e6ef;
  padding: 11px;
  text-align: left;
}
.uae-women-article th {
  background: -o-linear-gradient(315deg, #007acc 0, #764ba2 90%);
  background: linear-gradient(135deg, #007acc 0, #764ba2 90%);
  color: #fff;
  font-weight: 700;
}
.uae-women-article ul,
.uae-women-article ol {
  padding-left: 21px;
}
.uae-women-article li {
  margin: 7px 0;
}
.uae-women-article .keybox {
  background: #fff9e1;
  border-left: 5px solid #ffc107;
  padding: 14px 22px;
  border-radius: 7px;
  margin: 27px 0 22px 0;
  color: #786229;
}
.uae-women-article strong {
  color: #007acc;
}
.uae-women-article a {
  color: #095ec7;
  border-bottom: 1px dotted #128bcc;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.uae-women-article a:hover {
  background: #e7f3ff;
  border-bottom: 1px solid #007acc;
}
@media (max-width: 650px) {
  .uae-women-article {
    padding: 7px;
  }
  .uae-women-article h2 {
    font-size: 1.1rem;
  }
  .uae-women-article h3 {
    font-size: 1rem;
  }
}

.banking-article {
  max-width: 850px;
  margin: 0 auto;
  background: #ffffff;
  padding: 25px 30px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}
.banking-article .article-meta {
  background: -o-linear-gradient(315deg, #2c62b7, #1e3d81);
  background: linear-gradient(135deg, #2c62b7, #1e3d81);
  color: #fff;
  padding: 20px 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-size: 1.1rem;
  font-weight: 600;
}
.banking-article .article-meta div {
  margin-top: 5px;
}
.banking-article h1,
.banking-article h2 {
  color: #1e3d81;
  border-bottom: 3px solid #2c62b7;
  padding-bottom: 8px;
  margin-top: 36px;
  font-weight: 700;
}
.banking-article h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 10px;
}
.banking-article h2 {
  font-size: 2rem;
}
.banking-article h3 {
  font-size: 1.5rem;
  margin-top: 28px;
  color: #2c549f;
}
.banking-article h4 {
  font-size: 1.2rem;
  margin-top: 22px;
  color: #314d7a;
}
.banking-article p,
.banking-article ul,
.banking-article ol {
  font-size: 1.1rem;
  margin: 16px 0;
  color: #444;
}
.banking-article ul,
.banking-article ol {
  padding-left: 22px;
}
.banking-article li {
  margin-bottom: 8px;
}
.banking-article strong {
  color: #2c62b7;
  font-weight: 700;
}
.banking-article a {
  color: #1b4f9b;
  text-decoration: none;
  border-bottom: 1px dotted #2c62b7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banking-article a:hover {
  border-bottom: 1px solid #2c62b7;
  background: rgba(44, 98, 183, 0.1);
  padding: 2px 3px;
  border-radius: 3px;
}
.banking-article table {
  border: 1px solid #a6afd7;
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  -webkit-box-shadow: 0 2px 8px rgba(44, 98, 183, 0.2);
  box-shadow: 0 2px 8px rgba(44, 98, 183, 0.2);
  font-size: 1rem;
}
.banking-article th,
.banking-article td {
  border: 1px solid #aec5ff;
  padding: 13px 14px;
  text-align: left;
  color: #1b3c81;
}
.banking-article th {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2c62b7),
    to(#1e3d81)
  );
  background: -o-linear-gradient(left, #2c62b7, #1e3d81);
  background: linear-gradient(to right, #2c62b7, #1e3d81);
  color: white;
  font-weight: 700;
}
.banking-article .warning {
  background: #fff3cd;
  border-left: 6px solid #ffc107;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 24px 0;
  color: #856404;
  font-weight: 600;
}
@media (max-width: 767px) {
  .banking-article {
    padding: 15px 20px;
  }
  .banking-article h1 {
    font-size: 2.3rem;
  }
  .banking-article h2 {
    font-size: 1.6rem;
  }
  .banking-article h3 {
    font-size: 1.3rem;
  }
  .banking-article h4 {
    font-size: 1.05rem;
  }
  .banking-article p,
  .banking-article ul,
  .banking-article ol {
    font-size: 1rem;
  }
  .banking-article table {
    font-size: 0.9rem;
  }
}

.living-cost-guide {
  max-width: 900px;
  margin: 0 auto;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 20px;
}
.living-cost-guide h2 {
  color: #2366b5;
  border-bottom: 3px solid #2366b5;
  padding-bottom: 10px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.8rem;
}
.living-cost-guide h3 {
  color: #2c3e70;
  margin-top: 24px;
  font-weight: 600;
  font-size: 1.4rem;
}
.living-cost-guide h4 {
  color: #2c3e70;
  margin-top: 18px;
  font-weight: 600;
  font-size: 1.2rem;
}
.living-cost-guide p,
.living-cost-guide ul,
.living-cost-guide ol {
  font-size: 1.05rem;
  margin: 16px 0;
}
.living-cost-guide ul,
.living-cost-guide ol {
  padding-left: 22px;
}
.living-cost-guide li {
  margin: 8px 0;
}
.living-cost-guide strong {
  color: #2366b5;
}
.living-cost-guide table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  -webkit-box-shadow: 0 2px 8px rgba(35, 102, 181, 0.3);
  box-shadow: 0 2px 8px rgba(35, 102, 181, 0.3);
}
.living-cost-guide th,
.living-cost-guide td {
  border: 1px solid #c3d3f0;
  padding: 10px;
  text-align: left;
  font-size: 0.9rem;
}
.living-cost-guide th {
  background: -o-linear-gradient(315deg, #2366b5 0%, #1a487d 100%);
  background: linear-gradient(135deg, #2366b5 0%, #1a487d 100%);
  color: white;
  font-weight: 700;
}
.living-cost-guide a {
  color: #2366b5;
  text-decoration: none;
  border-bottom: 1px dotted #2366b5;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.living-cost-guide a:hover {
  border-bottom: 1px solid #2366b5;
  background: rgba(35, 102, 181, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .living-cost-guide {
    padding: 12px;
  }
  .living-cost-guide h2 {
    font-size: 1.5rem;
  }
  .living-cost-guide h3 {
    font-size: 1.15rem;
  }
  .living-cost-guide h4 {
    font-size: 1.05rem;
  }
  .living-cost-guide p,
  .living-cost-guide ul,
  .living-cost-guide ol {
    font-size: 1rem;
  }
  .living-cost-guide th,
  .living-cost-guide td {
    font-size: 0.85rem;
  }
}

/* End */
/* /local/templates/flatmarket/components/bitrix/news/.news/bitrix/news.detail/.default/style.css?175965283134950 */
