/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/common/Pagination.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Pagination_pagination__zvxA4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 40px 0 10px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  font-family: GilroyRegular, sans-serif;
}

.Pagination_pageItem__bZu2E {
  display: inline-flex;
}

.Pagination_pageLink__15M0_ {
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(213, 166, 105, 0.22);
  border-radius: 999px;
  background: transparent;
  color: #a9a4a4;
  -webkit-text-fill-color: #a9a4a4;
  text-decoration: none;
  font-family: GilroyRegular, sans-serif;
  font-weight: 300;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.Pagination_pageLink__15M0_:visited,
.Pagination_pageLink__15M0_:active,
.Pagination_pageLink__15M0_:focus,
.Pagination_pageLink__15M0_:focus-visible {
  color: #a9a4a4;
  -webkit-text-fill-color: #a9a4a4;
}

.Pagination_pageLink__15M0_:hover {
  border-color: #d5a669;
  color: #d5a669 !important;
  -webkit-text-fill-color: #d5a669 !important;
  transform: translateY(-1px);
}

.Pagination_activeLink__Tb1gN {
  background: #d5a669;
  border-color: #d5a669;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-weight: 400;
}

.Pagination_disabledLink__o9GQJ {
  opacity: 0.5;
  color: #a9a4a4;
  pointer-events: none;
}

.Pagination_breakLink__kaO_V {
  color: #a9a4a4;
  padding: 0 6px;
  font-family: GilroyRegular, sans-serif;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/[language]/broker/[id]/page.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_presentationSideLeft__oP1CG {
  flex: none;
  width: 300px;
  padding-right: 30px;
  border-right: 1px solid rgba(164, 164, 164, 0.3);
}

.page_reviewSection__mY6sz {
  margin-top: 30px;
}

.page_reviewSection__mY6sz .comments-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 36px;
}

.page_reviewSection__mY6sz .comments-list__item,
.page_reviewSection__mY6sz .comments-list__cover {
  padding: 28px 32px;
  border: 1px solid rgba(213, 166, 106, 0.32);
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.92), rgba(21, 21, 21, 0.92));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.page_reviewSection__mY6sz .comments-user__name,
.page_reviewSection__mY6sz .comments-list__item .color--dim-gold {
  color: #d5a66a;
}

.page_reviewSection__mY6sz .comments-user__date,
.page_reviewSection__mY6sz .comments-text--small {
  color: #9a9a9a;
}

.page_reviewSection__mY6sz .comments-opinion,
.page_reviewSection__mY6sz .comments-list__item .text--medium {
  color: #b3b3b3;
  line-height: 1.75;
}

.page_commentsWidget__XH7nM {
  padding: 32px;
  margin-bottom: 40px;
  border: 1px solid rgba(213, 166, 106, 0.32);
  background: rgba(18, 18, 18, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page_commentsWidget__XH7nM .comments,
.page_commentsWidget__XH7nM .comments__wrap,
.page_commentsWidget__XH7nM .comments-form {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.page_commentsWidget__XH7nM .comments-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 24px;
  gap: 24px;
  align-items: start;
}

.page_commentsWidget__XH7nM .comments-user-data,
.page_commentsWidget__XH7nM .comments-rating,
.page_commentsWidget__XH7nM .comments-actions {
  grid-column: 1/-1;
}

.page_commentsWidget__XH7nM .comments-user-data--form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 22px 24px;
  gap: 22px 24px;
  margin: 0;
}

.page_commentsWidget__XH7nM .comments-user-data__item--form {
  width: auto;
  margin: 0;
}

.page_commentsWidget__XH7nM .comment-range {
  grid-column: 1/-1;
}

.page_commentsWidget__XH7nM .comments-form > .comments-textarea {
  grid-column: 1/-1;
  grid-row: auto;
  margin: 0;
}

.page_commentsWidget__XH7nM .comments-review--form {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 22px 24px;
  gap: 22px 24px;
  width: 100%;
}

.page_commentsWidget__XH7nM .comments-review--form .comments-textarea {
  width: 100%;
  max-width: none;
  margin: 0;
}

.page_reviewSection__mY6sz .comments-review {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  grid-gap: 34px 54px;
  gap: 34px 54px;
  align-items: start;
}

.page_commentsWidget__XH7nM .comments-review.comments-review--form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.page_reviewSection__mY6sz .comments-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #d5a66a;
  font-family: GilroyRegular, sans-serif;
  font-size: 26px;
  line-height: 1.15;
}

.page_reviewSection__mY6sz .comments-user-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 22px 24px;
  gap: 22px 24px;
  margin-bottom: 24px;
}

.page_reviewSection__mY6sz .comments-user-data__item {
  width: auto;
  margin-bottom: 0;
}

.page_reviewSection__mY6sz .comments-input,
.page_reviewSection__mY6sz .comments-textarea__item {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(213, 166, 106, 0.24);
  background: rgba(255, 255, 255, 0.03);
  color: #d0d0d0;
  font-family: GilroyRegular, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

.page_reviewSection__mY6sz .comments-input:focus,
.page_reviewSection__mY6sz .comments-textarea__item:focus {
  border-color: #d5a66a;
  outline: none;
  box-shadow: 0 0 0 1px rgba(213, 166, 106, 0.15);
}

.page_reviewSection__mY6sz .comments-input::placeholder,
.page_reviewSection__mY6sz .comments-textarea__item::placeholder {
  color: #777;
}

.page_reviewSection__mY6sz .comments-form > .comments-textarea .comments-textarea__item,
.page_reviewSection__mY6sz .comments-textarea__item {
  display: block;
  min-height: 180px;
  max-height: 360px;
  resize: vertical;
}

.page_commentsWidget__XH7nM .comments-form > .comments-textarea .comments-textarea__item {
  min-height: 190px;
  height: auto;
}

.page_reviewSection__mY6sz .comment-range {
  margin: 0;
  padding: 12px 0 0;
}

.page_reviewSection__mY6sz .comment-range__item {
  margin-bottom: 26px;
}

.page_reviewSection__mY6sz .comment-range__text {
  color: #9a9a9a;
  font-family: GilroyRegular, sans-serif;
  font-size: 13px;
}

.page_reviewSection__mY6sz .comments-actions {
  margin-top: 8px;
}

.page_reviewSection__mY6sz .comments-button {
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
}

.page_reviewSection__mY6sz .comments-button__text,
.page_reviewSection__mY6sz .comments-button__message {
  min-width: 290px;
  padding: 20px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  border: 1px solid #d5a66a;
  border-radius: 0;
  color: #d5a66a;
  -webkit-text-fill-color: #d5a66a;
  background-image: linear-gradient(270deg, rgba(223, 190, 106, 0.8), rgba(146, 111, 52, 0.8), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
  background-size: 300% 300%;
  background-color: transparent;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  font-family: GilroyRegular, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.page_reviewSection__mY6sz .comments-button__message {
  display: none;
  text-transform: none;
}

.page_reviewSection__mY6sz .comments-button__text:hover {
  background-color: #d5a66a;
  color: #fff;
  -webkit-text-fill-color: #fff;
  border-color: #d5a66a;
}

.page_reviewSection__mY6sz .comments-processing .comments-actions .comments-button {
  display: none;
}

.page_reviewSection__mY6sz .comments-messaging .comments-actions .comments-button {
  display: inline-flex;
}

.page_reviewSection__mY6sz .comments-messaging .comments-actions .comments-button__text {
  display: none;
}

.page_reviewSection__mY6sz .comments-messaging .comments-actions .comments-button__message {
  display: inline-flex;
  padding: 10px 15px;
}

.page_reviewSection__mY6sz .comments-button__message--error {
  border-color: #c44b4b;
  color: #c44b4b;
  -webkit-text-fill-color: #c44b4b;
}

.page_reviewSection__mY6sz .comments-button__message--success {
  border-color: #6aa36a;
  color: #6aa36a;
  -webkit-text-fill-color: #6aa36a;
}

@media (max-width: 1023px) {
  .page_commentsWidget__XH7nM {
    padding: 24px;
    margin-bottom: 30px;
  }
  .page_reviewSection__mY6sz .comments-review {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page_commentsWidget__XH7nM .comments-form {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .page_commentsWidget__XH7nM .comment-range,
  .page_commentsWidget__XH7nM .comments-form > .comments-textarea,
  .page_commentsWidget__XH7nM .comments-review--form {
    grid-column: 1/-1;
  }
  .page_commentsWidget__XH7nM .comments-form > .comments-textarea {
    grid-row: auto;
  }
  .page_commentsWidget__XH7nM .comments-form > .comments-textarea .comments-textarea__item {
    min-height: 190px;
  }
}
@media (max-width: 767px) {
  .page_reviewSection__mY6sz {
    margin-top: 22px;
  }
  .page_reviewSection__mY6sz .comments-list__item,
  .page_reviewSection__mY6sz .comments-list__cover,
  .page_commentsWidget__XH7nM {
    padding: 20px 18px;
  }
  .page_commentsWidget__XH7nM {
    margin-bottom: 24px;
  }
  .page_reviewSection__mY6sz .comments-user-data {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .page_commentsWidget__XH7nM .comments-user-data--form,
  .page_commentsWidget__XH7nM .comments-review--form {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .page_reviewSection__mY6sz .comments-label {
    font-size: 22px;
  }
  .page_commentsWidget__XH7nM .comments-form > .comments-textarea .comments-textarea__item {
    min-height: 160px;
  }
  .page_reviewSection__mY6sz .comments-button,
  .page_reviewSection__mY6sz .comments-button__text,
  .page_reviewSection__mY6sz .comments-button__message {
    width: 100%;
    min-width: 0;
  }
  .page_reviewSection__mY6sz .comments-button__text,
  .page_reviewSection__mY6sz .comments-button__message {
    padding: 15px 10px;
    font-size: 16px;
  }
}
.page_presentationSideRight__vtiHk {
  flex-grow: 1;
  padding-left: 30px;
}

.page_presentationLogoWrap__AMFoQ {
  width: 200px;
  margin-bottom: 30px;
}

.page_presentationLogo__w1jEm {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 110px;
  object-fit: contain;
}

@media (max-width: 1023px) {
  .page_presentationSideLeft__oP1CG {
    display: none;
  }
  .page_presentationSideRight__vtiHk {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .page_presentationLogoWrap__AMFoQ {
    margin-bottom: 15px;
  }
}
.page_page__sx2x0 {
  max-width: 1460px;
  margin: 0 auto;
  padding: 150px 20px 120px;
}

.page_hero__bMLYi {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  grid-gap: 36px;
  gap: 36px;
  padding: 28px;
  border: 1px solid rgba(213, 166, 106, 0.45);
  background: rgba(18, 18, 18, 0.72);
  box-shadow: 3px 36px 59px rgba(0, 0, 0, 0.08);
  margin-bottom: 42px;
}

.page_logoWrap__OS1Ak {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.25);
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.page_logo__M8iJm {
  width: 100%;
  max-width: 260px;
  max-height: 140px;
  object-fit: contain;
}

.page_heroContent__N7QY9 {
  display: flex;
  flex-direction: column;
}

.page_category__72OGH {
  font-family: GilroyRegular, sans-serif;
  color: #d5a66a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.page_title__JzhAH {
  margin: 0 0 12px;
  color: #d5a66a;
  font-family: CormorantSCRegular, serif;
  font-size: 52px;
  line-height: 1.05;
  text-transform: uppercase;
}

.page_subtitle__3q5UK {
  margin: 0 0 20px;
  color: #acacac;
  font-family: GilroyRegular, sans-serif;
  font-size: 20px;
  line-height: 1.45;
}

.page_heroMeta__Vc_l3 {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.page_metaItem__mWL_F {
  min-width: 230px;
  border-left: 2px solid rgba(213, 166, 106, 0.45);
  padding-left: 12px;
}

.page_metaLabel__aMqCi {
  display: block;
  color: #8a8a8a;
  font-family: GilroyRegular, sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
}

.page_metaValue__Yb_72,
.page_siteLink__sSRiM {
  color: #d5a66a;
  font-family: GilroyRegular, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.page_siteLink__sSRiM {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page_layout__1_b3P {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  grid-gap: 34px;
  gap: 34px;
}

.page_article__6yDLH {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 16, 16, 0.7);
  padding: 30px;
}

.page_sidebar__2iTdN {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page_card__kl03a {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 16, 16, 0.7);
  padding: 22px;
}

.page_cardTitle__gGj2z {
  margin: 0 0 16px;
  color: #d5a66a;
  font-family: CormorantSCRegular, serif;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
}

.page_facts__ZEd_8 {
  margin: 0;
}

.page_factRow__HvdON {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6px;
  gap: 6px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page_factRow__HvdON:first-child {
  border-top: none;
  padding-top: 0;
}

.page_factLabel__M1iLp {
  color: #8a8a8a;
  font-family: GilroyRegular, sans-serif;
  font-size: 14px;
}

.page_factValue__LSoR1 {
  margin: 0;
  color: #efefef;
  font-family: GilroyRegular, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.page_list__Cqj6j {
  margin: 0;
  padding-left: 20px;
  color: #efefef;
  font-family: GilroyRegular, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.page_empty__tqfQW {
  margin: 0;
  color: #8a8a8a;
  font-family: GilroyRegular, sans-serif;
}

.page_related__sBe6M {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 30px;
}

.page_relatedTitle__eCpWg {
  margin: 0 0 18px;
  color: #d5a66a;
  font-family: CormorantSCRegular, serif;
  font-size: 36px;
  text-transform: uppercase;
}

.page_relatedList__cF_DQ {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page_relatedLink__2sAPh {
  color: #acacac;
  font-family: GilroyRegular, sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page_relatedLink__2sAPh:hover {
  color: #d5a66a;
}

@media (max-width: 1365px) {
  .page_page__sx2x0 {
    padding-top: 130px;
  }
  .page_hero__bMLYi {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
  }
  .page_title__JzhAH {
    font-size: 44px;
  }
  .page_layout__1_b3P {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}
@media (max-width: 1023px) {
  .page_page__sx2x0 {
    padding-top: 95px;
    padding-bottom: 90px;
  }
  .page_hero__bMLYi {
    grid-template-columns: 1fr;
  }
  .page_logoWrap__OS1Ak {
    min-height: 140px;
  }
  .page_title__JzhAH {
    font-size: 38px;
  }
  .page_subtitle__3q5UK {
    font-size: 18px;
  }
  .page_layout__1_b3P {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .page_page__sx2x0 {
    padding: 85px 15px 80px;
  }
  .page_hero__bMLYi,
  .page_article__6yDLH,
  .page_card__kl03a {
    padding: 18px;
  }
  .page_title__JzhAH {
    font-size: 32px;
  }
  .page_cardTitle__gGj2z {
    font-size: 26px;
  }
  .page_relatedTitle__eCpWg {
    font-size: 30px;
  }
}
