@charset "UTF-8";
.t-red {
  color: #ec191e;
}

.t-green {
  color: #73b5a1;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a,
a:hover {
  text-decoration: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "SF-Pro-Display";
  src: url("../../fonts/Main/SF-Pro-Display-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("../../fonts/Main/SF-Pro-Display-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("../../fonts/Main/SF-Pro-Display-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("../../fonts/Main/SF-Pro-Display-Semibold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("../../fonts/Main/SF-Pro-Display-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
.t-red {
  color: #ec191e;
}

.t-green {
  color: #73b5a1;
}

header {
  position: sticky;
  top: 0;
  z-index: 11111;
}
header .top-header {
  background-color: #e2e8f0;
}
header .top-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
header .top-header .header-content .left-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #64748b;
}
header .top-header .header-content .left-side .support-text {
  margin-right: 24px;
}
header .top-header .header-content .left-side .languages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
header .top-header .header-content .left-side .languages .lang-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top-header .header-content .left-side .languages .lang-img img {
  margin-right: 8px;
  margin-top: 1px;
}
header .top-header .header-content .left-side .social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .top-header .header-content .left-side .social-icons a {
  color: #64748b;
  margin-left: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
header .top-header .header-content .left-side .social-icons a img {
  width: 40px;
  margin-top: 8px;
}
header .top-header .header-content .right-side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top-header .header-content .right-side .ss,
header .top-header .header-content .right-side .user {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top-header .header-content .right-side .ss img,
header .top-header .header-content .right-side .user img {
  margin-right: 8px;
}
header .top-header .header-content .right-side .ss span,
header .top-header .header-content .right-side .user span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
}
header .top-header .header-content .right-side .ss {
  margin-right: 10px;
}
header .top-header .header-content .right-side .user {
  margin-left: 16px;
  border: 1px solid #94a3b8;
  border-radius: 4px;
  padding: 8px;
}
header .top-header .header-content .right-side .header-dropdown {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #dbeafe;
  width: 150px;
  border-radius: 10px;
}
header .top-header .header-content .right-side .header-dropdown ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
}
header .top-header .header-content .right-side .header-dropdown ul li {
  border-radius: 10px;
  padding: 10px 0;
  display: block;
  width: 100%;
  background-color: white;
}
header .top-header .header-content .right-side .header-dropdown ul li:not(:last-child) {
  margin-bottom: 5px;
}
header .top-header .header-content .right-side .header-dropdown ul li a {
  display: block;
  text-align: center;
}
header .top-header .header-content .right-side .header-dropdown-active {
  display: block;
}
header .navbar {
  background-color: white;
  border-bottom: 1px solid #e2e8f0;
}
header .navbar .navbar-content {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .navbar .navbar-content .hamburger {
  display: none;
}
header .navbar .navbar-content .logo {
  display: flex;
  width: 200px;
  flex-direction: column;
}
header .navbar .navbar-content .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .navbar .navbar-content .logo span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #0e235e;
  white-space: nowrap;
}
header .navbar .navbar-content nav {
  width: 60%;
}
header .navbar .navbar-content nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-content nav ul li:not(:last-child) {
  margin-right: 16px;
}
header .navbar .navbar-content nav ul li a {
  color: #334155;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline;
  letter-spacing: 0.235px;
  font-weight: 500;
}
header .navbar .navbar-content nav ul li a:hover {
  color: #1e40af;
  font-weight: 500;
}
header .navbar .navbar-content nav ul li .active {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1e3a8a;
  letter-spacing: 0;
}
header .navbar .navbar-content nav ul .for-mobile {
  display: none;
}
header .navbar .navbar-content nav .support {
  display: none;
}
header .navbar .navbar-content .creating {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  background-color: #2563eb;
  color: #f8fafc;
}
header .navbar .navbar-content .creating img {
  margin-right: 8px;
}

@media only screen and (max-width: 1024px) {
  header {
    background-color: white;
    width: 100%;
    height: 75px;
  }
  header .top-header {
    display: none;
  }
  header .navbar .navbar-content {
    position: relative;
    justify-content: flex-start;
  }
  header .navbar .navbar-content .hamburger {
    display: block;
    cursor: pointer;
    padding-left: 22px;
    padding-right: 22px;
  }
  header .navbar .navbar-content nav {
    position: absolute;
    left: -60vw;
    top: 75px;
    background: white;
    width: 60vw;
    height: calc(100vh - 80px);
    z-index: 1;
    transition: 1s;
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-direction: column;
  }
  header .navbar .navbar-content nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  header .navbar .navbar-content nav ul li {
    padding: 15px 20px;
  }
  header .navbar .navbar-content nav ul li a {
    color: #3b82f6;
  }
  header .navbar .navbar-content nav ul .for-mobile {
    display: block;
    width: 100%;
  }
  header .navbar .navbar-content nav ul .for-mobile span {
    color: #3b82f6;
    font-weight: 700;
  }
  header .navbar .navbar-content nav ul .for-mobile svg {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 10px;
  }
  header .navbar .navbar-content nav ul .for-mobile .user-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  header .navbar .navbar-content nav ul .for-mobile .user-mobile span {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
  }
  header .navbar .navbar-content nav ul .for-mobile a {
    display: flex;
    align-items: center;
  }
  header .navbar .navbar-content nav ul .for-mobile:not(:first-child) {
    border-bottom: 1px solid #dbeafe;
  }
  header .navbar .navbar-content nav ul .for-mobile .header-dropdown-mobile {
    display: none;
  }
  header .navbar .navbar-content nav ul .for-mobile .header-dropdown-mobile-active {
    display: block;
  }
  header .navbar .navbar-content nav .social-icons-mobile {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  header .navbar .navbar-content nav .social-icons-mobile li {
    width: 0;
    padding-right: 0;
  }
  header .navbar .navbar-content nav .support {
    display: block;
    padding-left: 20px;
    margin-top: 20px;
  }
  header .navbar .navbar-content nav .support li {
    padding-left: 0;
  }
  header .navbar .navbar-content .nav-active {
    left: 0;
  }
  header .navbar .navbar-content .creating {
    position: absolute;
    right: 20px;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  header .navbar .navbar-content .creating {
    padding: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  header .navbar .navbar-content .hamburger {
    padding-right: 12px;
  }
  header .navbar .navbar-content .logo {
    width: 150px;
  }
  header .navbar .navbar-content .logo span {
    font-size: 12px;
  }
}
main .vip,
main .land,
main .credit,
main .main-section-texts {
  background-color: #eff6ff;
}
main .latest,
main .office,
main .ipoteka {
  background-color: #f8fafc;
}
main .vip,
main .latest,
main .land,
main .office,
main .credit,
main .ipoteka,
main .main-section-texts {
  padding: 40px 0;
  position: relative;
  z-index: 1111;
}
main .vip .vip-context .vip-section-header,
main .vip .vip-context .latest-section-header,
main .vip .vip-context .land-section-header,
main .vip .vip-context .office-section-header,
main .vip .vip-context .credit-section-header,
main .vip .vip-context .ipoteka-section-header,
main .vip .latest-context .vip-section-header,
main .vip .latest-context .latest-section-header,
main .vip .latest-context .land-section-header,
main .vip .latest-context .office-section-header,
main .vip .latest-context .credit-section-header,
main .vip .latest-context .ipoteka-section-header,
main .vip .land-context .vip-section-header,
main .vip .land-context .latest-section-header,
main .vip .land-context .land-section-header,
main .vip .land-context .office-section-header,
main .vip .land-context .credit-section-header,
main .vip .land-context .ipoteka-section-header,
main .vip .office-context .vip-section-header,
main .vip .office-context .latest-section-header,
main .vip .office-context .land-section-header,
main .vip .office-context .office-section-header,
main .vip .office-context .credit-section-header,
main .vip .office-context .ipoteka-section-header,
main .vip .credit-context .vip-section-header,
main .vip .credit-context .latest-section-header,
main .vip .credit-context .land-section-header,
main .vip .credit-context .office-section-header,
main .vip .credit-context .credit-section-header,
main .vip .credit-context .ipoteka-section-header,
main .vip .ipoteka-context .vip-section-header,
main .vip .ipoteka-context .latest-section-header,
main .vip .ipoteka-context .land-section-header,
main .vip .ipoteka-context .office-section-header,
main .vip .ipoteka-context .credit-section-header,
main .vip .ipoteka-context .ipoteka-section-header,
main .latest .vip-context .vip-section-header,
main .latest .vip-context .latest-section-header,
main .latest .vip-context .land-section-header,
main .latest .vip-context .office-section-header,
main .latest .vip-context .credit-section-header,
main .latest .vip-context .ipoteka-section-header,
main .latest .latest-context .vip-section-header,
main .latest .latest-context .latest-section-header,
main .latest .latest-context .land-section-header,
main .latest .latest-context .office-section-header,
main .latest .latest-context .credit-section-header,
main .latest .latest-context .ipoteka-section-header,
main .latest .land-context .vip-section-header,
main .latest .land-context .latest-section-header,
main .latest .land-context .land-section-header,
main .latest .land-context .office-section-header,
main .latest .land-context .credit-section-header,
main .latest .land-context .ipoteka-section-header,
main .latest .office-context .vip-section-header,
main .latest .office-context .latest-section-header,
main .latest .office-context .land-section-header,
main .latest .office-context .office-section-header,
main .latest .office-context .credit-section-header,
main .latest .office-context .ipoteka-section-header,
main .latest .credit-context .vip-section-header,
main .latest .credit-context .latest-section-header,
main .latest .credit-context .land-section-header,
main .latest .credit-context .office-section-header,
main .latest .credit-context .credit-section-header,
main .latest .credit-context .ipoteka-section-header,
main .latest .ipoteka-context .vip-section-header,
main .latest .ipoteka-context .latest-section-header,
main .latest .ipoteka-context .land-section-header,
main .latest .ipoteka-context .office-section-header,
main .latest .ipoteka-context .credit-section-header,
main .latest .ipoteka-context .ipoteka-section-header,
main .land .vip-context .vip-section-header,
main .land .vip-context .latest-section-header,
main .land .vip-context .land-section-header,
main .land .vip-context .office-section-header,
main .land .vip-context .credit-section-header,
main .land .vip-context .ipoteka-section-header,
main .land .latest-context .vip-section-header,
main .land .latest-context .latest-section-header,
main .land .latest-context .land-section-header,
main .land .latest-context .office-section-header,
main .land .latest-context .credit-section-header,
main .land .latest-context .ipoteka-section-header,
main .land .land-context .vip-section-header,
main .land .land-context .latest-section-header,
main .land .land-context .land-section-header,
main .land .land-context .office-section-header,
main .land .land-context .credit-section-header,
main .land .land-context .ipoteka-section-header,
main .land .office-context .vip-section-header,
main .land .office-context .latest-section-header,
main .land .office-context .land-section-header,
main .land .office-context .office-section-header,
main .land .office-context .credit-section-header,
main .land .office-context .ipoteka-section-header,
main .land .credit-context .vip-section-header,
main .land .credit-context .latest-section-header,
main .land .credit-context .land-section-header,
main .land .credit-context .office-section-header,
main .land .credit-context .credit-section-header,
main .land .credit-context .ipoteka-section-header,
main .land .ipoteka-context .vip-section-header,
main .land .ipoteka-context .latest-section-header,
main .land .ipoteka-context .land-section-header,
main .land .ipoteka-context .office-section-header,
main .land .ipoteka-context .credit-section-header,
main .land .ipoteka-context .ipoteka-section-header,
main .office .vip-context .vip-section-header,
main .office .vip-context .latest-section-header,
main .office .vip-context .land-section-header,
main .office .vip-context .office-section-header,
main .office .vip-context .credit-section-header,
main .office .vip-context .ipoteka-section-header,
main .office .latest-context .vip-section-header,
main .office .latest-context .latest-section-header,
main .office .latest-context .land-section-header,
main .office .latest-context .office-section-header,
main .office .latest-context .credit-section-header,
main .office .latest-context .ipoteka-section-header,
main .office .land-context .vip-section-header,
main .office .land-context .latest-section-header,
main .office .land-context .land-section-header,
main .office .land-context .office-section-header,
main .office .land-context .credit-section-header,
main .office .land-context .ipoteka-section-header,
main .office .office-context .vip-section-header,
main .office .office-context .latest-section-header,
main .office .office-context .land-section-header,
main .office .office-context .office-section-header,
main .office .office-context .credit-section-header,
main .office .office-context .ipoteka-section-header,
main .office .credit-context .vip-section-header,
main .office .credit-context .latest-section-header,
main .office .credit-context .land-section-header,
main .office .credit-context .office-section-header,
main .office .credit-context .credit-section-header,
main .office .credit-context .ipoteka-section-header,
main .office .ipoteka-context .vip-section-header,
main .office .ipoteka-context .latest-section-header,
main .office .ipoteka-context .land-section-header,
main .office .ipoteka-context .office-section-header,
main .office .ipoteka-context .credit-section-header,
main .office .ipoteka-context .ipoteka-section-header,
main .credit .vip-context .vip-section-header,
main .credit .vip-context .latest-section-header,
main .credit .vip-context .land-section-header,
main .credit .vip-context .office-section-header,
main .credit .vip-context .credit-section-header,
main .credit .vip-context .ipoteka-section-header,
main .credit .latest-context .vip-section-header,
main .credit .latest-context .latest-section-header,
main .credit .latest-context .land-section-header,
main .credit .latest-context .office-section-header,
main .credit .latest-context .credit-section-header,
main .credit .latest-context .ipoteka-section-header,
main .credit .land-context .vip-section-header,
main .credit .land-context .latest-section-header,
main .credit .land-context .land-section-header,
main .credit .land-context .office-section-header,
main .credit .land-context .credit-section-header,
main .credit .land-context .ipoteka-section-header,
main .credit .office-context .vip-section-header,
main .credit .office-context .latest-section-header,
main .credit .office-context .land-section-header,
main .credit .office-context .office-section-header,
main .credit .office-context .credit-section-header,
main .credit .office-context .ipoteka-section-header,
main .credit .credit-context .vip-section-header,
main .credit .credit-context .latest-section-header,
main .credit .credit-context .land-section-header,
main .credit .credit-context .office-section-header,
main .credit .credit-context .credit-section-header,
main .credit .credit-context .ipoteka-section-header,
main .credit .ipoteka-context .vip-section-header,
main .credit .ipoteka-context .latest-section-header,
main .credit .ipoteka-context .land-section-header,
main .credit .ipoteka-context .office-section-header,
main .credit .ipoteka-context .credit-section-header,
main .credit .ipoteka-context .ipoteka-section-header,
main .ipoteka .vip-context .vip-section-header,
main .ipoteka .vip-context .latest-section-header,
main .ipoteka .vip-context .land-section-header,
main .ipoteka .vip-context .office-section-header,
main .ipoteka .vip-context .credit-section-header,
main .ipoteka .vip-context .ipoteka-section-header,
main .ipoteka .latest-context .vip-section-header,
main .ipoteka .latest-context .latest-section-header,
main .ipoteka .latest-context .land-section-header,
main .ipoteka .latest-context .office-section-header,
main .ipoteka .latest-context .credit-section-header,
main .ipoteka .latest-context .ipoteka-section-header,
main .ipoteka .land-context .vip-section-header,
main .ipoteka .land-context .latest-section-header,
main .ipoteka .land-context .land-section-header,
main .ipoteka .land-context .office-section-header,
main .ipoteka .land-context .credit-section-header,
main .ipoteka .land-context .ipoteka-section-header,
main .ipoteka .office-context .vip-section-header,
main .ipoteka .office-context .latest-section-header,
main .ipoteka .office-context .land-section-header,
main .ipoteka .office-context .office-section-header,
main .ipoteka .office-context .credit-section-header,
main .ipoteka .office-context .ipoteka-section-header,
main .ipoteka .credit-context .vip-section-header,
main .ipoteka .credit-context .latest-section-header,
main .ipoteka .credit-context .land-section-header,
main .ipoteka .credit-context .office-section-header,
main .ipoteka .credit-context .credit-section-header,
main .ipoteka .credit-context .ipoteka-section-header,
main .ipoteka .ipoteka-context .vip-section-header,
main .ipoteka .ipoteka-context .latest-section-header,
main .ipoteka .ipoteka-context .land-section-header,
main .ipoteka .ipoteka-context .office-section-header,
main .ipoteka .ipoteka-context .credit-section-header,
main .ipoteka .ipoteka-context .ipoteka-section-header,
main .main-section-texts .vip-context .vip-section-header,
main .main-section-texts .vip-context .latest-section-header,
main .main-section-texts .vip-context .land-section-header,
main .main-section-texts .vip-context .office-section-header,
main .main-section-texts .vip-context .credit-section-header,
main .main-section-texts .vip-context .ipoteka-section-header,
main .main-section-texts .latest-context .vip-section-header,
main .main-section-texts .latest-context .latest-section-header,
main .main-section-texts .latest-context .land-section-header,
main .main-section-texts .latest-context .office-section-header,
main .main-section-texts .latest-context .credit-section-header,
main .main-section-texts .latest-context .ipoteka-section-header,
main .main-section-texts .land-context .vip-section-header,
main .main-section-texts .land-context .latest-section-header,
main .main-section-texts .land-context .land-section-header,
main .main-section-texts .land-context .office-section-header,
main .main-section-texts .land-context .credit-section-header,
main .main-section-texts .land-context .ipoteka-section-header,
main .main-section-texts .office-context .vip-section-header,
main .main-section-texts .office-context .latest-section-header,
main .main-section-texts .office-context .land-section-header,
main .main-section-texts .office-context .office-section-header,
main .main-section-texts .office-context .credit-section-header,
main .main-section-texts .office-context .ipoteka-section-header,
main .main-section-texts .credit-context .vip-section-header,
main .main-section-texts .credit-context .latest-section-header,
main .main-section-texts .credit-context .land-section-header,
main .main-section-texts .credit-context .office-section-header,
main .main-section-texts .credit-context .credit-section-header,
main .main-section-texts .credit-context .ipoteka-section-header,
main .main-section-texts .ipoteka-context .vip-section-header,
main .main-section-texts .ipoteka-context .latest-section-header,
main .main-section-texts .ipoteka-context .land-section-header,
main .main-section-texts .ipoteka-context .office-section-header,
main .main-section-texts .ipoteka-context .credit-section-header,
main .main-section-texts .ipoteka-context .ipoteka-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
main .vip .vip-context .vip-section-header .header-text h3,
main .vip .vip-context .latest-section-header .header-text h3,
main .vip .vip-context .land-section-header .header-text h3,
main .vip .vip-context .office-section-header .header-text h3,
main .vip .vip-context .credit-section-header .header-text h3,
main .vip .vip-context .ipoteka-section-header .header-text h3,
main .vip .latest-context .vip-section-header .header-text h3,
main .vip .latest-context .latest-section-header .header-text h3,
main .vip .latest-context .land-section-header .header-text h3,
main .vip .latest-context .office-section-header .header-text h3,
main .vip .latest-context .credit-section-header .header-text h3,
main .vip .latest-context .ipoteka-section-header .header-text h3,
main .vip .land-context .vip-section-header .header-text h3,
main .vip .land-context .latest-section-header .header-text h3,
main .vip .land-context .land-section-header .header-text h3,
main .vip .land-context .office-section-header .header-text h3,
main .vip .land-context .credit-section-header .header-text h3,
main .vip .land-context .ipoteka-section-header .header-text h3,
main .vip .office-context .vip-section-header .header-text h3,
main .vip .office-context .latest-section-header .header-text h3,
main .vip .office-context .land-section-header .header-text h3,
main .vip .office-context .office-section-header .header-text h3,
main .vip .office-context .credit-section-header .header-text h3,
main .vip .office-context .ipoteka-section-header .header-text h3,
main .vip .credit-context .vip-section-header .header-text h3,
main .vip .credit-context .latest-section-header .header-text h3,
main .vip .credit-context .land-section-header .header-text h3,
main .vip .credit-context .office-section-header .header-text h3,
main .vip .credit-context .credit-section-header .header-text h3,
main .vip .credit-context .ipoteka-section-header .header-text h3,
main .vip .ipoteka-context .vip-section-header .header-text h3,
main .vip .ipoteka-context .latest-section-header .header-text h3,
main .vip .ipoteka-context .land-section-header .header-text h3,
main .vip .ipoteka-context .office-section-header .header-text h3,
main .vip .ipoteka-context .credit-section-header .header-text h3,
main .vip .ipoteka-context .ipoteka-section-header .header-text h3,
main .latest .vip-context .vip-section-header .header-text h3,
main .latest .vip-context .latest-section-header .header-text h3,
main .latest .vip-context .land-section-header .header-text h3,
main .latest .vip-context .office-section-header .header-text h3,
main .latest .vip-context .credit-section-header .header-text h3,
main .latest .vip-context .ipoteka-section-header .header-text h3,
main .latest .latest-context .vip-section-header .header-text h3,
main .latest .latest-context .latest-section-header .header-text h3,
main .latest .latest-context .land-section-header .header-text h3,
main .latest .latest-context .office-section-header .header-text h3,
main .latest .latest-context .credit-section-header .header-text h3,
main .latest .latest-context .ipoteka-section-header .header-text h3,
main .latest .land-context .vip-section-header .header-text h3,
main .latest .land-context .latest-section-header .header-text h3,
main .latest .land-context .land-section-header .header-text h3,
main .latest .land-context .office-section-header .header-text h3,
main .latest .land-context .credit-section-header .header-text h3,
main .latest .land-context .ipoteka-section-header .header-text h3,
main .latest .office-context .vip-section-header .header-text h3,
main .latest .office-context .latest-section-header .header-text h3,
main .latest .office-context .land-section-header .header-text h3,
main .latest .office-context .office-section-header .header-text h3,
main .latest .office-context .credit-section-header .header-text h3,
main .latest .office-context .ipoteka-section-header .header-text h3,
main .latest .credit-context .vip-section-header .header-text h3,
main .latest .credit-context .latest-section-header .header-text h3,
main .latest .credit-context .land-section-header .header-text h3,
main .latest .credit-context .office-section-header .header-text h3,
main .latest .credit-context .credit-section-header .header-text h3,
main .latest .credit-context .ipoteka-section-header .header-text h3,
main .latest .ipoteka-context .vip-section-header .header-text h3,
main .latest .ipoteka-context .latest-section-header .header-text h3,
main .latest .ipoteka-context .land-section-header .header-text h3,
main .latest .ipoteka-context .office-section-header .header-text h3,
main .latest .ipoteka-context .credit-section-header .header-text h3,
main .latest .ipoteka-context .ipoteka-section-header .header-text h3,
main .land .vip-context .vip-section-header .header-text h3,
main .land .vip-context .latest-section-header .header-text h3,
main .land .vip-context .land-section-header .header-text h3,
main .land .vip-context .office-section-header .header-text h3,
main .land .vip-context .credit-section-header .header-text h3,
main .land .vip-context .ipoteka-section-header .header-text h3,
main .land .latest-context .vip-section-header .header-text h3,
main .land .latest-context .latest-section-header .header-text h3,
main .land .latest-context .land-section-header .header-text h3,
main .land .latest-context .office-section-header .header-text h3,
main .land .latest-context .credit-section-header .header-text h3,
main .land .latest-context .ipoteka-section-header .header-text h3,
main .land .land-context .vip-section-header .header-text h3,
main .land .land-context .latest-section-header .header-text h3,
main .land .land-context .land-section-header .header-text h3,
main .land .land-context .office-section-header .header-text h3,
main .land .land-context .credit-section-header .header-text h3,
main .land .land-context .ipoteka-section-header .header-text h3,
main .land .office-context .vip-section-header .header-text h3,
main .land .office-context .latest-section-header .header-text h3,
main .land .office-context .land-section-header .header-text h3,
main .land .office-context .office-section-header .header-text h3,
main .land .office-context .credit-section-header .header-text h3,
main .land .office-context .ipoteka-section-header .header-text h3,
main .land .credit-context .vip-section-header .header-text h3,
main .land .credit-context .latest-section-header .header-text h3,
main .land .credit-context .land-section-header .header-text h3,
main .land .credit-context .office-section-header .header-text h3,
main .land .credit-context .credit-section-header .header-text h3,
main .land .credit-context .ipoteka-section-header .header-text h3,
main .land .ipoteka-context .vip-section-header .header-text h3,
main .land .ipoteka-context .latest-section-header .header-text h3,
main .land .ipoteka-context .land-section-header .header-text h3,
main .land .ipoteka-context .office-section-header .header-text h3,
main .land .ipoteka-context .credit-section-header .header-text h3,
main .land .ipoteka-context .ipoteka-section-header .header-text h3,
main .office .vip-context .vip-section-header .header-text h3,
main .office .vip-context .latest-section-header .header-text h3,
main .office .vip-context .land-section-header .header-text h3,
main .office .vip-context .office-section-header .header-text h3,
main .office .vip-context .credit-section-header .header-text h3,
main .office .vip-context .ipoteka-section-header .header-text h3,
main .office .latest-context .vip-section-header .header-text h3,
main .office .latest-context .latest-section-header .header-text h3,
main .office .latest-context .land-section-header .header-text h3,
main .office .latest-context .office-section-header .header-text h3,
main .office .latest-context .credit-section-header .header-text h3,
main .office .latest-context .ipoteka-section-header .header-text h3,
main .office .land-context .vip-section-header .header-text h3,
main .office .land-context .latest-section-header .header-text h3,
main .office .land-context .land-section-header .header-text h3,
main .office .land-context .office-section-header .header-text h3,
main .office .land-context .credit-section-header .header-text h3,
main .office .land-context .ipoteka-section-header .header-text h3,
main .office .office-context .vip-section-header .header-text h3,
main .office .office-context .latest-section-header .header-text h3,
main .office .office-context .land-section-header .header-text h3,
main .office .office-context .office-section-header .header-text h3,
main .office .office-context .credit-section-header .header-text h3,
main .office .office-context .ipoteka-section-header .header-text h3,
main .office .credit-context .vip-section-header .header-text h3,
main .office .credit-context .latest-section-header .header-text h3,
main .office .credit-context .land-section-header .header-text h3,
main .office .credit-context .office-section-header .header-text h3,
main .office .credit-context .credit-section-header .header-text h3,
main .office .credit-context .ipoteka-section-header .header-text h3,
main .office .ipoteka-context .vip-section-header .header-text h3,
main .office .ipoteka-context .latest-section-header .header-text h3,
main .office .ipoteka-context .land-section-header .header-text h3,
main .office .ipoteka-context .office-section-header .header-text h3,
main .office .ipoteka-context .credit-section-header .header-text h3,
main .office .ipoteka-context .ipoteka-section-header .header-text h3,
main .credit .vip-context .vip-section-header .header-text h3,
main .credit .vip-context .latest-section-header .header-text h3,
main .credit .vip-context .land-section-header .header-text h3,
main .credit .vip-context .office-section-header .header-text h3,
main .credit .vip-context .credit-section-header .header-text h3,
main .credit .vip-context .ipoteka-section-header .header-text h3,
main .credit .latest-context .vip-section-header .header-text h3,
main .credit .latest-context .latest-section-header .header-text h3,
main .credit .latest-context .land-section-header .header-text h3,
main .credit .latest-context .office-section-header .header-text h3,
main .credit .latest-context .credit-section-header .header-text h3,
main .credit .latest-context .ipoteka-section-header .header-text h3,
main .credit .land-context .vip-section-header .header-text h3,
main .credit .land-context .latest-section-header .header-text h3,
main .credit .land-context .land-section-header .header-text h3,
main .credit .land-context .office-section-header .header-text h3,
main .credit .land-context .credit-section-header .header-text h3,
main .credit .land-context .ipoteka-section-header .header-text h3,
main .credit .office-context .vip-section-header .header-text h3,
main .credit .office-context .latest-section-header .header-text h3,
main .credit .office-context .land-section-header .header-text h3,
main .credit .office-context .office-section-header .header-text h3,
main .credit .office-context .credit-section-header .header-text h3,
main .credit .office-context .ipoteka-section-header .header-text h3,
main .credit .credit-context .vip-section-header .header-text h3,
main .credit .credit-context .latest-section-header .header-text h3,
main .credit .credit-context .land-section-header .header-text h3,
main .credit .credit-context .office-section-header .header-text h3,
main .credit .credit-context .credit-section-header .header-text h3,
main .credit .credit-context .ipoteka-section-header .header-text h3,
main .credit .ipoteka-context .vip-section-header .header-text h3,
main .credit .ipoteka-context .latest-section-header .header-text h3,
main .credit .ipoteka-context .land-section-header .header-text h3,
main .credit .ipoteka-context .office-section-header .header-text h3,
main .credit .ipoteka-context .credit-section-header .header-text h3,
main .credit .ipoteka-context .ipoteka-section-header .header-text h3,
main .ipoteka .vip-context .vip-section-header .header-text h3,
main .ipoteka .vip-context .latest-section-header .header-text h3,
main .ipoteka .vip-context .land-section-header .header-text h3,
main .ipoteka .vip-context .office-section-header .header-text h3,
main .ipoteka .vip-context .credit-section-header .header-text h3,
main .ipoteka .vip-context .ipoteka-section-header .header-text h3,
main .ipoteka .latest-context .vip-section-header .header-text h3,
main .ipoteka .latest-context .latest-section-header .header-text h3,
main .ipoteka .latest-context .land-section-header .header-text h3,
main .ipoteka .latest-context .office-section-header .header-text h3,
main .ipoteka .latest-context .credit-section-header .header-text h3,
main .ipoteka .latest-context .ipoteka-section-header .header-text h3,
main .ipoteka .land-context .vip-section-header .header-text h3,
main .ipoteka .land-context .latest-section-header .header-text h3,
main .ipoteka .land-context .land-section-header .header-text h3,
main .ipoteka .land-context .office-section-header .header-text h3,
main .ipoteka .land-context .credit-section-header .header-text h3,
main .ipoteka .land-context .ipoteka-section-header .header-text h3,
main .ipoteka .office-context .vip-section-header .header-text h3,
main .ipoteka .office-context .latest-section-header .header-text h3,
main .ipoteka .office-context .land-section-header .header-text h3,
main .ipoteka .office-context .office-section-header .header-text h3,
main .ipoteka .office-context .credit-section-header .header-text h3,
main .ipoteka .office-context .ipoteka-section-header .header-text h3,
main .ipoteka .credit-context .vip-section-header .header-text h3,
main .ipoteka .credit-context .latest-section-header .header-text h3,
main .ipoteka .credit-context .land-section-header .header-text h3,
main .ipoteka .credit-context .office-section-header .header-text h3,
main .ipoteka .credit-context .credit-section-header .header-text h3,
main .ipoteka .credit-context .ipoteka-section-header .header-text h3,
main .ipoteka .ipoteka-context .vip-section-header .header-text h3,
main .ipoteka .ipoteka-context .latest-section-header .header-text h3,
main .ipoteka .ipoteka-context .land-section-header .header-text h3,
main .ipoteka .ipoteka-context .office-section-header .header-text h3,
main .ipoteka .ipoteka-context .credit-section-header .header-text h3,
main .ipoteka .ipoteka-context .ipoteka-section-header .header-text h3,
main .main-section-texts .vip-context .vip-section-header .header-text h3,
main .main-section-texts .vip-context .latest-section-header .header-text h3,
main .main-section-texts .vip-context .land-section-header .header-text h3,
main .main-section-texts .vip-context .office-section-header .header-text h3,
main .main-section-texts .vip-context .credit-section-header .header-text h3,
main .main-section-texts .vip-context .ipoteka-section-header .header-text h3,
main .main-section-texts .latest-context .vip-section-header .header-text h3,
main .main-section-texts .latest-context .latest-section-header .header-text h3,
main .main-section-texts .latest-context .land-section-header .header-text h3,
main .main-section-texts .latest-context .office-section-header .header-text h3,
main .main-section-texts .latest-context .credit-section-header .header-text h3,
main .main-section-texts .latest-context .ipoteka-section-header .header-text h3,
main .main-section-texts .land-context .vip-section-header .header-text h3,
main .main-section-texts .land-context .latest-section-header .header-text h3,
main .main-section-texts .land-context .land-section-header .header-text h3,
main .main-section-texts .land-context .office-section-header .header-text h3,
main .main-section-texts .land-context .credit-section-header .header-text h3,
main .main-section-texts .land-context .ipoteka-section-header .header-text h3,
main .main-section-texts .office-context .vip-section-header .header-text h3,
main .main-section-texts .office-context .latest-section-header .header-text h3,
main .main-section-texts .office-context .land-section-header .header-text h3,
main .main-section-texts .office-context .office-section-header .header-text h3,
main .main-section-texts .office-context .credit-section-header .header-text h3,
main .main-section-texts .office-context .ipoteka-section-header .header-text h3,
main .main-section-texts .credit-context .vip-section-header .header-text h3,
main .main-section-texts .credit-context .latest-section-header .header-text h3,
main .main-section-texts .credit-context .land-section-header .header-text h3,
main .main-section-texts .credit-context .office-section-header .header-text h3,
main .main-section-texts .credit-context .credit-section-header .header-text h3,
main .main-section-texts .credit-context .ipoteka-section-header .header-text h3,
main .main-section-texts .ipoteka-context .vip-section-header .header-text h3,
main .main-section-texts .ipoteka-context .latest-section-header .header-text h3,
main .main-section-texts .ipoteka-context .land-section-header .header-text h3,
main .main-section-texts .ipoteka-context .office-section-header .header-text h3,
main .main-section-texts .ipoteka-context .credit-section-header .header-text h3,
main .main-section-texts .ipoteka-context .ipoteka-section-header .header-text h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #64748b;
}
main .vip .vip-context .vip-section-header .header-text p,
main .vip .vip-context .latest-section-header .header-text p,
main .vip .vip-context .land-section-header .header-text p,
main .vip .vip-context .office-section-header .header-text p,
main .vip .vip-context .credit-section-header .header-text p,
main .vip .vip-context .ipoteka-section-header .header-text p,
main .vip .latest-context .vip-section-header .header-text p,
main .vip .latest-context .latest-section-header .header-text p,
main .vip .latest-context .land-section-header .header-text p,
main .vip .latest-context .office-section-header .header-text p,
main .vip .latest-context .credit-section-header .header-text p,
main .vip .latest-context .ipoteka-section-header .header-text p,
main .vip .land-context .vip-section-header .header-text p,
main .vip .land-context .latest-section-header .header-text p,
main .vip .land-context .land-section-header .header-text p,
main .vip .land-context .office-section-header .header-text p,
main .vip .land-context .credit-section-header .header-text p,
main .vip .land-context .ipoteka-section-header .header-text p,
main .vip .office-context .vip-section-header .header-text p,
main .vip .office-context .latest-section-header .header-text p,
main .vip .office-context .land-section-header .header-text p,
main .vip .office-context .office-section-header .header-text p,
main .vip .office-context .credit-section-header .header-text p,
main .vip .office-context .ipoteka-section-header .header-text p,
main .vip .credit-context .vip-section-header .header-text p,
main .vip .credit-context .latest-section-header .header-text p,
main .vip .credit-context .land-section-header .header-text p,
main .vip .credit-context .office-section-header .header-text p,
main .vip .credit-context .credit-section-header .header-text p,
main .vip .credit-context .ipoteka-section-header .header-text p,
main .vip .ipoteka-context .vip-section-header .header-text p,
main .vip .ipoteka-context .latest-section-header .header-text p,
main .vip .ipoteka-context .land-section-header .header-text p,
main .vip .ipoteka-context .office-section-header .header-text p,
main .vip .ipoteka-context .credit-section-header .header-text p,
main .vip .ipoteka-context .ipoteka-section-header .header-text p,
main .latest .vip-context .vip-section-header .header-text p,
main .latest .vip-context .latest-section-header .header-text p,
main .latest .vip-context .land-section-header .header-text p,
main .latest .vip-context .office-section-header .header-text p,
main .latest .vip-context .credit-section-header .header-text p,
main .latest .vip-context .ipoteka-section-header .header-text p,
main .latest .latest-context .vip-section-header .header-text p,
main .latest .latest-context .latest-section-header .header-text p,
main .latest .latest-context .land-section-header .header-text p,
main .latest .latest-context .office-section-header .header-text p,
main .latest .latest-context .credit-section-header .header-text p,
main .latest .latest-context .ipoteka-section-header .header-text p,
main .latest .land-context .vip-section-header .header-text p,
main .latest .land-context .latest-section-header .header-text p,
main .latest .land-context .land-section-header .header-text p,
main .latest .land-context .office-section-header .header-text p,
main .latest .land-context .credit-section-header .header-text p,
main .latest .land-context .ipoteka-section-header .header-text p,
main .latest .office-context .vip-section-header .header-text p,
main .latest .office-context .latest-section-header .header-text p,
main .latest .office-context .land-section-header .header-text p,
main .latest .office-context .office-section-header .header-text p,
main .latest .office-context .credit-section-header .header-text p,
main .latest .office-context .ipoteka-section-header .header-text p,
main .latest .credit-context .vip-section-header .header-text p,
main .latest .credit-context .latest-section-header .header-text p,
main .latest .credit-context .land-section-header .header-text p,
main .latest .credit-context .office-section-header .header-text p,
main .latest .credit-context .credit-section-header .header-text p,
main .latest .credit-context .ipoteka-section-header .header-text p,
main .latest .ipoteka-context .vip-section-header .header-text p,
main .latest .ipoteka-context .latest-section-header .header-text p,
main .latest .ipoteka-context .land-section-header .header-text p,
main .latest .ipoteka-context .office-section-header .header-text p,
main .latest .ipoteka-context .credit-section-header .header-text p,
main .latest .ipoteka-context .ipoteka-section-header .header-text p,
main .land .vip-context .vip-section-header .header-text p,
main .land .vip-context .latest-section-header .header-text p,
main .land .vip-context .land-section-header .header-text p,
main .land .vip-context .office-section-header .header-text p,
main .land .vip-context .credit-section-header .header-text p,
main .land .vip-context .ipoteka-section-header .header-text p,
main .land .latest-context .vip-section-header .header-text p,
main .land .latest-context .latest-section-header .header-text p,
main .land .latest-context .land-section-header .header-text p,
main .land .latest-context .office-section-header .header-text p,
main .land .latest-context .credit-section-header .header-text p,
main .land .latest-context .ipoteka-section-header .header-text p,
main .land .land-context .vip-section-header .header-text p,
main .land .land-context .latest-section-header .header-text p,
main .land .land-context .land-section-header .header-text p,
main .land .land-context .office-section-header .header-text p,
main .land .land-context .credit-section-header .header-text p,
main .land .land-context .ipoteka-section-header .header-text p,
main .land .office-context .vip-section-header .header-text p,
main .land .office-context .latest-section-header .header-text p,
main .land .office-context .land-section-header .header-text p,
main .land .office-context .office-section-header .header-text p,
main .land .office-context .credit-section-header .header-text p,
main .land .office-context .ipoteka-section-header .header-text p,
main .land .credit-context .vip-section-header .header-text p,
main .land .credit-context .latest-section-header .header-text p,
main .land .credit-context .land-section-header .header-text p,
main .land .credit-context .office-section-header .header-text p,
main .land .credit-context .credit-section-header .header-text p,
main .land .credit-context .ipoteka-section-header .header-text p,
main .land .ipoteka-context .vip-section-header .header-text p,
main .land .ipoteka-context .latest-section-header .header-text p,
main .land .ipoteka-context .land-section-header .header-text p,
main .land .ipoteka-context .office-section-header .header-text p,
main .land .ipoteka-context .credit-section-header .header-text p,
main .land .ipoteka-context .ipoteka-section-header .header-text p,
main .office .vip-context .vip-section-header .header-text p,
main .office .vip-context .latest-section-header .header-text p,
main .office .vip-context .land-section-header .header-text p,
main .office .vip-context .office-section-header .header-text p,
main .office .vip-context .credit-section-header .header-text p,
main .office .vip-context .ipoteka-section-header .header-text p,
main .office .latest-context .vip-section-header .header-text p,
main .office .latest-context .latest-section-header .header-text p,
main .office .latest-context .land-section-header .header-text p,
main .office .latest-context .office-section-header .header-text p,
main .office .latest-context .credit-section-header .header-text p,
main .office .latest-context .ipoteka-section-header .header-text p,
main .office .land-context .vip-section-header .header-text p,
main .office .land-context .latest-section-header .header-text p,
main .office .land-context .land-section-header .header-text p,
main .office .land-context .office-section-header .header-text p,
main .office .land-context .credit-section-header .header-text p,
main .office .land-context .ipoteka-section-header .header-text p,
main .office .office-context .vip-section-header .header-text p,
main .office .office-context .latest-section-header .header-text p,
main .office .office-context .land-section-header .header-text p,
main .office .office-context .office-section-header .header-text p,
main .office .office-context .credit-section-header .header-text p,
main .office .office-context .ipoteka-section-header .header-text p,
main .office .credit-context .vip-section-header .header-text p,
main .office .credit-context .latest-section-header .header-text p,
main .office .credit-context .land-section-header .header-text p,
main .office .credit-context .office-section-header .header-text p,
main .office .credit-context .credit-section-header .header-text p,
main .office .credit-context .ipoteka-section-header .header-text p,
main .office .ipoteka-context .vip-section-header .header-text p,
main .office .ipoteka-context .latest-section-header .header-text p,
main .office .ipoteka-context .land-section-header .header-text p,
main .office .ipoteka-context .office-section-header .header-text p,
main .office .ipoteka-context .credit-section-header .header-text p,
main .office .ipoteka-context .ipoteka-section-header .header-text p,
main .credit .vip-context .vip-section-header .header-text p,
main .credit .vip-context .latest-section-header .header-text p,
main .credit .vip-context .land-section-header .header-text p,
main .credit .vip-context .office-section-header .header-text p,
main .credit .vip-context .credit-section-header .header-text p,
main .credit .vip-context .ipoteka-section-header .header-text p,
main .credit .latest-context .vip-section-header .header-text p,
main .credit .latest-context .latest-section-header .header-text p,
main .credit .latest-context .land-section-header .header-text p,
main .credit .latest-context .office-section-header .header-text p,
main .credit .latest-context .credit-section-header .header-text p,
main .credit .latest-context .ipoteka-section-header .header-text p,
main .credit .land-context .vip-section-header .header-text p,
main .credit .land-context .latest-section-header .header-text p,
main .credit .land-context .land-section-header .header-text p,
main .credit .land-context .office-section-header .header-text p,
main .credit .land-context .credit-section-header .header-text p,
main .credit .land-context .ipoteka-section-header .header-text p,
main .credit .office-context .vip-section-header .header-text p,
main .credit .office-context .latest-section-header .header-text p,
main .credit .office-context .land-section-header .header-text p,
main .credit .office-context .office-section-header .header-text p,
main .credit .office-context .credit-section-header .header-text p,
main .credit .office-context .ipoteka-section-header .header-text p,
main .credit .credit-context .vip-section-header .header-text p,
main .credit .credit-context .latest-section-header .header-text p,
main .credit .credit-context .land-section-header .header-text p,
main .credit .credit-context .office-section-header .header-text p,
main .credit .credit-context .credit-section-header .header-text p,
main .credit .credit-context .ipoteka-section-header .header-text p,
main .credit .ipoteka-context .vip-section-header .header-text p,
main .credit .ipoteka-context .latest-section-header .header-text p,
main .credit .ipoteka-context .land-section-header .header-text p,
main .credit .ipoteka-context .office-section-header .header-text p,
main .credit .ipoteka-context .credit-section-header .header-text p,
main .credit .ipoteka-context .ipoteka-section-header .header-text p,
main .ipoteka .vip-context .vip-section-header .header-text p,
main .ipoteka .vip-context .latest-section-header .header-text p,
main .ipoteka .vip-context .land-section-header .header-text p,
main .ipoteka .vip-context .office-section-header .header-text p,
main .ipoteka .vip-context .credit-section-header .header-text p,
main .ipoteka .vip-context .ipoteka-section-header .header-text p,
main .ipoteka .latest-context .vip-section-header .header-text p,
main .ipoteka .latest-context .latest-section-header .header-text p,
main .ipoteka .latest-context .land-section-header .header-text p,
main .ipoteka .latest-context .office-section-header .header-text p,
main .ipoteka .latest-context .credit-section-header .header-text p,
main .ipoteka .latest-context .ipoteka-section-header .header-text p,
main .ipoteka .land-context .vip-section-header .header-text p,
main .ipoteka .land-context .latest-section-header .header-text p,
main .ipoteka .land-context .land-section-header .header-text p,
main .ipoteka .land-context .office-section-header .header-text p,
main .ipoteka .land-context .credit-section-header .header-text p,
main .ipoteka .land-context .ipoteka-section-header .header-text p,
main .ipoteka .office-context .vip-section-header .header-text p,
main .ipoteka .office-context .latest-section-header .header-text p,
main .ipoteka .office-context .land-section-header .header-text p,
main .ipoteka .office-context .office-section-header .header-text p,
main .ipoteka .office-context .credit-section-header .header-text p,
main .ipoteka .office-context .ipoteka-section-header .header-text p,
main .ipoteka .credit-context .vip-section-header .header-text p,
main .ipoteka .credit-context .latest-section-header .header-text p,
main .ipoteka .credit-context .land-section-header .header-text p,
main .ipoteka .credit-context .office-section-header .header-text p,
main .ipoteka .credit-context .credit-section-header .header-text p,
main .ipoteka .credit-context .ipoteka-section-header .header-text p,
main .ipoteka .ipoteka-context .vip-section-header .header-text p,
main .ipoteka .ipoteka-context .latest-section-header .header-text p,
main .ipoteka .ipoteka-context .land-section-header .header-text p,
main .ipoteka .ipoteka-context .office-section-header .header-text p,
main .ipoteka .ipoteka-context .credit-section-header .header-text p,
main .ipoteka .ipoteka-context .ipoteka-section-header .header-text p,
main .main-section-texts .vip-context .vip-section-header .header-text p,
main .main-section-texts .vip-context .latest-section-header .header-text p,
main .main-section-texts .vip-context .land-section-header .header-text p,
main .main-section-texts .vip-context .office-section-header .header-text p,
main .main-section-texts .vip-context .credit-section-header .header-text p,
main .main-section-texts .vip-context .ipoteka-section-header .header-text p,
main .main-section-texts .latest-context .vip-section-header .header-text p,
main .main-section-texts .latest-context .latest-section-header .header-text p,
main .main-section-texts .latest-context .land-section-header .header-text p,
main .main-section-texts .latest-context .office-section-header .header-text p,
main .main-section-texts .latest-context .credit-section-header .header-text p,
main .main-section-texts .latest-context .ipoteka-section-header .header-text p,
main .main-section-texts .land-context .vip-section-header .header-text p,
main .main-section-texts .land-context .latest-section-header .header-text p,
main .main-section-texts .land-context .land-section-header .header-text p,
main .main-section-texts .land-context .office-section-header .header-text p,
main .main-section-texts .land-context .credit-section-header .header-text p,
main .main-section-texts .land-context .ipoteka-section-header .header-text p,
main .main-section-texts .office-context .vip-section-header .header-text p,
main .main-section-texts .office-context .latest-section-header .header-text p,
main .main-section-texts .office-context .land-section-header .header-text p,
main .main-section-texts .office-context .office-section-header .header-text p,
main .main-section-texts .office-context .credit-section-header .header-text p,
main .main-section-texts .office-context .ipoteka-section-header .header-text p,
main .main-section-texts .credit-context .vip-section-header .header-text p,
main .main-section-texts .credit-context .latest-section-header .header-text p,
main .main-section-texts .credit-context .land-section-header .header-text p,
main .main-section-texts .credit-context .office-section-header .header-text p,
main .main-section-texts .credit-context .credit-section-header .header-text p,
main .main-section-texts .credit-context .ipoteka-section-header .header-text p,
main .main-section-texts .ipoteka-context .vip-section-header .header-text p,
main .main-section-texts .ipoteka-context .latest-section-header .header-text p,
main .main-section-texts .ipoteka-context .land-section-header .header-text p,
main .main-section-texts .ipoteka-context .office-section-header .header-text p,
main .main-section-texts .ipoteka-context .credit-section-header .header-text p,
main .main-section-texts .ipoteka-context .ipoteka-section-header .header-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1d4ed8;
}
main .vip .vip-context .vip-section-header .header-text p span:last-child,
main .vip .vip-context .latest-section-header .header-text p span:last-child,
main .vip .vip-context .land-section-header .header-text p span:last-child,
main .vip .vip-context .office-section-header .header-text p span:last-child,
main .vip .vip-context .credit-section-header .header-text p span:last-child,
main .vip .vip-context .ipoteka-section-header .header-text p span:last-child,
main .vip .latest-context .vip-section-header .header-text p span:last-child,
main .vip .latest-context .latest-section-header .header-text p span:last-child,
main .vip .latest-context .land-section-header .header-text p span:last-child,
main .vip .latest-context .office-section-header .header-text p span:last-child,
main .vip .latest-context .credit-section-header .header-text p span:last-child,
main .vip .latest-context .ipoteka-section-header .header-text p span:last-child,
main .vip .land-context .vip-section-header .header-text p span:last-child,
main .vip .land-context .latest-section-header .header-text p span:last-child,
main .vip .land-context .land-section-header .header-text p span:last-child,
main .vip .land-context .office-section-header .header-text p span:last-child,
main .vip .land-context .credit-section-header .header-text p span:last-child,
main .vip .land-context .ipoteka-section-header .header-text p span:last-child,
main .vip .office-context .vip-section-header .header-text p span:last-child,
main .vip .office-context .latest-section-header .header-text p span:last-child,
main .vip .office-context .land-section-header .header-text p span:last-child,
main .vip .office-context .office-section-header .header-text p span:last-child,
main .vip .office-context .credit-section-header .header-text p span:last-child,
main .vip .office-context .ipoteka-section-header .header-text p span:last-child,
main .vip .credit-context .vip-section-header .header-text p span:last-child,
main .vip .credit-context .latest-section-header .header-text p span:last-child,
main .vip .credit-context .land-section-header .header-text p span:last-child,
main .vip .credit-context .office-section-header .header-text p span:last-child,
main .vip .credit-context .credit-section-header .header-text p span:last-child,
main .vip .credit-context .ipoteka-section-header .header-text p span:last-child,
main .vip .ipoteka-context .vip-section-header .header-text p span:last-child,
main .vip .ipoteka-context .latest-section-header .header-text p span:last-child,
main .vip .ipoteka-context .land-section-header .header-text p span:last-child,
main .vip .ipoteka-context .office-section-header .header-text p span:last-child,
main .vip .ipoteka-context .credit-section-header .header-text p span:last-child,
main .vip .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .latest .vip-context .vip-section-header .header-text p span:last-child,
main .latest .vip-context .latest-section-header .header-text p span:last-child,
main .latest .vip-context .land-section-header .header-text p span:last-child,
main .latest .vip-context .office-section-header .header-text p span:last-child,
main .latest .vip-context .credit-section-header .header-text p span:last-child,
main .latest .vip-context .ipoteka-section-header .header-text p span:last-child,
main .latest .latest-context .vip-section-header .header-text p span:last-child,
main .latest .latest-context .latest-section-header .header-text p span:last-child,
main .latest .latest-context .land-section-header .header-text p span:last-child,
main .latest .latest-context .office-section-header .header-text p span:last-child,
main .latest .latest-context .credit-section-header .header-text p span:last-child,
main .latest .latest-context .ipoteka-section-header .header-text p span:last-child,
main .latest .land-context .vip-section-header .header-text p span:last-child,
main .latest .land-context .latest-section-header .header-text p span:last-child,
main .latest .land-context .land-section-header .header-text p span:last-child,
main .latest .land-context .office-section-header .header-text p span:last-child,
main .latest .land-context .credit-section-header .header-text p span:last-child,
main .latest .land-context .ipoteka-section-header .header-text p span:last-child,
main .latest .office-context .vip-section-header .header-text p span:last-child,
main .latest .office-context .latest-section-header .header-text p span:last-child,
main .latest .office-context .land-section-header .header-text p span:last-child,
main .latest .office-context .office-section-header .header-text p span:last-child,
main .latest .office-context .credit-section-header .header-text p span:last-child,
main .latest .office-context .ipoteka-section-header .header-text p span:last-child,
main .latest .credit-context .vip-section-header .header-text p span:last-child,
main .latest .credit-context .latest-section-header .header-text p span:last-child,
main .latest .credit-context .land-section-header .header-text p span:last-child,
main .latest .credit-context .office-section-header .header-text p span:last-child,
main .latest .credit-context .credit-section-header .header-text p span:last-child,
main .latest .credit-context .ipoteka-section-header .header-text p span:last-child,
main .latest .ipoteka-context .vip-section-header .header-text p span:last-child,
main .latest .ipoteka-context .latest-section-header .header-text p span:last-child,
main .latest .ipoteka-context .land-section-header .header-text p span:last-child,
main .latest .ipoteka-context .office-section-header .header-text p span:last-child,
main .latest .ipoteka-context .credit-section-header .header-text p span:last-child,
main .latest .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .land .vip-context .vip-section-header .header-text p span:last-child,
main .land .vip-context .latest-section-header .header-text p span:last-child,
main .land .vip-context .land-section-header .header-text p span:last-child,
main .land .vip-context .office-section-header .header-text p span:last-child,
main .land .vip-context .credit-section-header .header-text p span:last-child,
main .land .vip-context .ipoteka-section-header .header-text p span:last-child,
main .land .latest-context .vip-section-header .header-text p span:last-child,
main .land .latest-context .latest-section-header .header-text p span:last-child,
main .land .latest-context .land-section-header .header-text p span:last-child,
main .land .latest-context .office-section-header .header-text p span:last-child,
main .land .latest-context .credit-section-header .header-text p span:last-child,
main .land .latest-context .ipoteka-section-header .header-text p span:last-child,
main .land .land-context .vip-section-header .header-text p span:last-child,
main .land .land-context .latest-section-header .header-text p span:last-child,
main .land .land-context .land-section-header .header-text p span:last-child,
main .land .land-context .office-section-header .header-text p span:last-child,
main .land .land-context .credit-section-header .header-text p span:last-child,
main .land .land-context .ipoteka-section-header .header-text p span:last-child,
main .land .office-context .vip-section-header .header-text p span:last-child,
main .land .office-context .latest-section-header .header-text p span:last-child,
main .land .office-context .land-section-header .header-text p span:last-child,
main .land .office-context .office-section-header .header-text p span:last-child,
main .land .office-context .credit-section-header .header-text p span:last-child,
main .land .office-context .ipoteka-section-header .header-text p span:last-child,
main .land .credit-context .vip-section-header .header-text p span:last-child,
main .land .credit-context .latest-section-header .header-text p span:last-child,
main .land .credit-context .land-section-header .header-text p span:last-child,
main .land .credit-context .office-section-header .header-text p span:last-child,
main .land .credit-context .credit-section-header .header-text p span:last-child,
main .land .credit-context .ipoteka-section-header .header-text p span:last-child,
main .land .ipoteka-context .vip-section-header .header-text p span:last-child,
main .land .ipoteka-context .latest-section-header .header-text p span:last-child,
main .land .ipoteka-context .land-section-header .header-text p span:last-child,
main .land .ipoteka-context .office-section-header .header-text p span:last-child,
main .land .ipoteka-context .credit-section-header .header-text p span:last-child,
main .land .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .office .vip-context .vip-section-header .header-text p span:last-child,
main .office .vip-context .latest-section-header .header-text p span:last-child,
main .office .vip-context .land-section-header .header-text p span:last-child,
main .office .vip-context .office-section-header .header-text p span:last-child,
main .office .vip-context .credit-section-header .header-text p span:last-child,
main .office .vip-context .ipoteka-section-header .header-text p span:last-child,
main .office .latest-context .vip-section-header .header-text p span:last-child,
main .office .latest-context .latest-section-header .header-text p span:last-child,
main .office .latest-context .land-section-header .header-text p span:last-child,
main .office .latest-context .office-section-header .header-text p span:last-child,
main .office .latest-context .credit-section-header .header-text p span:last-child,
main .office .latest-context .ipoteka-section-header .header-text p span:last-child,
main .office .land-context .vip-section-header .header-text p span:last-child,
main .office .land-context .latest-section-header .header-text p span:last-child,
main .office .land-context .land-section-header .header-text p span:last-child,
main .office .land-context .office-section-header .header-text p span:last-child,
main .office .land-context .credit-section-header .header-text p span:last-child,
main .office .land-context .ipoteka-section-header .header-text p span:last-child,
main .office .office-context .vip-section-header .header-text p span:last-child,
main .office .office-context .latest-section-header .header-text p span:last-child,
main .office .office-context .land-section-header .header-text p span:last-child,
main .office .office-context .office-section-header .header-text p span:last-child,
main .office .office-context .credit-section-header .header-text p span:last-child,
main .office .office-context .ipoteka-section-header .header-text p span:last-child,
main .office .credit-context .vip-section-header .header-text p span:last-child,
main .office .credit-context .latest-section-header .header-text p span:last-child,
main .office .credit-context .land-section-header .header-text p span:last-child,
main .office .credit-context .office-section-header .header-text p span:last-child,
main .office .credit-context .credit-section-header .header-text p span:last-child,
main .office .credit-context .ipoteka-section-header .header-text p span:last-child,
main .office .ipoteka-context .vip-section-header .header-text p span:last-child,
main .office .ipoteka-context .latest-section-header .header-text p span:last-child,
main .office .ipoteka-context .land-section-header .header-text p span:last-child,
main .office .ipoteka-context .office-section-header .header-text p span:last-child,
main .office .ipoteka-context .credit-section-header .header-text p span:last-child,
main .office .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .credit .vip-context .vip-section-header .header-text p span:last-child,
main .credit .vip-context .latest-section-header .header-text p span:last-child,
main .credit .vip-context .land-section-header .header-text p span:last-child,
main .credit .vip-context .office-section-header .header-text p span:last-child,
main .credit .vip-context .credit-section-header .header-text p span:last-child,
main .credit .vip-context .ipoteka-section-header .header-text p span:last-child,
main .credit .latest-context .vip-section-header .header-text p span:last-child,
main .credit .latest-context .latest-section-header .header-text p span:last-child,
main .credit .latest-context .land-section-header .header-text p span:last-child,
main .credit .latest-context .office-section-header .header-text p span:last-child,
main .credit .latest-context .credit-section-header .header-text p span:last-child,
main .credit .latest-context .ipoteka-section-header .header-text p span:last-child,
main .credit .land-context .vip-section-header .header-text p span:last-child,
main .credit .land-context .latest-section-header .header-text p span:last-child,
main .credit .land-context .land-section-header .header-text p span:last-child,
main .credit .land-context .office-section-header .header-text p span:last-child,
main .credit .land-context .credit-section-header .header-text p span:last-child,
main .credit .land-context .ipoteka-section-header .header-text p span:last-child,
main .credit .office-context .vip-section-header .header-text p span:last-child,
main .credit .office-context .latest-section-header .header-text p span:last-child,
main .credit .office-context .land-section-header .header-text p span:last-child,
main .credit .office-context .office-section-header .header-text p span:last-child,
main .credit .office-context .credit-section-header .header-text p span:last-child,
main .credit .office-context .ipoteka-section-header .header-text p span:last-child,
main .credit .credit-context .vip-section-header .header-text p span:last-child,
main .credit .credit-context .latest-section-header .header-text p span:last-child,
main .credit .credit-context .land-section-header .header-text p span:last-child,
main .credit .credit-context .office-section-header .header-text p span:last-child,
main .credit .credit-context .credit-section-header .header-text p span:last-child,
main .credit .credit-context .ipoteka-section-header .header-text p span:last-child,
main .credit .ipoteka-context .vip-section-header .header-text p span:last-child,
main .credit .ipoteka-context .latest-section-header .header-text p span:last-child,
main .credit .ipoteka-context .land-section-header .header-text p span:last-child,
main .credit .ipoteka-context .office-section-header .header-text p span:last-child,
main .credit .ipoteka-context .credit-section-header .header-text p span:last-child,
main .credit .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .vip-context .vip-section-header .header-text p span:last-child,
main .ipoteka .vip-context .latest-section-header .header-text p span:last-child,
main .ipoteka .vip-context .land-section-header .header-text p span:last-child,
main .ipoteka .vip-context .office-section-header .header-text p span:last-child,
main .ipoteka .vip-context .credit-section-header .header-text p span:last-child,
main .ipoteka .vip-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .latest-context .vip-section-header .header-text p span:last-child,
main .ipoteka .latest-context .latest-section-header .header-text p span:last-child,
main .ipoteka .latest-context .land-section-header .header-text p span:last-child,
main .ipoteka .latest-context .office-section-header .header-text p span:last-child,
main .ipoteka .latest-context .credit-section-header .header-text p span:last-child,
main .ipoteka .latest-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .land-context .vip-section-header .header-text p span:last-child,
main .ipoteka .land-context .latest-section-header .header-text p span:last-child,
main .ipoteka .land-context .land-section-header .header-text p span:last-child,
main .ipoteka .land-context .office-section-header .header-text p span:last-child,
main .ipoteka .land-context .credit-section-header .header-text p span:last-child,
main .ipoteka .land-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .office-context .vip-section-header .header-text p span:last-child,
main .ipoteka .office-context .latest-section-header .header-text p span:last-child,
main .ipoteka .office-context .land-section-header .header-text p span:last-child,
main .ipoteka .office-context .office-section-header .header-text p span:last-child,
main .ipoteka .office-context .credit-section-header .header-text p span:last-child,
main .ipoteka .office-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .credit-context .vip-section-header .header-text p span:last-child,
main .ipoteka .credit-context .latest-section-header .header-text p span:last-child,
main .ipoteka .credit-context .land-section-header .header-text p span:last-child,
main .ipoteka .credit-context .office-section-header .header-text p span:last-child,
main .ipoteka .credit-context .credit-section-header .header-text p span:last-child,
main .ipoteka .credit-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .vip-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .latest-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .land-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .office-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .credit-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .land-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .office-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .land-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .office-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .land-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .land-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .land-context .land-section-header .header-text p span:last-child,
main .main-section-texts .land-context .office-section-header .header-text p span:last-child,
main .main-section-texts .land-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .land-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .office-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .office-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .office-context .land-section-header .header-text p span:last-child,
main .main-section-texts .office-context .office-section-header .header-text p span:last-child,
main .main-section-texts .office-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .office-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .land-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .office-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .land-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .office-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .ipoteka-section-header .header-text p span:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
}
main .vip .vip-context .vip-section-header .more,
main .vip .vip-context .latest-section-header .more,
main .vip .vip-context .land-section-header .more,
main .vip .vip-context .office-section-header .more,
main .vip .vip-context .credit-section-header .more,
main .vip .vip-context .ipoteka-section-header .more,
main .vip .latest-context .vip-section-header .more,
main .vip .latest-context .latest-section-header .more,
main .vip .latest-context .land-section-header .more,
main .vip .latest-context .office-section-header .more,
main .vip .latest-context .credit-section-header .more,
main .vip .latest-context .ipoteka-section-header .more,
main .vip .land-context .vip-section-header .more,
main .vip .land-context .latest-section-header .more,
main .vip .land-context .land-section-header .more,
main .vip .land-context .office-section-header .more,
main .vip .land-context .credit-section-header .more,
main .vip .land-context .ipoteka-section-header .more,
main .vip .office-context .vip-section-header .more,
main .vip .office-context .latest-section-header .more,
main .vip .office-context .land-section-header .more,
main .vip .office-context .office-section-header .more,
main .vip .office-context .credit-section-header .more,
main .vip .office-context .ipoteka-section-header .more,
main .vip .credit-context .vip-section-header .more,
main .vip .credit-context .latest-section-header .more,
main .vip .credit-context .land-section-header .more,
main .vip .credit-context .office-section-header .more,
main .vip .credit-context .credit-section-header .more,
main .vip .credit-context .ipoteka-section-header .more,
main .vip .ipoteka-context .vip-section-header .more,
main .vip .ipoteka-context .latest-section-header .more,
main .vip .ipoteka-context .land-section-header .more,
main .vip .ipoteka-context .office-section-header .more,
main .vip .ipoteka-context .credit-section-header .more,
main .vip .ipoteka-context .ipoteka-section-header .more,
main .latest .vip-context .vip-section-header .more,
main .latest .vip-context .latest-section-header .more,
main .latest .vip-context .land-section-header .more,
main .latest .vip-context .office-section-header .more,
main .latest .vip-context .credit-section-header .more,
main .latest .vip-context .ipoteka-section-header .more,
main .latest .latest-context .vip-section-header .more,
main .latest .latest-context .latest-section-header .more,
main .latest .latest-context .land-section-header .more,
main .latest .latest-context .office-section-header .more,
main .latest .latest-context .credit-section-header .more,
main .latest .latest-context .ipoteka-section-header .more,
main .latest .land-context .vip-section-header .more,
main .latest .land-context .latest-section-header .more,
main .latest .land-context .land-section-header .more,
main .latest .land-context .office-section-header .more,
main .latest .land-context .credit-section-header .more,
main .latest .land-context .ipoteka-section-header .more,
main .latest .office-context .vip-section-header .more,
main .latest .office-context .latest-section-header .more,
main .latest .office-context .land-section-header .more,
main .latest .office-context .office-section-header .more,
main .latest .office-context .credit-section-header .more,
main .latest .office-context .ipoteka-section-header .more,
main .latest .credit-context .vip-section-header .more,
main .latest .credit-context .latest-section-header .more,
main .latest .credit-context .land-section-header .more,
main .latest .credit-context .office-section-header .more,
main .latest .credit-context .credit-section-header .more,
main .latest .credit-context .ipoteka-section-header .more,
main .latest .ipoteka-context .vip-section-header .more,
main .latest .ipoteka-context .latest-section-header .more,
main .latest .ipoteka-context .land-section-header .more,
main .latest .ipoteka-context .office-section-header .more,
main .latest .ipoteka-context .credit-section-header .more,
main .latest .ipoteka-context .ipoteka-section-header .more,
main .land .vip-context .vip-section-header .more,
main .land .vip-context .latest-section-header .more,
main .land .vip-context .land-section-header .more,
main .land .vip-context .office-section-header .more,
main .land .vip-context .credit-section-header .more,
main .land .vip-context .ipoteka-section-header .more,
main .land .latest-context .vip-section-header .more,
main .land .latest-context .latest-section-header .more,
main .land .latest-context .land-section-header .more,
main .land .latest-context .office-section-header .more,
main .land .latest-context .credit-section-header .more,
main .land .latest-context .ipoteka-section-header .more,
main .land .land-context .vip-section-header .more,
main .land .land-context .latest-section-header .more,
main .land .land-context .land-section-header .more,
main .land .land-context .office-section-header .more,
main .land .land-context .credit-section-header .more,
main .land .land-context .ipoteka-section-header .more,
main .land .office-context .vip-section-header .more,
main .land .office-context .latest-section-header .more,
main .land .office-context .land-section-header .more,
main .land .office-context .office-section-header .more,
main .land .office-context .credit-section-header .more,
main .land .office-context .ipoteka-section-header .more,
main .land .credit-context .vip-section-header .more,
main .land .credit-context .latest-section-header .more,
main .land .credit-context .land-section-header .more,
main .land .credit-context .office-section-header .more,
main .land .credit-context .credit-section-header .more,
main .land .credit-context .ipoteka-section-header .more,
main .land .ipoteka-context .vip-section-header .more,
main .land .ipoteka-context .latest-section-header .more,
main .land .ipoteka-context .land-section-header .more,
main .land .ipoteka-context .office-section-header .more,
main .land .ipoteka-context .credit-section-header .more,
main .land .ipoteka-context .ipoteka-section-header .more,
main .office .vip-context .vip-section-header .more,
main .office .vip-context .latest-section-header .more,
main .office .vip-context .land-section-header .more,
main .office .vip-context .office-section-header .more,
main .office .vip-context .credit-section-header .more,
main .office .vip-context .ipoteka-section-header .more,
main .office .latest-context .vip-section-header .more,
main .office .latest-context .latest-section-header .more,
main .office .latest-context .land-section-header .more,
main .office .latest-context .office-section-header .more,
main .office .latest-context .credit-section-header .more,
main .office .latest-context .ipoteka-section-header .more,
main .office .land-context .vip-section-header .more,
main .office .land-context .latest-section-header .more,
main .office .land-context .land-section-header .more,
main .office .land-context .office-section-header .more,
main .office .land-context .credit-section-header .more,
main .office .land-context .ipoteka-section-header .more,
main .office .office-context .vip-section-header .more,
main .office .office-context .latest-section-header .more,
main .office .office-context .land-section-header .more,
main .office .office-context .office-section-header .more,
main .office .office-context .credit-section-header .more,
main .office .office-context .ipoteka-section-header .more,
main .office .credit-context .vip-section-header .more,
main .office .credit-context .latest-section-header .more,
main .office .credit-context .land-section-header .more,
main .office .credit-context .office-section-header .more,
main .office .credit-context .credit-section-header .more,
main .office .credit-context .ipoteka-section-header .more,
main .office .ipoteka-context .vip-section-header .more,
main .office .ipoteka-context .latest-section-header .more,
main .office .ipoteka-context .land-section-header .more,
main .office .ipoteka-context .office-section-header .more,
main .office .ipoteka-context .credit-section-header .more,
main .office .ipoteka-context .ipoteka-section-header .more,
main .credit .vip-context .vip-section-header .more,
main .credit .vip-context .latest-section-header .more,
main .credit .vip-context .land-section-header .more,
main .credit .vip-context .office-section-header .more,
main .credit .vip-context .credit-section-header .more,
main .credit .vip-context .ipoteka-section-header .more,
main .credit .latest-context .vip-section-header .more,
main .credit .latest-context .latest-section-header .more,
main .credit .latest-context .land-section-header .more,
main .credit .latest-context .office-section-header .more,
main .credit .latest-context .credit-section-header .more,
main .credit .latest-context .ipoteka-section-header .more,
main .credit .land-context .vip-section-header .more,
main .credit .land-context .latest-section-header .more,
main .credit .land-context .land-section-header .more,
main .credit .land-context .office-section-header .more,
main .credit .land-context .credit-section-header .more,
main .credit .land-context .ipoteka-section-header .more,
main .credit .office-context .vip-section-header .more,
main .credit .office-context .latest-section-header .more,
main .credit .office-context .land-section-header .more,
main .credit .office-context .office-section-header .more,
main .credit .office-context .credit-section-header .more,
main .credit .office-context .ipoteka-section-header .more,
main .credit .credit-context .vip-section-header .more,
main .credit .credit-context .latest-section-header .more,
main .credit .credit-context .land-section-header .more,
main .credit .credit-context .office-section-header .more,
main .credit .credit-context .credit-section-header .more,
main .credit .credit-context .ipoteka-section-header .more,
main .credit .ipoteka-context .vip-section-header .more,
main .credit .ipoteka-context .latest-section-header .more,
main .credit .ipoteka-context .land-section-header .more,
main .credit .ipoteka-context .office-section-header .more,
main .credit .ipoteka-context .credit-section-header .more,
main .credit .ipoteka-context .ipoteka-section-header .more,
main .ipoteka .vip-context .vip-section-header .more,
main .ipoteka .vip-context .latest-section-header .more,
main .ipoteka .vip-context .land-section-header .more,
main .ipoteka .vip-context .office-section-header .more,
main .ipoteka .vip-context .credit-section-header .more,
main .ipoteka .vip-context .ipoteka-section-header .more,
main .ipoteka .latest-context .vip-section-header .more,
main .ipoteka .latest-context .latest-section-header .more,
main .ipoteka .latest-context .land-section-header .more,
main .ipoteka .latest-context .office-section-header .more,
main .ipoteka .latest-context .credit-section-header .more,
main .ipoteka .latest-context .ipoteka-section-header .more,
main .ipoteka .land-context .vip-section-header .more,
main .ipoteka .land-context .latest-section-header .more,
main .ipoteka .land-context .land-section-header .more,
main .ipoteka .land-context .office-section-header .more,
main .ipoteka .land-context .credit-section-header .more,
main .ipoteka .land-context .ipoteka-section-header .more,
main .ipoteka .office-context .vip-section-header .more,
main .ipoteka .office-context .latest-section-header .more,
main .ipoteka .office-context .land-section-header .more,
main .ipoteka .office-context .office-section-header .more,
main .ipoteka .office-context .credit-section-header .more,
main .ipoteka .office-context .ipoteka-section-header .more,
main .ipoteka .credit-context .vip-section-header .more,
main .ipoteka .credit-context .latest-section-header .more,
main .ipoteka .credit-context .land-section-header .more,
main .ipoteka .credit-context .office-section-header .more,
main .ipoteka .credit-context .credit-section-header .more,
main .ipoteka .credit-context .ipoteka-section-header .more,
main .ipoteka .ipoteka-context .vip-section-header .more,
main .ipoteka .ipoteka-context .latest-section-header .more,
main .ipoteka .ipoteka-context .land-section-header .more,
main .ipoteka .ipoteka-context .office-section-header .more,
main .ipoteka .ipoteka-context .credit-section-header .more,
main .ipoteka .ipoteka-context .ipoteka-section-header .more,
main .main-section-texts .vip-context .vip-section-header .more,
main .main-section-texts .vip-context .latest-section-header .more,
main .main-section-texts .vip-context .land-section-header .more,
main .main-section-texts .vip-context .office-section-header .more,
main .main-section-texts .vip-context .credit-section-header .more,
main .main-section-texts .vip-context .ipoteka-section-header .more,
main .main-section-texts .latest-context .vip-section-header .more,
main .main-section-texts .latest-context .latest-section-header .more,
main .main-section-texts .latest-context .land-section-header .more,
main .main-section-texts .latest-context .office-section-header .more,
main .main-section-texts .latest-context .credit-section-header .more,
main .main-section-texts .latest-context .ipoteka-section-header .more,
main .main-section-texts .land-context .vip-section-header .more,
main .main-section-texts .land-context .latest-section-header .more,
main .main-section-texts .land-context .land-section-header .more,
main .main-section-texts .land-context .office-section-header .more,
main .main-section-texts .land-context .credit-section-header .more,
main .main-section-texts .land-context .ipoteka-section-header .more,
main .main-section-texts .office-context .vip-section-header .more,
main .main-section-texts .office-context .latest-section-header .more,
main .main-section-texts .office-context .land-section-header .more,
main .main-section-texts .office-context .office-section-header .more,
main .main-section-texts .office-context .credit-section-header .more,
main .main-section-texts .office-context .ipoteka-section-header .more,
main .main-section-texts .credit-context .vip-section-header .more,
main .main-section-texts .credit-context .latest-section-header .more,
main .main-section-texts .credit-context .land-section-header .more,
main .main-section-texts .credit-context .office-section-header .more,
main .main-section-texts .credit-context .credit-section-header .more,
main .main-section-texts .credit-context .ipoteka-section-header .more,
main .main-section-texts .ipoteka-context .vip-section-header .more,
main .main-section-texts .ipoteka-context .latest-section-header .more,
main .main-section-texts .ipoteka-context .land-section-header .more,
main .main-section-texts .ipoteka-context .office-section-header .more,
main .main-section-texts .ipoteka-context .credit-section-header .more,
main .main-section-texts .ipoteka-context .ipoteka-section-header .more {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .vip .vip-context .vip-section-header .more span,
main .vip .vip-context .latest-section-header .more span,
main .vip .vip-context .land-section-header .more span,
main .vip .vip-context .office-section-header .more span,
main .vip .vip-context .credit-section-header .more span,
main .vip .vip-context .ipoteka-section-header .more span,
main .vip .latest-context .vip-section-header .more span,
main .vip .latest-context .latest-section-header .more span,
main .vip .latest-context .land-section-header .more span,
main .vip .latest-context .office-section-header .more span,
main .vip .latest-context .credit-section-header .more span,
main .vip .latest-context .ipoteka-section-header .more span,
main .vip .land-context .vip-section-header .more span,
main .vip .land-context .latest-section-header .more span,
main .vip .land-context .land-section-header .more span,
main .vip .land-context .office-section-header .more span,
main .vip .land-context .credit-section-header .more span,
main .vip .land-context .ipoteka-section-header .more span,
main .vip .office-context .vip-section-header .more span,
main .vip .office-context .latest-section-header .more span,
main .vip .office-context .land-section-header .more span,
main .vip .office-context .office-section-header .more span,
main .vip .office-context .credit-section-header .more span,
main .vip .office-context .ipoteka-section-header .more span,
main .vip .credit-context .vip-section-header .more span,
main .vip .credit-context .latest-section-header .more span,
main .vip .credit-context .land-section-header .more span,
main .vip .credit-context .office-section-header .more span,
main .vip .credit-context .credit-section-header .more span,
main .vip .credit-context .ipoteka-section-header .more span,
main .vip .ipoteka-context .vip-section-header .more span,
main .vip .ipoteka-context .latest-section-header .more span,
main .vip .ipoteka-context .land-section-header .more span,
main .vip .ipoteka-context .office-section-header .more span,
main .vip .ipoteka-context .credit-section-header .more span,
main .vip .ipoteka-context .ipoteka-section-header .more span,
main .latest .vip-context .vip-section-header .more span,
main .latest .vip-context .latest-section-header .more span,
main .latest .vip-context .land-section-header .more span,
main .latest .vip-context .office-section-header .more span,
main .latest .vip-context .credit-section-header .more span,
main .latest .vip-context .ipoteka-section-header .more span,
main .latest .latest-context .vip-section-header .more span,
main .latest .latest-context .latest-section-header .more span,
main .latest .latest-context .land-section-header .more span,
main .latest .latest-context .office-section-header .more span,
main .latest .latest-context .credit-section-header .more span,
main .latest .latest-context .ipoteka-section-header .more span,
main .latest .land-context .vip-section-header .more span,
main .latest .land-context .latest-section-header .more span,
main .latest .land-context .land-section-header .more span,
main .latest .land-context .office-section-header .more span,
main .latest .land-context .credit-section-header .more span,
main .latest .land-context .ipoteka-section-header .more span,
main .latest .office-context .vip-section-header .more span,
main .latest .office-context .latest-section-header .more span,
main .latest .office-context .land-section-header .more span,
main .latest .office-context .office-section-header .more span,
main .latest .office-context .credit-section-header .more span,
main .latest .office-context .ipoteka-section-header .more span,
main .latest .credit-context .vip-section-header .more span,
main .latest .credit-context .latest-section-header .more span,
main .latest .credit-context .land-section-header .more span,
main .latest .credit-context .office-section-header .more span,
main .latest .credit-context .credit-section-header .more span,
main .latest .credit-context .ipoteka-section-header .more span,
main .latest .ipoteka-context .vip-section-header .more span,
main .latest .ipoteka-context .latest-section-header .more span,
main .latest .ipoteka-context .land-section-header .more span,
main .latest .ipoteka-context .office-section-header .more span,
main .latest .ipoteka-context .credit-section-header .more span,
main .latest .ipoteka-context .ipoteka-section-header .more span,
main .land .vip-context .vip-section-header .more span,
main .land .vip-context .latest-section-header .more span,
main .land .vip-context .land-section-header .more span,
main .land .vip-context .office-section-header .more span,
main .land .vip-context .credit-section-header .more span,
main .land .vip-context .ipoteka-section-header .more span,
main .land .latest-context .vip-section-header .more span,
main .land .latest-context .latest-section-header .more span,
main .land .latest-context .land-section-header .more span,
main .land .latest-context .office-section-header .more span,
main .land .latest-context .credit-section-header .more span,
main .land .latest-context .ipoteka-section-header .more span,
main .land .land-context .vip-section-header .more span,
main .land .land-context .latest-section-header .more span,
main .land .land-context .land-section-header .more span,
main .land .land-context .office-section-header .more span,
main .land .land-context .credit-section-header .more span,
main .land .land-context .ipoteka-section-header .more span,
main .land .office-context .vip-section-header .more span,
main .land .office-context .latest-section-header .more span,
main .land .office-context .land-section-header .more span,
main .land .office-context .office-section-header .more span,
main .land .office-context .credit-section-header .more span,
main .land .office-context .ipoteka-section-header .more span,
main .land .credit-context .vip-section-header .more span,
main .land .credit-context .latest-section-header .more span,
main .land .credit-context .land-section-header .more span,
main .land .credit-context .office-section-header .more span,
main .land .credit-context .credit-section-header .more span,
main .land .credit-context .ipoteka-section-header .more span,
main .land .ipoteka-context .vip-section-header .more span,
main .land .ipoteka-context .latest-section-header .more span,
main .land .ipoteka-context .land-section-header .more span,
main .land .ipoteka-context .office-section-header .more span,
main .land .ipoteka-context .credit-section-header .more span,
main .land .ipoteka-context .ipoteka-section-header .more span,
main .office .vip-context .vip-section-header .more span,
main .office .vip-context .latest-section-header .more span,
main .office .vip-context .land-section-header .more span,
main .office .vip-context .office-section-header .more span,
main .office .vip-context .credit-section-header .more span,
main .office .vip-context .ipoteka-section-header .more span,
main .office .latest-context .vip-section-header .more span,
main .office .latest-context .latest-section-header .more span,
main .office .latest-context .land-section-header .more span,
main .office .latest-context .office-section-header .more span,
main .office .latest-context .credit-section-header .more span,
main .office .latest-context .ipoteka-section-header .more span,
main .office .land-context .vip-section-header .more span,
main .office .land-context .latest-section-header .more span,
main .office .land-context .land-section-header .more span,
main .office .land-context .office-section-header .more span,
main .office .land-context .credit-section-header .more span,
main .office .land-context .ipoteka-section-header .more span,
main .office .office-context .vip-section-header .more span,
main .office .office-context .latest-section-header .more span,
main .office .office-context .land-section-header .more span,
main .office .office-context .office-section-header .more span,
main .office .office-context .credit-section-header .more span,
main .office .office-context .ipoteka-section-header .more span,
main .office .credit-context .vip-section-header .more span,
main .office .credit-context .latest-section-header .more span,
main .office .credit-context .land-section-header .more span,
main .office .credit-context .office-section-header .more span,
main .office .credit-context .credit-section-header .more span,
main .office .credit-context .ipoteka-section-header .more span,
main .office .ipoteka-context .vip-section-header .more span,
main .office .ipoteka-context .latest-section-header .more span,
main .office .ipoteka-context .land-section-header .more span,
main .office .ipoteka-context .office-section-header .more span,
main .office .ipoteka-context .credit-section-header .more span,
main .office .ipoteka-context .ipoteka-section-header .more span,
main .credit .vip-context .vip-section-header .more span,
main .credit .vip-context .latest-section-header .more span,
main .credit .vip-context .land-section-header .more span,
main .credit .vip-context .office-section-header .more span,
main .credit .vip-context .credit-section-header .more span,
main .credit .vip-context .ipoteka-section-header .more span,
main .credit .latest-context .vip-section-header .more span,
main .credit .latest-context .latest-section-header .more span,
main .credit .latest-context .land-section-header .more span,
main .credit .latest-context .office-section-header .more span,
main .credit .latest-context .credit-section-header .more span,
main .credit .latest-context .ipoteka-section-header .more span,
main .credit .land-context .vip-section-header .more span,
main .credit .land-context .latest-section-header .more span,
main .credit .land-context .land-section-header .more span,
main .credit .land-context .office-section-header .more span,
main .credit .land-context .credit-section-header .more span,
main .credit .land-context .ipoteka-section-header .more span,
main .credit .office-context .vip-section-header .more span,
main .credit .office-context .latest-section-header .more span,
main .credit .office-context .land-section-header .more span,
main .credit .office-context .office-section-header .more span,
main .credit .office-context .credit-section-header .more span,
main .credit .office-context .ipoteka-section-header .more span,
main .credit .credit-context .vip-section-header .more span,
main .credit .credit-context .latest-section-header .more span,
main .credit .credit-context .land-section-header .more span,
main .credit .credit-context .office-section-header .more span,
main .credit .credit-context .credit-section-header .more span,
main .credit .credit-context .ipoteka-section-header .more span,
main .credit .ipoteka-context .vip-section-header .more span,
main .credit .ipoteka-context .latest-section-header .more span,
main .credit .ipoteka-context .land-section-header .more span,
main .credit .ipoteka-context .office-section-header .more span,
main .credit .ipoteka-context .credit-section-header .more span,
main .credit .ipoteka-context .ipoteka-section-header .more span,
main .ipoteka .vip-context .vip-section-header .more span,
main .ipoteka .vip-context .latest-section-header .more span,
main .ipoteka .vip-context .land-section-header .more span,
main .ipoteka .vip-context .office-section-header .more span,
main .ipoteka .vip-context .credit-section-header .more span,
main .ipoteka .vip-context .ipoteka-section-header .more span,
main .ipoteka .latest-context .vip-section-header .more span,
main .ipoteka .latest-context .latest-section-header .more span,
main .ipoteka .latest-context .land-section-header .more span,
main .ipoteka .latest-context .office-section-header .more span,
main .ipoteka .latest-context .credit-section-header .more span,
main .ipoteka .latest-context .ipoteka-section-header .more span,
main .ipoteka .land-context .vip-section-header .more span,
main .ipoteka .land-context .latest-section-header .more span,
main .ipoteka .land-context .land-section-header .more span,
main .ipoteka .land-context .office-section-header .more span,
main .ipoteka .land-context .credit-section-header .more span,
main .ipoteka .land-context .ipoteka-section-header .more span,
main .ipoteka .office-context .vip-section-header .more span,
main .ipoteka .office-context .latest-section-header .more span,
main .ipoteka .office-context .land-section-header .more span,
main .ipoteka .office-context .office-section-header .more span,
main .ipoteka .office-context .credit-section-header .more span,
main .ipoteka .office-context .ipoteka-section-header .more span,
main .ipoteka .credit-context .vip-section-header .more span,
main .ipoteka .credit-context .latest-section-header .more span,
main .ipoteka .credit-context .land-section-header .more span,
main .ipoteka .credit-context .office-section-header .more span,
main .ipoteka .credit-context .credit-section-header .more span,
main .ipoteka .credit-context .ipoteka-section-header .more span,
main .ipoteka .ipoteka-context .vip-section-header .more span,
main .ipoteka .ipoteka-context .latest-section-header .more span,
main .ipoteka .ipoteka-context .land-section-header .more span,
main .ipoteka .ipoteka-context .office-section-header .more span,
main .ipoteka .ipoteka-context .credit-section-header .more span,
main .ipoteka .ipoteka-context .ipoteka-section-header .more span,
main .main-section-texts .vip-context .vip-section-header .more span,
main .main-section-texts .vip-context .latest-section-header .more span,
main .main-section-texts .vip-context .land-section-header .more span,
main .main-section-texts .vip-context .office-section-header .more span,
main .main-section-texts .vip-context .credit-section-header .more span,
main .main-section-texts .vip-context .ipoteka-section-header .more span,
main .main-section-texts .latest-context .vip-section-header .more span,
main .main-section-texts .latest-context .latest-section-header .more span,
main .main-section-texts .latest-context .land-section-header .more span,
main .main-section-texts .latest-context .office-section-header .more span,
main .main-section-texts .latest-context .credit-section-header .more span,
main .main-section-texts .latest-context .ipoteka-section-header .more span,
main .main-section-texts .land-context .vip-section-header .more span,
main .main-section-texts .land-context .latest-section-header .more span,
main .main-section-texts .land-context .land-section-header .more span,
main .main-section-texts .land-context .office-section-header .more span,
main .main-section-texts .land-context .credit-section-header .more span,
main .main-section-texts .land-context .ipoteka-section-header .more span,
main .main-section-texts .office-context .vip-section-header .more span,
main .main-section-texts .office-context .latest-section-header .more span,
main .main-section-texts .office-context .land-section-header .more span,
main .main-section-texts .office-context .office-section-header .more span,
main .main-section-texts .office-context .credit-section-header .more span,
main .main-section-texts .office-context .ipoteka-section-header .more span,
main .main-section-texts .credit-context .vip-section-header .more span,
main .main-section-texts .credit-context .latest-section-header .more span,
main .main-section-texts .credit-context .land-section-header .more span,
main .main-section-texts .credit-context .office-section-header .more span,
main .main-section-texts .credit-context .credit-section-header .more span,
main .main-section-texts .credit-context .ipoteka-section-header .more span,
main .main-section-texts .ipoteka-context .vip-section-header .more span,
main .main-section-texts .ipoteka-context .latest-section-header .more span,
main .main-section-texts .ipoteka-context .land-section-header .more span,
main .main-section-texts .ipoteka-context .office-section-header .more span,
main .main-section-texts .ipoteka-context .credit-section-header .more span,
main .main-section-texts .ipoteka-context .ipoteka-section-header .more span {
  margin-right: 20px;
}
main .vip .vip-context .vip-section-header .more span a,
main .vip .vip-context .latest-section-header .more span a,
main .vip .vip-context .land-section-header .more span a,
main .vip .vip-context .office-section-header .more span a,
main .vip .vip-context .credit-section-header .more span a,
main .vip .vip-context .ipoteka-section-header .more span a,
main .vip .latest-context .vip-section-header .more span a,
main .vip .latest-context .latest-section-header .more span a,
main .vip .latest-context .land-section-header .more span a,
main .vip .latest-context .office-section-header .more span a,
main .vip .latest-context .credit-section-header .more span a,
main .vip .latest-context .ipoteka-section-header .more span a,
main .vip .land-context .vip-section-header .more span a,
main .vip .land-context .latest-section-header .more span a,
main .vip .land-context .land-section-header .more span a,
main .vip .land-context .office-section-header .more span a,
main .vip .land-context .credit-section-header .more span a,
main .vip .land-context .ipoteka-section-header .more span a,
main .vip .office-context .vip-section-header .more span a,
main .vip .office-context .latest-section-header .more span a,
main .vip .office-context .land-section-header .more span a,
main .vip .office-context .office-section-header .more span a,
main .vip .office-context .credit-section-header .more span a,
main .vip .office-context .ipoteka-section-header .more span a,
main .vip .credit-context .vip-section-header .more span a,
main .vip .credit-context .latest-section-header .more span a,
main .vip .credit-context .land-section-header .more span a,
main .vip .credit-context .office-section-header .more span a,
main .vip .credit-context .credit-section-header .more span a,
main .vip .credit-context .ipoteka-section-header .more span a,
main .vip .ipoteka-context .vip-section-header .more span a,
main .vip .ipoteka-context .latest-section-header .more span a,
main .vip .ipoteka-context .land-section-header .more span a,
main .vip .ipoteka-context .office-section-header .more span a,
main .vip .ipoteka-context .credit-section-header .more span a,
main .vip .ipoteka-context .ipoteka-section-header .more span a,
main .latest .vip-context .vip-section-header .more span a,
main .latest .vip-context .latest-section-header .more span a,
main .latest .vip-context .land-section-header .more span a,
main .latest .vip-context .office-section-header .more span a,
main .latest .vip-context .credit-section-header .more span a,
main .latest .vip-context .ipoteka-section-header .more span a,
main .latest .latest-context .vip-section-header .more span a,
main .latest .latest-context .latest-section-header .more span a,
main .latest .latest-context .land-section-header .more span a,
main .latest .latest-context .office-section-header .more span a,
main .latest .latest-context .credit-section-header .more span a,
main .latest .latest-context .ipoteka-section-header .more span a,
main .latest .land-context .vip-section-header .more span a,
main .latest .land-context .latest-section-header .more span a,
main .latest .land-context .land-section-header .more span a,
main .latest .land-context .office-section-header .more span a,
main .latest .land-context .credit-section-header .more span a,
main .latest .land-context .ipoteka-section-header .more span a,
main .latest .office-context .vip-section-header .more span a,
main .latest .office-context .latest-section-header .more span a,
main .latest .office-context .land-section-header .more span a,
main .latest .office-context .office-section-header .more span a,
main .latest .office-context .credit-section-header .more span a,
main .latest .office-context .ipoteka-section-header .more span a,
main .latest .credit-context .vip-section-header .more span a,
main .latest .credit-context .latest-section-header .more span a,
main .latest .credit-context .land-section-header .more span a,
main .latest .credit-context .office-section-header .more span a,
main .latest .credit-context .credit-section-header .more span a,
main .latest .credit-context .ipoteka-section-header .more span a,
main .latest .ipoteka-context .vip-section-header .more span a,
main .latest .ipoteka-context .latest-section-header .more span a,
main .latest .ipoteka-context .land-section-header .more span a,
main .latest .ipoteka-context .office-section-header .more span a,
main .latest .ipoteka-context .credit-section-header .more span a,
main .latest .ipoteka-context .ipoteka-section-header .more span a,
main .land .vip-context .vip-section-header .more span a,
main .land .vip-context .latest-section-header .more span a,
main .land .vip-context .land-section-header .more span a,
main .land .vip-context .office-section-header .more span a,
main .land .vip-context .credit-section-header .more span a,
main .land .vip-context .ipoteka-section-header .more span a,
main .land .latest-context .vip-section-header .more span a,
main .land .latest-context .latest-section-header .more span a,
main .land .latest-context .land-section-header .more span a,
main .land .latest-context .office-section-header .more span a,
main .land .latest-context .credit-section-header .more span a,
main .land .latest-context .ipoteka-section-header .more span a,
main .land .land-context .vip-section-header .more span a,
main .land .land-context .latest-section-header .more span a,
main .land .land-context .land-section-header .more span a,
main .land .land-context .office-section-header .more span a,
main .land .land-context .credit-section-header .more span a,
main .land .land-context .ipoteka-section-header .more span a,
main .land .office-context .vip-section-header .more span a,
main .land .office-context .latest-section-header .more span a,
main .land .office-context .land-section-header .more span a,
main .land .office-context .office-section-header .more span a,
main .land .office-context .credit-section-header .more span a,
main .land .office-context .ipoteka-section-header .more span a,
main .land .credit-context .vip-section-header .more span a,
main .land .credit-context .latest-section-header .more span a,
main .land .credit-context .land-section-header .more span a,
main .land .credit-context .office-section-header .more span a,
main .land .credit-context .credit-section-header .more span a,
main .land .credit-context .ipoteka-section-header .more span a,
main .land .ipoteka-context .vip-section-header .more span a,
main .land .ipoteka-context .latest-section-header .more span a,
main .land .ipoteka-context .land-section-header .more span a,
main .land .ipoteka-context .office-section-header .more span a,
main .land .ipoteka-context .credit-section-header .more span a,
main .land .ipoteka-context .ipoteka-section-header .more span a,
main .office .vip-context .vip-section-header .more span a,
main .office .vip-context .latest-section-header .more span a,
main .office .vip-context .land-section-header .more span a,
main .office .vip-context .office-section-header .more span a,
main .office .vip-context .credit-section-header .more span a,
main .office .vip-context .ipoteka-section-header .more span a,
main .office .latest-context .vip-section-header .more span a,
main .office .latest-context .latest-section-header .more span a,
main .office .latest-context .land-section-header .more span a,
main .office .latest-context .office-section-header .more span a,
main .office .latest-context .credit-section-header .more span a,
main .office .latest-context .ipoteka-section-header .more span a,
main .office .land-context .vip-section-header .more span a,
main .office .land-context .latest-section-header .more span a,
main .office .land-context .land-section-header .more span a,
main .office .land-context .office-section-header .more span a,
main .office .land-context .credit-section-header .more span a,
main .office .land-context .ipoteka-section-header .more span a,
main .office .office-context .vip-section-header .more span a,
main .office .office-context .latest-section-header .more span a,
main .office .office-context .land-section-header .more span a,
main .office .office-context .office-section-header .more span a,
main .office .office-context .credit-section-header .more span a,
main .office .office-context .ipoteka-section-header .more span a,
main .office .credit-context .vip-section-header .more span a,
main .office .credit-context .latest-section-header .more span a,
main .office .credit-context .land-section-header .more span a,
main .office .credit-context .office-section-header .more span a,
main .office .credit-context .credit-section-header .more span a,
main .office .credit-context .ipoteka-section-header .more span a,
main .office .ipoteka-context .vip-section-header .more span a,
main .office .ipoteka-context .latest-section-header .more span a,
main .office .ipoteka-context .land-section-header .more span a,
main .office .ipoteka-context .office-section-header .more span a,
main .office .ipoteka-context .credit-section-header .more span a,
main .office .ipoteka-context .ipoteka-section-header .more span a,
main .credit .vip-context .vip-section-header .more span a,
main .credit .vip-context .latest-section-header .more span a,
main .credit .vip-context .land-section-header .more span a,
main .credit .vip-context .office-section-header .more span a,
main .credit .vip-context .credit-section-header .more span a,
main .credit .vip-context .ipoteka-section-header .more span a,
main .credit .latest-context .vip-section-header .more span a,
main .credit .latest-context .latest-section-header .more span a,
main .credit .latest-context .land-section-header .more span a,
main .credit .latest-context .office-section-header .more span a,
main .credit .latest-context .credit-section-header .more span a,
main .credit .latest-context .ipoteka-section-header .more span a,
main .credit .land-context .vip-section-header .more span a,
main .credit .land-context .latest-section-header .more span a,
main .credit .land-context .land-section-header .more span a,
main .credit .land-context .office-section-header .more span a,
main .credit .land-context .credit-section-header .more span a,
main .credit .land-context .ipoteka-section-header .more span a,
main .credit .office-context .vip-section-header .more span a,
main .credit .office-context .latest-section-header .more span a,
main .credit .office-context .land-section-header .more span a,
main .credit .office-context .office-section-header .more span a,
main .credit .office-context .credit-section-header .more span a,
main .credit .office-context .ipoteka-section-header .more span a,
main .credit .credit-context .vip-section-header .more span a,
main .credit .credit-context .latest-section-header .more span a,
main .credit .credit-context .land-section-header .more span a,
main .credit .credit-context .office-section-header .more span a,
main .credit .credit-context .credit-section-header .more span a,
main .credit .credit-context .ipoteka-section-header .more span a,
main .credit .ipoteka-context .vip-section-header .more span a,
main .credit .ipoteka-context .latest-section-header .more span a,
main .credit .ipoteka-context .land-section-header .more span a,
main .credit .ipoteka-context .office-section-header .more span a,
main .credit .ipoteka-context .credit-section-header .more span a,
main .credit .ipoteka-context .ipoteka-section-header .more span a,
main .ipoteka .vip-context .vip-section-header .more span a,
main .ipoteka .vip-context .latest-section-header .more span a,
main .ipoteka .vip-context .land-section-header .more span a,
main .ipoteka .vip-context .office-section-header .more span a,
main .ipoteka .vip-context .credit-section-header .more span a,
main .ipoteka .vip-context .ipoteka-section-header .more span a,
main .ipoteka .latest-context .vip-section-header .more span a,
main .ipoteka .latest-context .latest-section-header .more span a,
main .ipoteka .latest-context .land-section-header .more span a,
main .ipoteka .latest-context .office-section-header .more span a,
main .ipoteka .latest-context .credit-section-header .more span a,
main .ipoteka .latest-context .ipoteka-section-header .more span a,
main .ipoteka .land-context .vip-section-header .more span a,
main .ipoteka .land-context .latest-section-header .more span a,
main .ipoteka .land-context .land-section-header .more span a,
main .ipoteka .land-context .office-section-header .more span a,
main .ipoteka .land-context .credit-section-header .more span a,
main .ipoteka .land-context .ipoteka-section-header .more span a,
main .ipoteka .office-context .vip-section-header .more span a,
main .ipoteka .office-context .latest-section-header .more span a,
main .ipoteka .office-context .land-section-header .more span a,
main .ipoteka .office-context .office-section-header .more span a,
main .ipoteka .office-context .credit-section-header .more span a,
main .ipoteka .office-context .ipoteka-section-header .more span a,
main .ipoteka .credit-context .vip-section-header .more span a,
main .ipoteka .credit-context .latest-section-header .more span a,
main .ipoteka .credit-context .land-section-header .more span a,
main .ipoteka .credit-context .office-section-header .more span a,
main .ipoteka .credit-context .credit-section-header .more span a,
main .ipoteka .credit-context .ipoteka-section-header .more span a,
main .ipoteka .ipoteka-context .vip-section-header .more span a,
main .ipoteka .ipoteka-context .latest-section-header .more span a,
main .ipoteka .ipoteka-context .land-section-header .more span a,
main .ipoteka .ipoteka-context .office-section-header .more span a,
main .ipoteka .ipoteka-context .credit-section-header .more span a,
main .ipoteka .ipoteka-context .ipoteka-section-header .more span a,
main .main-section-texts .vip-context .vip-section-header .more span a,
main .main-section-texts .vip-context .latest-section-header .more span a,
main .main-section-texts .vip-context .land-section-header .more span a,
main .main-section-texts .vip-context .office-section-header .more span a,
main .main-section-texts .vip-context .credit-section-header .more span a,
main .main-section-texts .vip-context .ipoteka-section-header .more span a,
main .main-section-texts .latest-context .vip-section-header .more span a,
main .main-section-texts .latest-context .latest-section-header .more span a,
main .main-section-texts .latest-context .land-section-header .more span a,
main .main-section-texts .latest-context .office-section-header .more span a,
main .main-section-texts .latest-context .credit-section-header .more span a,
main .main-section-texts .latest-context .ipoteka-section-header .more span a,
main .main-section-texts .land-context .vip-section-header .more span a,
main .main-section-texts .land-context .latest-section-header .more span a,
main .main-section-texts .land-context .land-section-header .more span a,
main .main-section-texts .land-context .office-section-header .more span a,
main .main-section-texts .land-context .credit-section-header .more span a,
main .main-section-texts .land-context .ipoteka-section-header .more span a,
main .main-section-texts .office-context .vip-section-header .more span a,
main .main-section-texts .office-context .latest-section-header .more span a,
main .main-section-texts .office-context .land-section-header .more span a,
main .main-section-texts .office-context .office-section-header .more span a,
main .main-section-texts .office-context .credit-section-header .more span a,
main .main-section-texts .office-context .ipoteka-section-header .more span a,
main .main-section-texts .credit-context .vip-section-header .more span a,
main .main-section-texts .credit-context .latest-section-header .more span a,
main .main-section-texts .credit-context .land-section-header .more span a,
main .main-section-texts .credit-context .office-section-header .more span a,
main .main-section-texts .credit-context .credit-section-header .more span a,
main .main-section-texts .credit-context .ipoteka-section-header .more span a,
main .main-section-texts .ipoteka-context .vip-section-header .more span a,
main .main-section-texts .ipoteka-context .latest-section-header .more span a,
main .main-section-texts .ipoteka-context .land-section-header .more span a,
main .main-section-texts .ipoteka-context .office-section-header .more span a,
main .main-section-texts .ipoteka-context .credit-section-header .more span a,
main .main-section-texts .ipoteka-context .ipoteka-section-header .more span a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
}
main .vip .vip-context .vip-section-header .more .arrow-buttons button svg path,
main .vip .vip-context .latest-section-header .more .arrow-buttons button svg path,
main .vip .vip-context .land-section-header .more .arrow-buttons button svg path,
main .vip .vip-context .office-section-header .more .arrow-buttons button svg path,
main .vip .vip-context .credit-section-header .more .arrow-buttons button svg path,
main .vip .vip-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .vip .latest-context .vip-section-header .more .arrow-buttons button svg path,
main .vip .latest-context .latest-section-header .more .arrow-buttons button svg path,
main .vip .latest-context .land-section-header .more .arrow-buttons button svg path,
main .vip .latest-context .office-section-header .more .arrow-buttons button svg path,
main .vip .latest-context .credit-section-header .more .arrow-buttons button svg path,
main .vip .latest-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .vip .land-context .vip-section-header .more .arrow-buttons button svg path,
main .vip .land-context .latest-section-header .more .arrow-buttons button svg path,
main .vip .land-context .land-section-header .more .arrow-buttons button svg path,
main .vip .land-context .office-section-header .more .arrow-buttons button svg path,
main .vip .land-context .credit-section-header .more .arrow-buttons button svg path,
main .vip .land-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .vip .office-context .vip-section-header .more .arrow-buttons button svg path,
main .vip .office-context .latest-section-header .more .arrow-buttons button svg path,
main .vip .office-context .land-section-header .more .arrow-buttons button svg path,
main .vip .office-context .office-section-header .more .arrow-buttons button svg path,
main .vip .office-context .credit-section-header .more .arrow-buttons button svg path,
main .vip .office-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .vip .credit-context .vip-section-header .more .arrow-buttons button svg path,
main .vip .credit-context .latest-section-header .more .arrow-buttons button svg path,
main .vip .credit-context .land-section-header .more .arrow-buttons button svg path,
main .vip .credit-context .office-section-header .more .arrow-buttons button svg path,
main .vip .credit-context .credit-section-header .more .arrow-buttons button svg path,
main .vip .credit-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .vip .ipoteka-context .vip-section-header .more .arrow-buttons button svg path,
main .vip .ipoteka-context .latest-section-header .more .arrow-buttons button svg path,
main .vip .ipoteka-context .land-section-header .more .arrow-buttons button svg path,
main .vip .ipoteka-context .office-section-header .more .arrow-buttons button svg path,
main .vip .ipoteka-context .credit-section-header .more .arrow-buttons button svg path,
main .vip .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .latest .vip-context .vip-section-header .more .arrow-buttons button svg path,
main .latest .vip-context .latest-section-header .more .arrow-buttons button svg path,
main .latest .vip-context .land-section-header .more .arrow-buttons button svg path,
main .latest .vip-context .office-section-header .more .arrow-buttons button svg path,
main .latest .vip-context .credit-section-header .more .arrow-buttons button svg path,
main .latest .vip-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .latest .latest-context .vip-section-header .more .arrow-buttons button svg path,
main .latest .latest-context .latest-section-header .more .arrow-buttons button svg path,
main .latest .latest-context .land-section-header .more .arrow-buttons button svg path,
main .latest .latest-context .office-section-header .more .arrow-buttons button svg path,
main .latest .latest-context .credit-section-header .more .arrow-buttons button svg path,
main .latest .latest-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .latest .land-context .vip-section-header .more .arrow-buttons button svg path,
main .latest .land-context .latest-section-header .more .arrow-buttons button svg path,
main .latest .land-context .land-section-header .more .arrow-buttons button svg path,
main .latest .land-context .office-section-header .more .arrow-buttons button svg path,
main .latest .land-context .credit-section-header .more .arrow-buttons button svg path,
main .latest .land-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .latest .office-context .vip-section-header .more .arrow-buttons button svg path,
main .latest .office-context .latest-section-header .more .arrow-buttons button svg path,
main .latest .office-context .land-section-header .more .arrow-buttons button svg path,
main .latest .office-context .office-section-header .more .arrow-buttons button svg path,
main .latest .office-context .credit-section-header .more .arrow-buttons button svg path,
main .latest .office-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .latest .credit-context .vip-section-header .more .arrow-buttons button svg path,
main .latest .credit-context .latest-section-header .more .arrow-buttons button svg path,
main .latest .credit-context .land-section-header .more .arrow-buttons button svg path,
main .latest .credit-context .office-section-header .more .arrow-buttons button svg path,
main .latest .credit-context .credit-section-header .more .arrow-buttons button svg path,
main .latest .credit-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .latest .ipoteka-context .vip-section-header .more .arrow-buttons button svg path,
main .latest .ipoteka-context .latest-section-header .more .arrow-buttons button svg path,
main .latest .ipoteka-context .land-section-header .more .arrow-buttons button svg path,
main .latest .ipoteka-context .office-section-header .more .arrow-buttons button svg path,
main .latest .ipoteka-context .credit-section-header .more .arrow-buttons button svg path,
main .latest .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .land .vip-context .vip-section-header .more .arrow-buttons button svg path,
main .land .vip-context .latest-section-header .more .arrow-buttons button svg path,
main .land .vip-context .land-section-header .more .arrow-buttons button svg path,
main .land .vip-context .office-section-header .more .arrow-buttons button svg path,
main .land .vip-context .credit-section-header .more .arrow-buttons button svg path,
main .land .vip-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .land .latest-context .vip-section-header .more .arrow-buttons button svg path,
main .land .latest-context .latest-section-header .more .arrow-buttons button svg path,
main .land .latest-context .land-section-header .more .arrow-buttons button svg path,
main .land .latest-context .office-section-header .more .arrow-buttons button svg path,
main .land .latest-context .credit-section-header .more .arrow-buttons button svg path,
main .land .latest-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .land .land-context .vip-section-header .more .arrow-buttons button svg path,
main .land .land-context .latest-section-header .more .arrow-buttons button svg path,
main .land .land-context .land-section-header .more .arrow-buttons button svg path,
main .land .land-context .office-section-header .more .arrow-buttons button svg path,
main .land .land-context .credit-section-header .more .arrow-buttons button svg path,
main .land .land-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .land .office-context .vip-section-header .more .arrow-buttons button svg path,
main .land .office-context .latest-section-header .more .arrow-buttons button svg path,
main .land .office-context .land-section-header .more .arrow-buttons button svg path,
main .land .office-context .office-section-header .more .arrow-buttons button svg path,
main .land .office-context .credit-section-header .more .arrow-buttons button svg path,
main .land .office-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .land .credit-context .vip-section-header .more .arrow-buttons button svg path,
main .land .credit-context .latest-section-header .more .arrow-buttons button svg path,
main .land .credit-context .land-section-header .more .arrow-buttons button svg path,
main .land .credit-context .office-section-header .more .arrow-buttons button svg path,
main .land .credit-context .credit-section-header .more .arrow-buttons button svg path,
main .land .credit-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .land .ipoteka-context .vip-section-header .more .arrow-buttons button svg path,
main .land .ipoteka-context .latest-section-header .more .arrow-buttons button svg path,
main .land .ipoteka-context .land-section-header .more .arrow-buttons button svg path,
main .land .ipoteka-context .office-section-header .more .arrow-buttons button svg path,
main .land .ipoteka-context .credit-section-header .more .arrow-buttons button svg path,
main .land .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .office .vip-context .vip-section-header .more .arrow-buttons button svg path,
main .office .vip-context .latest-section-header .more .arrow-buttons button svg path,
main .office .vip-context .land-section-header .more .arrow-buttons button svg path,
main .office .vip-context .office-section-header .more .arrow-buttons button svg path,
main .office .vip-context .credit-section-header .more .arrow-buttons button svg path,
main .office .vip-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .office .latest-context .vip-section-header .more .arrow-buttons button svg path,
main .office .latest-context .latest-section-header .more .arrow-buttons button svg path,
main .office .latest-context .land-section-header .more .arrow-buttons button svg path,
main .office .latest-context .office-section-header .more .arrow-buttons button svg path,
main .office .latest-context .credit-section-header .more .arrow-buttons button svg path,
main .office .latest-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .office .land-context .vip-section-header .more .arrow-buttons button svg path,
main .office .land-context .latest-section-header .more .arrow-buttons button svg path,
main .office .land-context .land-section-header .more .arrow-buttons button svg path,
main .office .land-context .office-section-header .more .arrow-buttons button svg path,
main .office .land-context .credit-section-header .more .arrow-buttons button svg path,
main .office .land-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .office .office-context .vip-section-header .more .arrow-buttons button svg path,
main .office .office-context .latest-section-header .more .arrow-buttons button svg path,
main .office .office-context .land-section-header .more .arrow-buttons button svg path,
main .office .office-context .office-section-header .more .arrow-buttons button svg path,
main .office .office-context .credit-section-header .more .arrow-buttons button svg path,
main .office .office-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .office .credit-context .vip-section-header .more .arrow-buttons button svg path,
main .office .credit-context .latest-section-header .more .arrow-buttons button svg path,
main .office .credit-context .land-section-header .more .arrow-buttons button svg path,
main .office .credit-context .office-section-header .more .arrow-buttons button svg path,
main .office .credit-context .credit-section-header .more .arrow-buttons button svg path,
main .office .credit-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .office .ipoteka-context .vip-section-header .more .arrow-buttons button svg path,
main .office .ipoteka-context .latest-section-header .more .arrow-buttons button svg path,
main .office .ipoteka-context .land-section-header .more .arrow-buttons button svg path,
main .office .ipoteka-context .office-section-header .more .arrow-buttons button svg path,
main .office .ipoteka-context .credit-section-header .more .arrow-buttons button svg path,
main .office .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .credit .vip-context .vip-section-header .more .arrow-buttons button svg path,
main .credit .vip-context .latest-section-header .more .arrow-buttons button svg path,
main .credit .vip-context .land-section-header .more .arrow-buttons button svg path,
main .credit .vip-context .office-section-header .more .arrow-buttons button svg path,
main .credit .vip-context .credit-section-header .more .arrow-buttons button svg path,
main .credit .vip-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .credit .latest-context .vip-section-header .more .arrow-buttons button svg path,
main .credit .latest-context .latest-section-header .more .arrow-buttons button svg path,
main .credit .latest-context .land-section-header .more .arrow-buttons button svg path,
main .credit .latest-context .office-section-header .more .arrow-buttons button svg path,
main .credit .latest-context .credit-section-header .more .arrow-buttons button svg path,
main .credit .latest-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .credit .land-context .vip-section-header .more .arrow-buttons button svg path,
main .credit .land-context .latest-section-header .more .arrow-buttons button svg path,
main .credit .land-context .land-section-header .more .arrow-buttons button svg path,
main .credit .land-context .office-section-header .more .arrow-buttons button svg path,
main .credit .land-context .credit-section-header .more .arrow-buttons button svg path,
main .credit .land-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .credit .office-context .vip-section-header .more .arrow-buttons button svg path,
main .credit .office-context .latest-section-header .more .arrow-buttons button svg path,
main .credit .office-context .land-section-header .more .arrow-buttons button svg path,
main .credit .office-context .office-section-header .more .arrow-buttons button svg path,
main .credit .office-context .credit-section-header .more .arrow-buttons button svg path,
main .credit .office-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .credit .credit-context .vip-section-header .more .arrow-buttons button svg path,
main .credit .credit-context .latest-section-header .more .arrow-buttons button svg path,
main .credit .credit-context .land-section-header .more .arrow-buttons button svg path,
main .credit .credit-context .office-section-header .more .arrow-buttons button svg path,
main .credit .credit-context .credit-section-header .more .arrow-buttons button svg path,
main .credit .credit-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .credit .ipoteka-context .vip-section-header .more .arrow-buttons button svg path,
main .credit .ipoteka-context .latest-section-header .more .arrow-buttons button svg path,
main .credit .ipoteka-context .land-section-header .more .arrow-buttons button svg path,
main .credit .ipoteka-context .office-section-header .more .arrow-buttons button svg path,
main .credit .ipoteka-context .credit-section-header .more .arrow-buttons button svg path,
main .credit .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .ipoteka .vip-context .vip-section-header .more .arrow-buttons button svg path,
main .ipoteka .vip-context .latest-section-header .more .arrow-buttons button svg path,
main .ipoteka .vip-context .land-section-header .more .arrow-buttons button svg path,
main .ipoteka .vip-context .office-section-header .more .arrow-buttons button svg path,
main .ipoteka .vip-context .credit-section-header .more .arrow-buttons button svg path,
main .ipoteka .vip-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .ipoteka .latest-context .vip-section-header .more .arrow-buttons button svg path,
main .ipoteka .latest-context .latest-section-header .more .arrow-buttons button svg path,
main .ipoteka .latest-context .land-section-header .more .arrow-buttons button svg path,
main .ipoteka .latest-context .office-section-header .more .arrow-buttons button svg path,
main .ipoteka .latest-context .credit-section-header .more .arrow-buttons button svg path,
main .ipoteka .latest-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .ipoteka .land-context .vip-section-header .more .arrow-buttons button svg path,
main .ipoteka .land-context .latest-section-header .more .arrow-buttons button svg path,
main .ipoteka .land-context .land-section-header .more .arrow-buttons button svg path,
main .ipoteka .land-context .office-section-header .more .arrow-buttons button svg path,
main .ipoteka .land-context .credit-section-header .more .arrow-buttons button svg path,
main .ipoteka .land-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .ipoteka .office-context .vip-section-header .more .arrow-buttons button svg path,
main .ipoteka .office-context .latest-section-header .more .arrow-buttons button svg path,
main .ipoteka .office-context .land-section-header .more .arrow-buttons button svg path,
main .ipoteka .office-context .office-section-header .more .arrow-buttons button svg path,
main .ipoteka .office-context .credit-section-header .more .arrow-buttons button svg path,
main .ipoteka .office-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .ipoteka .credit-context .vip-section-header .more .arrow-buttons button svg path,
main .ipoteka .credit-context .latest-section-header .more .arrow-buttons button svg path,
main .ipoteka .credit-context .land-section-header .more .arrow-buttons button svg path,
main .ipoteka .credit-context .office-section-header .more .arrow-buttons button svg path,
main .ipoteka .credit-context .credit-section-header .more .arrow-buttons button svg path,
main .ipoteka .credit-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .ipoteka .ipoteka-context .vip-section-header .more .arrow-buttons button svg path,
main .ipoteka .ipoteka-context .latest-section-header .more .arrow-buttons button svg path,
main .ipoteka .ipoteka-context .land-section-header .more .arrow-buttons button svg path,
main .ipoteka .ipoteka-context .office-section-header .more .arrow-buttons button svg path,
main .ipoteka .ipoteka-context .credit-section-header .more .arrow-buttons button svg path,
main .ipoteka .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .main-section-texts .vip-context .vip-section-header .more .arrow-buttons button svg path,
main .main-section-texts .vip-context .latest-section-header .more .arrow-buttons button svg path,
main .main-section-texts .vip-context .land-section-header .more .arrow-buttons button svg path,
main .main-section-texts .vip-context .office-section-header .more .arrow-buttons button svg path,
main .main-section-texts .vip-context .credit-section-header .more .arrow-buttons button svg path,
main .main-section-texts .vip-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .main-section-texts .latest-context .vip-section-header .more .arrow-buttons button svg path,
main .main-section-texts .latest-context .latest-section-header .more .arrow-buttons button svg path,
main .main-section-texts .latest-context .land-section-header .more .arrow-buttons button svg path,
main .main-section-texts .latest-context .office-section-header .more .arrow-buttons button svg path,
main .main-section-texts .latest-context .credit-section-header .more .arrow-buttons button svg path,
main .main-section-texts .latest-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .main-section-texts .land-context .vip-section-header .more .arrow-buttons button svg path,
main .main-section-texts .land-context .latest-section-header .more .arrow-buttons button svg path,
main .main-section-texts .land-context .land-section-header .more .arrow-buttons button svg path,
main .main-section-texts .land-context .office-section-header .more .arrow-buttons button svg path,
main .main-section-texts .land-context .credit-section-header .more .arrow-buttons button svg path,
main .main-section-texts .land-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .main-section-texts .office-context .vip-section-header .more .arrow-buttons button svg path,
main .main-section-texts .office-context .latest-section-header .more .arrow-buttons button svg path,
main .main-section-texts .office-context .land-section-header .more .arrow-buttons button svg path,
main .main-section-texts .office-context .office-section-header .more .arrow-buttons button svg path,
main .main-section-texts .office-context .credit-section-header .more .arrow-buttons button svg path,
main .main-section-texts .office-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .main-section-texts .credit-context .vip-section-header .more .arrow-buttons button svg path,
main .main-section-texts .credit-context .latest-section-header .more .arrow-buttons button svg path,
main .main-section-texts .credit-context .land-section-header .more .arrow-buttons button svg path,
main .main-section-texts .credit-context .office-section-header .more .arrow-buttons button svg path,
main .main-section-texts .credit-context .credit-section-header .more .arrow-buttons button svg path,
main .main-section-texts .credit-context .ipoteka-section-header .more .arrow-buttons button svg path,
main .main-section-texts .ipoteka-context .vip-section-header .more .arrow-buttons button svg path,
main .main-section-texts .ipoteka-context .latest-section-header .more .arrow-buttons button svg path,
main .main-section-texts .ipoteka-context .land-section-header .more .arrow-buttons button svg path,
main .main-section-texts .ipoteka-context .office-section-header .more .arrow-buttons button svg path,
main .main-section-texts .ipoteka-context .credit-section-header .more .arrow-buttons button svg path,
main .main-section-texts .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg path {
  fill: #1e40af;
}
main .vip .vip-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .vip .vip-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .vip .vip-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .vip .vip-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .vip .vip-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .vip .vip-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .vip .latest-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .vip .latest-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .vip .latest-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .vip .latest-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .vip .latest-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .vip .latest-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .vip .land-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .vip .land-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .vip .land-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .vip .land-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .vip .land-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .vip .land-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .vip .office-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .vip .office-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .vip .office-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .vip .office-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .vip .office-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .vip .office-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .vip .credit-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .vip .credit-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .vip .credit-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .vip .credit-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .vip .credit-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .vip .credit-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .vip .ipoteka-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .vip .ipoteka-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .vip .ipoteka-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .vip .ipoteka-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .vip .ipoteka-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .vip .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .latest .vip-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .latest .vip-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .latest .vip-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .latest .vip-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .latest .vip-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .latest .vip-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .latest .latest-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .latest .latest-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .latest .latest-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .latest .latest-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .latest .latest-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .latest .latest-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .latest .land-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .latest .land-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .latest .land-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .latest .land-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .latest .land-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .latest .land-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .latest .office-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .latest .office-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .latest .office-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .latest .office-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .latest .office-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .latest .office-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .latest .credit-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .latest .credit-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .latest .credit-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .latest .credit-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .latest .credit-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .latest .credit-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .latest .ipoteka-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .latest .ipoteka-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .latest .ipoteka-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .latest .ipoteka-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .latest .ipoteka-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .latest .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .land .vip-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .land .vip-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .land .vip-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .land .vip-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .land .vip-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .land .vip-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .land .latest-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .land .latest-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .land .latest-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .land .latest-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .land .latest-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .land .latest-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .land .land-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .land .land-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .land .land-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .land .land-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .land .land-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .land .land-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .land .office-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .land .office-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .land .office-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .land .office-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .land .office-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .land .office-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .land .credit-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .land .credit-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .land .credit-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .land .credit-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .land .credit-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .land .credit-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .land .ipoteka-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .land .ipoteka-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .land .ipoteka-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .land .ipoteka-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .land .ipoteka-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .land .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .office .vip-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .office .vip-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .office .vip-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .office .vip-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .office .vip-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .office .vip-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .office .latest-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .office .latest-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .office .latest-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .office .latest-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .office .latest-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .office .latest-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .office .land-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .office .land-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .office .land-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .office .land-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .office .land-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .office .land-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .office .office-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .office .office-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .office .office-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .office .office-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .office .office-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .office .office-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .office .credit-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .office .credit-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .office .credit-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .office .credit-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .office .credit-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .office .credit-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .office .ipoteka-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .office .ipoteka-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .office .ipoteka-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .office .ipoteka-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .office .ipoteka-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .office .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .credit .vip-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .credit .vip-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .credit .vip-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .credit .vip-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .credit .vip-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .credit .vip-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .credit .latest-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .credit .latest-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .credit .latest-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .credit .latest-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .credit .latest-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .credit .latest-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .credit .land-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .credit .land-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .credit .land-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .credit .land-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .credit .land-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .credit .land-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .credit .office-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .credit .office-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .credit .office-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .credit .office-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .credit .office-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .credit .office-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .credit .credit-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .credit .credit-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .credit .credit-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .credit .credit-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .credit .credit-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .credit .credit-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .credit .ipoteka-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .credit .ipoteka-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .credit .ipoteka-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .credit .ipoteka-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .credit .ipoteka-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .credit .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .vip-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .vip-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .vip-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .vip-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .vip-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .vip-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .latest-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .latest-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .latest-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .latest-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .latest-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .latest-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .land-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .land-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .land-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .land-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .land-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .land-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .office-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .office-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .office-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .office-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .office-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .office-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .credit-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .credit-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .credit-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .credit-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .credit-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .credit-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .ipoteka-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .ipoteka-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .ipoteka-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .ipoteka-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .ipoteka-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .ipoteka .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .vip-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .vip-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .vip-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .vip-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .vip-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .vip-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .latest-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .latest-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .latest-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .latest-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .latest-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .latest-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .land-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .land-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .land-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .land-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .land-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .land-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .office-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .office-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .office-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .office-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .office-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .office-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .credit-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .credit-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .credit-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .credit-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .credit-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .credit-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .ipoteka-context .vip-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .ipoteka-context .latest-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .ipoteka-context .land-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .ipoteka-context .office-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .ipoteka-context .credit-section-header .more .arrow-buttons button:disabled svg path,
main .main-section-texts .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:disabled svg path {
  fill: #94a3b8;
}
main .vip .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .land-context .land-section-header .more .arrow-buttons button:first-child,
main .land .land-context .office-section-header .more .arrow-buttons button:first-child,
main .land .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .office-context .land-section-header .more .arrow-buttons button:first-child,
main .land .office-context .office-section-header .more .arrow-buttons button:first-child,
main .land .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .land-context .land-section-header .more .arrow-buttons button:first-child,
main .office .land-context .office-section-header .more .arrow-buttons button:first-child,
main .office .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .office-context .land-section-header .more .arrow-buttons button:first-child,
main .office .office-context .office-section-header .more .arrow-buttons button:first-child,
main .office .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child {
  margin-right: 26px;
}
main .vip .main-section-text-context .texts:not(:last-child),
main .latest .main-section-text-context .texts:not(:last-child),
main .land .main-section-text-context .texts:not(:last-child),
main .office .main-section-text-context .texts:not(:last-child),
main .credit .main-section-text-context .texts:not(:last-child),
main .ipoteka .main-section-text-context .texts:not(:last-child),
main .main-section-texts .main-section-text-context .texts:not(:last-child) {
  margin-bottom: 32px;
}
main .vip .main-section-text-context .texts h3,
main .latest .main-section-text-context .texts h3,
main .land .main-section-text-context .texts h3,
main .office .main-section-text-context .texts h3,
main .credit .main-section-text-context .texts h3,
main .ipoteka .main-section-text-context .texts h3,
main .main-section-texts .main-section-text-context .texts h3 {
  color: #1e40af;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 8px;
}
main .vip .main-section-text-context .texts p,
main .latest .main-section-text-context .texts p,
main .land .main-section-text-context .texts p,
main .office .main-section-text-context .texts p,
main .credit .main-section-text-context .texts p,
main .ipoteka .main-section-text-context .texts p,
main .main-section-texts .main-section-text-context .texts p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
  text-align: justify;
}
main .mainPageCarousel {
  background-color: #02123d;
  padding-top: 48px;
  padding-bottom: 60px;
}
main .mainPageCarousel .mainPageCarousel-context h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  color: #f8fafc;
  text-align: center;
  margin-bottom: 28px;
}
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper {
  width: 100%;
  height: 100%;
}
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-slide {
  height: 250px;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-slide .carousel-context {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-slide .carousel-context span {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #ffffff;
}
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-slide .carousel-context img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-button-next,
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-button-prev {
  padding: 4px 18px;
  position: absolute;
  color: #f8fafc;
  fill: black;
  stroke: black;
}
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-button-next::after,
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-button-prev::after {
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
}
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-button-next.swiper-button-disabled,
main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
main .bottom-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 44px;
}
main .bottom-header .bottom-content {
  position: relative;
}
main .bottom-header .bottom-content .search-form {
  padding: 28px 0;
  z-index: 11;
  position: relative;
}
main .bottom-header .bottom-content .search-form form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
main .bottom-header .bottom-content .search-form form button {
  padding: 12px 20px;
  background-color: #2563eb;
  border: none;
  border-radius: 8px;
  color: #f8fafc;
}
main .bottom-header .bottom-content .search-form form button .mobile-submit {
  display: none;
}
main .bottom-header .bottom-content .search-form form input,
main .bottom-header .bottom-content .search-form form select {
  background-color: #f8fafc;
  border-radius: 8px;
  color: #64748b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  outline: none;
  border: 1px solid white;
  outline: none;
  transition: 0.5s;
}
main .bottom-header .bottom-content .search-form form input:is(:active, :focus),
main .bottom-header .bottom-content .search-form form select:is(:active, :focus) {
  border: 1px solid #2563eb;
  box-shadow: rgba(37, 99, 235, 0.2) 0px 8px 24px;
}
main .bottom-header .bottom-content .search-form form select {
  padding: 12px 36px 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 90%;
  cursor: pointer;
}
main .bottom-header .bottom-content .search-form form input {
  width: 160px;
  padding: 12px 0 12px 16px;
}
main .bottom-header .bottom-content .search-form form .detailed-search {
  position: relative;
}
main .bottom-header .bottom-content .search-form form .detailed-search .textBox {
  cursor: pointer;
}
main .bottom-header .bottom-content .search-form form .detailed-search ::-moz-placeholder {
  color: #3b82f6;
}
main .bottom-header .bottom-content .search-form form .detailed-search ::placeholder {
  color: #3b82f6;
}
main .bottom-header .bottom-content .search-form form .price-modal {
  position: relative;
}
main .bottom-header .bottom-content .search-form form .price-modal .price-input {
  cursor: pointer;
}
main .bottom-header .bottom-content .search-form form .price-modal .price-modal-inputs {
  position: absolute;
  top: 55px;
  left: -20px;
  display: none;
  z-index: 1;
}
main .bottom-header .bottom-content .search-form form .price-modal .price-modal-inputs input {
  width: 100px;
  margin-left: 5px;
}
main .bottom-header .bottom-content .search-form form .price-modal .price-modal-active {
  display: flex;
}
main .bottom-header .bottom-content .search-options {
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: -85vw;
  transition: 2s;
}
main .bottom-header .bottom-content .search-options .search-options-container {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 28px;
}
main .bottom-header .bottom-content .search-options .search-options-container .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
}
main .bottom-header .bottom-content .search-options .search-options-container .all-quantity {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .bottom-header .bottom-content .search-options .search-options-container .all-quantity span {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #1e3a8a;
}
main .bottom-header .bottom-content .search-options .search-options-container .all-quantity .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main .bottom-header .bottom-content .search-options .search-options-container .all-quantity .buttons button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 16px;
  border-radius: 8px;
}
main .bottom-header .bottom-content .search-options .search-options-container .all-quantity .buttons button:first-child {
  background-color: #f1f5f9;
  color: #1d4ed8;
  margin-right: 12px;
}
main .bottom-header .bottom-content .search-options .search-options-container .all-quantity .buttons button:last-child {
  background-color: #2563eb;
  color: #f8fafc;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form {
  display: flex;
  justify-content: inherit;
  align-items: center;
  flex-wrap: wrap;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group {
  width: 23%;
  margin-right: 20px;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #0f172a;
  margin-bottom: 8px;
  display: inline-block;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group .detail-input,
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group select {
  width: 100%;
  height: 48px;
  border: 1px solid #cbd5e1;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e293b;
  background-color: white;
  outline: none;
  transition: 0.5s;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group .detail-input:active, main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group .detail-input:focus,
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group select:active,
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group select:focus {
  border: 1px solid #2563eb;
  box-shadow: rgba(37, 99, 235, 0.2) 0px 8px 24px;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position-x: 96%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group .little-inputs {
  display: flex;
  width: 100%;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group .little-inputs .form-input {
  width: 50%;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group .little-inputs .form-input input {
  width: 100%;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group .little-inputs .form-input:first-child {
  margin-right: 16px;
}
main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .target {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0f172a;
  background-color: #f1f5f9;
  padding: 12px 16px;
  border-radius: 9px;
  margin-bottom: 16px;
}
main .bottom-header .bottom-content .detailed-search-active {
  display: block;
  top: 100px;
  position: absolute;
  opacity: 1;
  z-index: 11110;
  transition: 0.8s;
}
main .bottom-header .bottom-content .target-options {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 11111;
}
main .bottom-header .bottom-content .target-options .target-options-container {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px 24px;
  height: 686px;
  top: 0;
  z-index: 111;
  width: 80%;
  display: block;
}
main .bottom-header .bottom-content .target-options .target-options-container .close-target {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  cursor: pointer;
  z-index: 11;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 90%;
  margin-bottom: 6px;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ul {
  height: 100%;
  width: 20%;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ul:not(:first-child) {
  padding-left: 12px;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ul .list {
  overflow-y: scroll;
  height: 90%;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ul h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ul li {
  display: flex;
  justify-content: inherit;
  align-items: center;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ul li:not(:last-child) {
  margin-bottom: 12px;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ul li input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
  accent-color: #1d4ed8;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ul li label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists .tags .tag {
  padding: 8px;
  background-color: #dbeafe;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: black;
  border-radius: 7px;
  display: inline-flex;
  margin-right: 8px;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists .tags .tag button {
  margin-left: 6px;
  background-color: transparent;
  padding: 0;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ::-webkit-scrollbar {
  width: 2px;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ::-webkit-scrollbar-track {
  width: 2px;
  background-color: #f1f5f9;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists ::-webkit-scrollbar-thumb {
  width: 2px;
  border-radius: 11px;
  background: #94a3b8;
}
main .bottom-header .bottom-content .target-options .target-options-container .lists .swiper-button-next,
main .bottom-header .bottom-content .target-options .target-options-container .lists .swiper-button-prev {
  display: none;
}
main .bottom-header .bottom-content .target-options .target-options-container .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}
main .bottom-header .bottom-content .target-options .target-options-container .buttons button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 16px;
}
main .bottom-header .bottom-content .target-options .target-options-container .buttons button:first-child {
  background-color: #f1f5f9;
  color: #1d4ed8;
  margin-right: 12px;
}
main .bottom-header .bottom-content .target-options .target-options-container .buttons button:last-child {
  background-color: #2563eb;
  color: #f8fafc;
}
main .bottom-header .bottom-content .target-options-active {
  display: flex;
}
main .bottom-header .bottom-content .selections-and-cards {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-navbar {
  background-color: #f8fafc;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-navbar ul {
  display: flex;
  padding: 8px;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-navbar ul li {
  transition: 0.5s;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-navbar ul li a {
  padding: 4px 20px;
  margin-right: 4px;
  color: #1d4ed8;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-navbar ul li .active {
  color: #f8fafc;
  background-color: #1d4ed8;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-navbar ul li:hover {
  background-color: #dbeafe;
  border-radius: 8px;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-navbar ul li:hover a {
  color: #3b82f6;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-navbar .today {
  margin-right: 8px;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-navbar .today a {
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1d4ed8;
  transition: 0.3s;
  border-bottom: 1px solid #1d4ed8;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-navbar .today a:hover {
  border-bottom: 1px solid transparent;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-choising {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  padding: 20px;
  background-color: #f8fafc;
  border-radius: 0 0 8px 8px;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-choising ul {
  width: 155px;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-choising ul:not(:last-child) {
  margin-right: 20px;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-choising ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #1d4ed8;
  transition: 0.5s;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-choising ul li:not(:first-child) {
  padding: 3px 4px;
  border-radius: 8px;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-choising ul li:not(:first-child):hover {
  background-color: #dbeafe;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-choising ul li:not(:first-child):hover a {
  color: #3b82f6;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-choising ul li:first-child {
  margin-bottom: 8px;
}
main .bottom-header .bottom-content .selections-and-cards .selections .selection-choising ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
  display: block;
}
main .bottom-header .bottom-content .selections-and-cards .cards {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-direction: column;
}
main .bottom-header .bottom-content .selections-and-cards .cards a {
  margin-bottom: 11px;
  display: block;
}
main .bottom-header .bottom-content .selections-and-cards .cards a .card {
  transition: 0.3s;
  background-color: #f8fafc;
  border-radius: 8px;
  padding: 14px 28px;
  display: flex;
  justify-content: inherit;
  align-items: center;
}
main .bottom-header .bottom-content .selections-and-cards .cards a .card .card-logo {
  margin-right: 12px;
}
main .bottom-header .bottom-content .selections-and-cards .cards a .card .card-text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: "SF-Pro-Display", sans-serif;
  color: #0f172a;
}
main .bottom-header .bottom-content .selections-and-cards .cards a .card .card-text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
}
main .bottom-header .bottom-content .selections-and-cards .cards a:last-child .card {
  margin-bottom: 0;
}
main .bottom-header .bottom-content .selections-and-cards .cards a:hover .card {
  background-color: #2563eb;
}
main .bottom-header .bottom-content .selections-and-cards .cards a:hover .card .card-logo svg path {
  fill: white;
}
main .bottom-header .bottom-content .selections-and-cards .cards a:hover .card .card-text h3 {
  color: white;
}
main .bottom-header .bottom-content .selections-and-cards .cards a:hover .card .card-text span {
  color: white;
}
main .banner {
  background-color: #e2e8f0;
}
main .banner .banner-context {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}
main .banner .banner-context img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .banner .banner-context .banner-text {
  width: 70%;
}
main .banner .banner-context .banner-text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}
main .banner .banner-context .creating {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  background-color: #2563eb;
  color: #f8fafc;
}
main .banner .banner-context .creating img {
  margin-right: 8px;
}
main .banner .banner-context .creating span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 1024px) {
  main .vip,
main .latest,
main .land,
main .office,
main .credit,
main .ipoteka,
main .main-section-texts {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 32px;
  }
  main .vip .vip-context .vip-section-header .header-text h3,
main .vip .vip-context .latest-section-header .header-text h3,
main .vip .vip-context .land-section-header .header-text h3,
main .vip .vip-context .office-section-header .header-text h3,
main .vip .vip-context .credit-section-header .header-text h3,
main .vip .vip-context .ipoteka-section-header .header-text h3,
main .vip .latest-context .vip-section-header .header-text h3,
main .vip .latest-context .latest-section-header .header-text h3,
main .vip .latest-context .land-section-header .header-text h3,
main .vip .latest-context .office-section-header .header-text h3,
main .vip .latest-context .credit-section-header .header-text h3,
main .vip .latest-context .ipoteka-section-header .header-text h3,
main .vip .land-context .vip-section-header .header-text h3,
main .vip .land-context .latest-section-header .header-text h3,
main .vip .land-context .land-section-header .header-text h3,
main .vip .land-context .office-section-header .header-text h3,
main .vip .land-context .credit-section-header .header-text h3,
main .vip .land-context .ipoteka-section-header .header-text h3,
main .vip .office-context .vip-section-header .header-text h3,
main .vip .office-context .latest-section-header .header-text h3,
main .vip .office-context .land-section-header .header-text h3,
main .vip .office-context .office-section-header .header-text h3,
main .vip .office-context .credit-section-header .header-text h3,
main .vip .office-context .ipoteka-section-header .header-text h3,
main .vip .credit-context .vip-section-header .header-text h3,
main .vip .credit-context .latest-section-header .header-text h3,
main .vip .credit-context .land-section-header .header-text h3,
main .vip .credit-context .office-section-header .header-text h3,
main .vip .credit-context .credit-section-header .header-text h3,
main .vip .credit-context .ipoteka-section-header .header-text h3,
main .vip .ipoteka-context .vip-section-header .header-text h3,
main .vip .ipoteka-context .latest-section-header .header-text h3,
main .vip .ipoteka-context .land-section-header .header-text h3,
main .vip .ipoteka-context .office-section-header .header-text h3,
main .vip .ipoteka-context .credit-section-header .header-text h3,
main .vip .ipoteka-context .ipoteka-section-header .header-text h3,
main .latest .vip-context .vip-section-header .header-text h3,
main .latest .vip-context .latest-section-header .header-text h3,
main .latest .vip-context .land-section-header .header-text h3,
main .latest .vip-context .office-section-header .header-text h3,
main .latest .vip-context .credit-section-header .header-text h3,
main .latest .vip-context .ipoteka-section-header .header-text h3,
main .latest .latest-context .vip-section-header .header-text h3,
main .latest .latest-context .latest-section-header .header-text h3,
main .latest .latest-context .land-section-header .header-text h3,
main .latest .latest-context .office-section-header .header-text h3,
main .latest .latest-context .credit-section-header .header-text h3,
main .latest .latest-context .ipoteka-section-header .header-text h3,
main .latest .land-context .vip-section-header .header-text h3,
main .latest .land-context .latest-section-header .header-text h3,
main .latest .land-context .land-section-header .header-text h3,
main .latest .land-context .office-section-header .header-text h3,
main .latest .land-context .credit-section-header .header-text h3,
main .latest .land-context .ipoteka-section-header .header-text h3,
main .latest .office-context .vip-section-header .header-text h3,
main .latest .office-context .latest-section-header .header-text h3,
main .latest .office-context .land-section-header .header-text h3,
main .latest .office-context .office-section-header .header-text h3,
main .latest .office-context .credit-section-header .header-text h3,
main .latest .office-context .ipoteka-section-header .header-text h3,
main .latest .credit-context .vip-section-header .header-text h3,
main .latest .credit-context .latest-section-header .header-text h3,
main .latest .credit-context .land-section-header .header-text h3,
main .latest .credit-context .office-section-header .header-text h3,
main .latest .credit-context .credit-section-header .header-text h3,
main .latest .credit-context .ipoteka-section-header .header-text h3,
main .latest .ipoteka-context .vip-section-header .header-text h3,
main .latest .ipoteka-context .latest-section-header .header-text h3,
main .latest .ipoteka-context .land-section-header .header-text h3,
main .latest .ipoteka-context .office-section-header .header-text h3,
main .latest .ipoteka-context .credit-section-header .header-text h3,
main .latest .ipoteka-context .ipoteka-section-header .header-text h3,
main .land .vip-context .vip-section-header .header-text h3,
main .land .vip-context .latest-section-header .header-text h3,
main .land .vip-context .land-section-header .header-text h3,
main .land .vip-context .office-section-header .header-text h3,
main .land .vip-context .credit-section-header .header-text h3,
main .land .vip-context .ipoteka-section-header .header-text h3,
main .land .latest-context .vip-section-header .header-text h3,
main .land .latest-context .latest-section-header .header-text h3,
main .land .latest-context .land-section-header .header-text h3,
main .land .latest-context .office-section-header .header-text h3,
main .land .latest-context .credit-section-header .header-text h3,
main .land .latest-context .ipoteka-section-header .header-text h3,
main .land .land-context .vip-section-header .header-text h3,
main .land .land-context .latest-section-header .header-text h3,
main .land .land-context .land-section-header .header-text h3,
main .land .land-context .office-section-header .header-text h3,
main .land .land-context .credit-section-header .header-text h3,
main .land .land-context .ipoteka-section-header .header-text h3,
main .land .office-context .vip-section-header .header-text h3,
main .land .office-context .latest-section-header .header-text h3,
main .land .office-context .land-section-header .header-text h3,
main .land .office-context .office-section-header .header-text h3,
main .land .office-context .credit-section-header .header-text h3,
main .land .office-context .ipoteka-section-header .header-text h3,
main .land .credit-context .vip-section-header .header-text h3,
main .land .credit-context .latest-section-header .header-text h3,
main .land .credit-context .land-section-header .header-text h3,
main .land .credit-context .office-section-header .header-text h3,
main .land .credit-context .credit-section-header .header-text h3,
main .land .credit-context .ipoteka-section-header .header-text h3,
main .land .ipoteka-context .vip-section-header .header-text h3,
main .land .ipoteka-context .latest-section-header .header-text h3,
main .land .ipoteka-context .land-section-header .header-text h3,
main .land .ipoteka-context .office-section-header .header-text h3,
main .land .ipoteka-context .credit-section-header .header-text h3,
main .land .ipoteka-context .ipoteka-section-header .header-text h3,
main .office .vip-context .vip-section-header .header-text h3,
main .office .vip-context .latest-section-header .header-text h3,
main .office .vip-context .land-section-header .header-text h3,
main .office .vip-context .office-section-header .header-text h3,
main .office .vip-context .credit-section-header .header-text h3,
main .office .vip-context .ipoteka-section-header .header-text h3,
main .office .latest-context .vip-section-header .header-text h3,
main .office .latest-context .latest-section-header .header-text h3,
main .office .latest-context .land-section-header .header-text h3,
main .office .latest-context .office-section-header .header-text h3,
main .office .latest-context .credit-section-header .header-text h3,
main .office .latest-context .ipoteka-section-header .header-text h3,
main .office .land-context .vip-section-header .header-text h3,
main .office .land-context .latest-section-header .header-text h3,
main .office .land-context .land-section-header .header-text h3,
main .office .land-context .office-section-header .header-text h3,
main .office .land-context .credit-section-header .header-text h3,
main .office .land-context .ipoteka-section-header .header-text h3,
main .office .office-context .vip-section-header .header-text h3,
main .office .office-context .latest-section-header .header-text h3,
main .office .office-context .land-section-header .header-text h3,
main .office .office-context .office-section-header .header-text h3,
main .office .office-context .credit-section-header .header-text h3,
main .office .office-context .ipoteka-section-header .header-text h3,
main .office .credit-context .vip-section-header .header-text h3,
main .office .credit-context .latest-section-header .header-text h3,
main .office .credit-context .land-section-header .header-text h3,
main .office .credit-context .office-section-header .header-text h3,
main .office .credit-context .credit-section-header .header-text h3,
main .office .credit-context .ipoteka-section-header .header-text h3,
main .office .ipoteka-context .vip-section-header .header-text h3,
main .office .ipoteka-context .latest-section-header .header-text h3,
main .office .ipoteka-context .land-section-header .header-text h3,
main .office .ipoteka-context .office-section-header .header-text h3,
main .office .ipoteka-context .credit-section-header .header-text h3,
main .office .ipoteka-context .ipoteka-section-header .header-text h3,
main .credit .vip-context .vip-section-header .header-text h3,
main .credit .vip-context .latest-section-header .header-text h3,
main .credit .vip-context .land-section-header .header-text h3,
main .credit .vip-context .office-section-header .header-text h3,
main .credit .vip-context .credit-section-header .header-text h3,
main .credit .vip-context .ipoteka-section-header .header-text h3,
main .credit .latest-context .vip-section-header .header-text h3,
main .credit .latest-context .latest-section-header .header-text h3,
main .credit .latest-context .land-section-header .header-text h3,
main .credit .latest-context .office-section-header .header-text h3,
main .credit .latest-context .credit-section-header .header-text h3,
main .credit .latest-context .ipoteka-section-header .header-text h3,
main .credit .land-context .vip-section-header .header-text h3,
main .credit .land-context .latest-section-header .header-text h3,
main .credit .land-context .land-section-header .header-text h3,
main .credit .land-context .office-section-header .header-text h3,
main .credit .land-context .credit-section-header .header-text h3,
main .credit .land-context .ipoteka-section-header .header-text h3,
main .credit .office-context .vip-section-header .header-text h3,
main .credit .office-context .latest-section-header .header-text h3,
main .credit .office-context .land-section-header .header-text h3,
main .credit .office-context .office-section-header .header-text h3,
main .credit .office-context .credit-section-header .header-text h3,
main .credit .office-context .ipoteka-section-header .header-text h3,
main .credit .credit-context .vip-section-header .header-text h3,
main .credit .credit-context .latest-section-header .header-text h3,
main .credit .credit-context .land-section-header .header-text h3,
main .credit .credit-context .office-section-header .header-text h3,
main .credit .credit-context .credit-section-header .header-text h3,
main .credit .credit-context .ipoteka-section-header .header-text h3,
main .credit .ipoteka-context .vip-section-header .header-text h3,
main .credit .ipoteka-context .latest-section-header .header-text h3,
main .credit .ipoteka-context .land-section-header .header-text h3,
main .credit .ipoteka-context .office-section-header .header-text h3,
main .credit .ipoteka-context .credit-section-header .header-text h3,
main .credit .ipoteka-context .ipoteka-section-header .header-text h3,
main .ipoteka .vip-context .vip-section-header .header-text h3,
main .ipoteka .vip-context .latest-section-header .header-text h3,
main .ipoteka .vip-context .land-section-header .header-text h3,
main .ipoteka .vip-context .office-section-header .header-text h3,
main .ipoteka .vip-context .credit-section-header .header-text h3,
main .ipoteka .vip-context .ipoteka-section-header .header-text h3,
main .ipoteka .latest-context .vip-section-header .header-text h3,
main .ipoteka .latest-context .latest-section-header .header-text h3,
main .ipoteka .latest-context .land-section-header .header-text h3,
main .ipoteka .latest-context .office-section-header .header-text h3,
main .ipoteka .latest-context .credit-section-header .header-text h3,
main .ipoteka .latest-context .ipoteka-section-header .header-text h3,
main .ipoteka .land-context .vip-section-header .header-text h3,
main .ipoteka .land-context .latest-section-header .header-text h3,
main .ipoteka .land-context .land-section-header .header-text h3,
main .ipoteka .land-context .office-section-header .header-text h3,
main .ipoteka .land-context .credit-section-header .header-text h3,
main .ipoteka .land-context .ipoteka-section-header .header-text h3,
main .ipoteka .office-context .vip-section-header .header-text h3,
main .ipoteka .office-context .latest-section-header .header-text h3,
main .ipoteka .office-context .land-section-header .header-text h3,
main .ipoteka .office-context .office-section-header .header-text h3,
main .ipoteka .office-context .credit-section-header .header-text h3,
main .ipoteka .office-context .ipoteka-section-header .header-text h3,
main .ipoteka .credit-context .vip-section-header .header-text h3,
main .ipoteka .credit-context .latest-section-header .header-text h3,
main .ipoteka .credit-context .land-section-header .header-text h3,
main .ipoteka .credit-context .office-section-header .header-text h3,
main .ipoteka .credit-context .credit-section-header .header-text h3,
main .ipoteka .credit-context .ipoteka-section-header .header-text h3,
main .ipoteka .ipoteka-context .vip-section-header .header-text h3,
main .ipoteka .ipoteka-context .latest-section-header .header-text h3,
main .ipoteka .ipoteka-context .land-section-header .header-text h3,
main .ipoteka .ipoteka-context .office-section-header .header-text h3,
main .ipoteka .ipoteka-context .credit-section-header .header-text h3,
main .ipoteka .ipoteka-context .ipoteka-section-header .header-text h3,
main .main-section-texts .vip-context .vip-section-header .header-text h3,
main .main-section-texts .vip-context .latest-section-header .header-text h3,
main .main-section-texts .vip-context .land-section-header .header-text h3,
main .main-section-texts .vip-context .office-section-header .header-text h3,
main .main-section-texts .vip-context .credit-section-header .header-text h3,
main .main-section-texts .vip-context .ipoteka-section-header .header-text h3,
main .main-section-texts .latest-context .vip-section-header .header-text h3,
main .main-section-texts .latest-context .latest-section-header .header-text h3,
main .main-section-texts .latest-context .land-section-header .header-text h3,
main .main-section-texts .latest-context .office-section-header .header-text h3,
main .main-section-texts .latest-context .credit-section-header .header-text h3,
main .main-section-texts .latest-context .ipoteka-section-header .header-text h3,
main .main-section-texts .land-context .vip-section-header .header-text h3,
main .main-section-texts .land-context .latest-section-header .header-text h3,
main .main-section-texts .land-context .land-section-header .header-text h3,
main .main-section-texts .land-context .office-section-header .header-text h3,
main .main-section-texts .land-context .credit-section-header .header-text h3,
main .main-section-texts .land-context .ipoteka-section-header .header-text h3,
main .main-section-texts .office-context .vip-section-header .header-text h3,
main .main-section-texts .office-context .latest-section-header .header-text h3,
main .main-section-texts .office-context .land-section-header .header-text h3,
main .main-section-texts .office-context .office-section-header .header-text h3,
main .main-section-texts .office-context .credit-section-header .header-text h3,
main .main-section-texts .office-context .ipoteka-section-header .header-text h3,
main .main-section-texts .credit-context .vip-section-header .header-text h3,
main .main-section-texts .credit-context .latest-section-header .header-text h3,
main .main-section-texts .credit-context .land-section-header .header-text h3,
main .main-section-texts .credit-context .office-section-header .header-text h3,
main .main-section-texts .credit-context .credit-section-header .header-text h3,
main .main-section-texts .credit-context .ipoteka-section-header .header-text h3,
main .main-section-texts .ipoteka-context .vip-section-header .header-text h3,
main .main-section-texts .ipoteka-context .latest-section-header .header-text h3,
main .main-section-texts .ipoteka-context .land-section-header .header-text h3,
main .main-section-texts .ipoteka-context .office-section-header .header-text h3,
main .main-section-texts .ipoteka-context .credit-section-header .header-text h3,
main .main-section-texts .ipoteka-context .ipoteka-section-header .header-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
  main .vip .vip-context .vip-section-header .more span,
main .vip .vip-context .latest-section-header .more span,
main .vip .vip-context .land-section-header .more span,
main .vip .vip-context .office-section-header .more span,
main .vip .vip-context .credit-section-header .more span,
main .vip .vip-context .ipoteka-section-header .more span,
main .vip .latest-context .vip-section-header .more span,
main .vip .latest-context .latest-section-header .more span,
main .vip .latest-context .land-section-header .more span,
main .vip .latest-context .office-section-header .more span,
main .vip .latest-context .credit-section-header .more span,
main .vip .latest-context .ipoteka-section-header .more span,
main .vip .land-context .vip-section-header .more span,
main .vip .land-context .latest-section-header .more span,
main .vip .land-context .land-section-header .more span,
main .vip .land-context .office-section-header .more span,
main .vip .land-context .credit-section-header .more span,
main .vip .land-context .ipoteka-section-header .more span,
main .vip .office-context .vip-section-header .more span,
main .vip .office-context .latest-section-header .more span,
main .vip .office-context .land-section-header .more span,
main .vip .office-context .office-section-header .more span,
main .vip .office-context .credit-section-header .more span,
main .vip .office-context .ipoteka-section-header .more span,
main .vip .credit-context .vip-section-header .more span,
main .vip .credit-context .latest-section-header .more span,
main .vip .credit-context .land-section-header .more span,
main .vip .credit-context .office-section-header .more span,
main .vip .credit-context .credit-section-header .more span,
main .vip .credit-context .ipoteka-section-header .more span,
main .vip .ipoteka-context .vip-section-header .more span,
main .vip .ipoteka-context .latest-section-header .more span,
main .vip .ipoteka-context .land-section-header .more span,
main .vip .ipoteka-context .office-section-header .more span,
main .vip .ipoteka-context .credit-section-header .more span,
main .vip .ipoteka-context .ipoteka-section-header .more span,
main .latest .vip-context .vip-section-header .more span,
main .latest .vip-context .latest-section-header .more span,
main .latest .vip-context .land-section-header .more span,
main .latest .vip-context .office-section-header .more span,
main .latest .vip-context .credit-section-header .more span,
main .latest .vip-context .ipoteka-section-header .more span,
main .latest .latest-context .vip-section-header .more span,
main .latest .latest-context .latest-section-header .more span,
main .latest .latest-context .land-section-header .more span,
main .latest .latest-context .office-section-header .more span,
main .latest .latest-context .credit-section-header .more span,
main .latest .latest-context .ipoteka-section-header .more span,
main .latest .land-context .vip-section-header .more span,
main .latest .land-context .latest-section-header .more span,
main .latest .land-context .land-section-header .more span,
main .latest .land-context .office-section-header .more span,
main .latest .land-context .credit-section-header .more span,
main .latest .land-context .ipoteka-section-header .more span,
main .latest .office-context .vip-section-header .more span,
main .latest .office-context .latest-section-header .more span,
main .latest .office-context .land-section-header .more span,
main .latest .office-context .office-section-header .more span,
main .latest .office-context .credit-section-header .more span,
main .latest .office-context .ipoteka-section-header .more span,
main .latest .credit-context .vip-section-header .more span,
main .latest .credit-context .latest-section-header .more span,
main .latest .credit-context .land-section-header .more span,
main .latest .credit-context .office-section-header .more span,
main .latest .credit-context .credit-section-header .more span,
main .latest .credit-context .ipoteka-section-header .more span,
main .latest .ipoteka-context .vip-section-header .more span,
main .latest .ipoteka-context .latest-section-header .more span,
main .latest .ipoteka-context .land-section-header .more span,
main .latest .ipoteka-context .office-section-header .more span,
main .latest .ipoteka-context .credit-section-header .more span,
main .latest .ipoteka-context .ipoteka-section-header .more span,
main .land .vip-context .vip-section-header .more span,
main .land .vip-context .latest-section-header .more span,
main .land .vip-context .land-section-header .more span,
main .land .vip-context .office-section-header .more span,
main .land .vip-context .credit-section-header .more span,
main .land .vip-context .ipoteka-section-header .more span,
main .land .latest-context .vip-section-header .more span,
main .land .latest-context .latest-section-header .more span,
main .land .latest-context .land-section-header .more span,
main .land .latest-context .office-section-header .more span,
main .land .latest-context .credit-section-header .more span,
main .land .latest-context .ipoteka-section-header .more span,
main .land .land-context .vip-section-header .more span,
main .land .land-context .latest-section-header .more span,
main .land .land-context .land-section-header .more span,
main .land .land-context .office-section-header .more span,
main .land .land-context .credit-section-header .more span,
main .land .land-context .ipoteka-section-header .more span,
main .land .office-context .vip-section-header .more span,
main .land .office-context .latest-section-header .more span,
main .land .office-context .land-section-header .more span,
main .land .office-context .office-section-header .more span,
main .land .office-context .credit-section-header .more span,
main .land .office-context .ipoteka-section-header .more span,
main .land .credit-context .vip-section-header .more span,
main .land .credit-context .latest-section-header .more span,
main .land .credit-context .land-section-header .more span,
main .land .credit-context .office-section-header .more span,
main .land .credit-context .credit-section-header .more span,
main .land .credit-context .ipoteka-section-header .more span,
main .land .ipoteka-context .vip-section-header .more span,
main .land .ipoteka-context .latest-section-header .more span,
main .land .ipoteka-context .land-section-header .more span,
main .land .ipoteka-context .office-section-header .more span,
main .land .ipoteka-context .credit-section-header .more span,
main .land .ipoteka-context .ipoteka-section-header .more span,
main .office .vip-context .vip-section-header .more span,
main .office .vip-context .latest-section-header .more span,
main .office .vip-context .land-section-header .more span,
main .office .vip-context .office-section-header .more span,
main .office .vip-context .credit-section-header .more span,
main .office .vip-context .ipoteka-section-header .more span,
main .office .latest-context .vip-section-header .more span,
main .office .latest-context .latest-section-header .more span,
main .office .latest-context .land-section-header .more span,
main .office .latest-context .office-section-header .more span,
main .office .latest-context .credit-section-header .more span,
main .office .latest-context .ipoteka-section-header .more span,
main .office .land-context .vip-section-header .more span,
main .office .land-context .latest-section-header .more span,
main .office .land-context .land-section-header .more span,
main .office .land-context .office-section-header .more span,
main .office .land-context .credit-section-header .more span,
main .office .land-context .ipoteka-section-header .more span,
main .office .office-context .vip-section-header .more span,
main .office .office-context .latest-section-header .more span,
main .office .office-context .land-section-header .more span,
main .office .office-context .office-section-header .more span,
main .office .office-context .credit-section-header .more span,
main .office .office-context .ipoteka-section-header .more span,
main .office .credit-context .vip-section-header .more span,
main .office .credit-context .latest-section-header .more span,
main .office .credit-context .land-section-header .more span,
main .office .credit-context .office-section-header .more span,
main .office .credit-context .credit-section-header .more span,
main .office .credit-context .ipoteka-section-header .more span,
main .office .ipoteka-context .vip-section-header .more span,
main .office .ipoteka-context .latest-section-header .more span,
main .office .ipoteka-context .land-section-header .more span,
main .office .ipoteka-context .office-section-header .more span,
main .office .ipoteka-context .credit-section-header .more span,
main .office .ipoteka-context .ipoteka-section-header .more span,
main .credit .vip-context .vip-section-header .more span,
main .credit .vip-context .latest-section-header .more span,
main .credit .vip-context .land-section-header .more span,
main .credit .vip-context .office-section-header .more span,
main .credit .vip-context .credit-section-header .more span,
main .credit .vip-context .ipoteka-section-header .more span,
main .credit .latest-context .vip-section-header .more span,
main .credit .latest-context .latest-section-header .more span,
main .credit .latest-context .land-section-header .more span,
main .credit .latest-context .office-section-header .more span,
main .credit .latest-context .credit-section-header .more span,
main .credit .latest-context .ipoteka-section-header .more span,
main .credit .land-context .vip-section-header .more span,
main .credit .land-context .latest-section-header .more span,
main .credit .land-context .land-section-header .more span,
main .credit .land-context .office-section-header .more span,
main .credit .land-context .credit-section-header .more span,
main .credit .land-context .ipoteka-section-header .more span,
main .credit .office-context .vip-section-header .more span,
main .credit .office-context .latest-section-header .more span,
main .credit .office-context .land-section-header .more span,
main .credit .office-context .office-section-header .more span,
main .credit .office-context .credit-section-header .more span,
main .credit .office-context .ipoteka-section-header .more span,
main .credit .credit-context .vip-section-header .more span,
main .credit .credit-context .latest-section-header .more span,
main .credit .credit-context .land-section-header .more span,
main .credit .credit-context .office-section-header .more span,
main .credit .credit-context .credit-section-header .more span,
main .credit .credit-context .ipoteka-section-header .more span,
main .credit .ipoteka-context .vip-section-header .more span,
main .credit .ipoteka-context .latest-section-header .more span,
main .credit .ipoteka-context .land-section-header .more span,
main .credit .ipoteka-context .office-section-header .more span,
main .credit .ipoteka-context .credit-section-header .more span,
main .credit .ipoteka-context .ipoteka-section-header .more span,
main .ipoteka .vip-context .vip-section-header .more span,
main .ipoteka .vip-context .latest-section-header .more span,
main .ipoteka .vip-context .land-section-header .more span,
main .ipoteka .vip-context .office-section-header .more span,
main .ipoteka .vip-context .credit-section-header .more span,
main .ipoteka .vip-context .ipoteka-section-header .more span,
main .ipoteka .latest-context .vip-section-header .more span,
main .ipoteka .latest-context .latest-section-header .more span,
main .ipoteka .latest-context .land-section-header .more span,
main .ipoteka .latest-context .office-section-header .more span,
main .ipoteka .latest-context .credit-section-header .more span,
main .ipoteka .latest-context .ipoteka-section-header .more span,
main .ipoteka .land-context .vip-section-header .more span,
main .ipoteka .land-context .latest-section-header .more span,
main .ipoteka .land-context .land-section-header .more span,
main .ipoteka .land-context .office-section-header .more span,
main .ipoteka .land-context .credit-section-header .more span,
main .ipoteka .land-context .ipoteka-section-header .more span,
main .ipoteka .office-context .vip-section-header .more span,
main .ipoteka .office-context .latest-section-header .more span,
main .ipoteka .office-context .land-section-header .more span,
main .ipoteka .office-context .office-section-header .more span,
main .ipoteka .office-context .credit-section-header .more span,
main .ipoteka .office-context .ipoteka-section-header .more span,
main .ipoteka .credit-context .vip-section-header .more span,
main .ipoteka .credit-context .latest-section-header .more span,
main .ipoteka .credit-context .land-section-header .more span,
main .ipoteka .credit-context .office-section-header .more span,
main .ipoteka .credit-context .credit-section-header .more span,
main .ipoteka .credit-context .ipoteka-section-header .more span,
main .ipoteka .ipoteka-context .vip-section-header .more span,
main .ipoteka .ipoteka-context .latest-section-header .more span,
main .ipoteka .ipoteka-context .land-section-header .more span,
main .ipoteka .ipoteka-context .office-section-header .more span,
main .ipoteka .ipoteka-context .credit-section-header .more span,
main .ipoteka .ipoteka-context .ipoteka-section-header .more span,
main .main-section-texts .vip-context .vip-section-header .more span,
main .main-section-texts .vip-context .latest-section-header .more span,
main .main-section-texts .vip-context .land-section-header .more span,
main .main-section-texts .vip-context .office-section-header .more span,
main .main-section-texts .vip-context .credit-section-header .more span,
main .main-section-texts .vip-context .ipoteka-section-header .more span,
main .main-section-texts .latest-context .vip-section-header .more span,
main .main-section-texts .latest-context .latest-section-header .more span,
main .main-section-texts .latest-context .land-section-header .more span,
main .main-section-texts .latest-context .office-section-header .more span,
main .main-section-texts .latest-context .credit-section-header .more span,
main .main-section-texts .latest-context .ipoteka-section-header .more span,
main .main-section-texts .land-context .vip-section-header .more span,
main .main-section-texts .land-context .latest-section-header .more span,
main .main-section-texts .land-context .land-section-header .more span,
main .main-section-texts .land-context .office-section-header .more span,
main .main-section-texts .land-context .credit-section-header .more span,
main .main-section-texts .land-context .ipoteka-section-header .more span,
main .main-section-texts .office-context .vip-section-header .more span,
main .main-section-texts .office-context .latest-section-header .more span,
main .main-section-texts .office-context .land-section-header .more span,
main .main-section-texts .office-context .office-section-header .more span,
main .main-section-texts .office-context .credit-section-header .more span,
main .main-section-texts .office-context .ipoteka-section-header .more span,
main .main-section-texts .credit-context .vip-section-header .more span,
main .main-section-texts .credit-context .latest-section-header .more span,
main .main-section-texts .credit-context .land-section-header .more span,
main .main-section-texts .credit-context .office-section-header .more span,
main .main-section-texts .credit-context .credit-section-header .more span,
main .main-section-texts .credit-context .ipoteka-section-header .more span,
main .main-section-texts .ipoteka-context .vip-section-header .more span,
main .main-section-texts .ipoteka-context .latest-section-header .more span,
main .main-section-texts .ipoteka-context .land-section-header .more span,
main .main-section-texts .ipoteka-context .office-section-header .more span,
main .main-section-texts .ipoteka-context .credit-section-header .more span,
main .main-section-texts .ipoteka-context .ipoteka-section-header .more span {
    margin-right: 12px;
  }
  main .vip .vip-context .vip-section-header .more span a,
main .vip .vip-context .latest-section-header .more span a,
main .vip .vip-context .land-section-header .more span a,
main .vip .vip-context .office-section-header .more span a,
main .vip .vip-context .credit-section-header .more span a,
main .vip .vip-context .ipoteka-section-header .more span a,
main .vip .latest-context .vip-section-header .more span a,
main .vip .latest-context .latest-section-header .more span a,
main .vip .latest-context .land-section-header .more span a,
main .vip .latest-context .office-section-header .more span a,
main .vip .latest-context .credit-section-header .more span a,
main .vip .latest-context .ipoteka-section-header .more span a,
main .vip .land-context .vip-section-header .more span a,
main .vip .land-context .latest-section-header .more span a,
main .vip .land-context .land-section-header .more span a,
main .vip .land-context .office-section-header .more span a,
main .vip .land-context .credit-section-header .more span a,
main .vip .land-context .ipoteka-section-header .more span a,
main .vip .office-context .vip-section-header .more span a,
main .vip .office-context .latest-section-header .more span a,
main .vip .office-context .land-section-header .more span a,
main .vip .office-context .office-section-header .more span a,
main .vip .office-context .credit-section-header .more span a,
main .vip .office-context .ipoteka-section-header .more span a,
main .vip .credit-context .vip-section-header .more span a,
main .vip .credit-context .latest-section-header .more span a,
main .vip .credit-context .land-section-header .more span a,
main .vip .credit-context .office-section-header .more span a,
main .vip .credit-context .credit-section-header .more span a,
main .vip .credit-context .ipoteka-section-header .more span a,
main .vip .ipoteka-context .vip-section-header .more span a,
main .vip .ipoteka-context .latest-section-header .more span a,
main .vip .ipoteka-context .land-section-header .more span a,
main .vip .ipoteka-context .office-section-header .more span a,
main .vip .ipoteka-context .credit-section-header .more span a,
main .vip .ipoteka-context .ipoteka-section-header .more span a,
main .latest .vip-context .vip-section-header .more span a,
main .latest .vip-context .latest-section-header .more span a,
main .latest .vip-context .land-section-header .more span a,
main .latest .vip-context .office-section-header .more span a,
main .latest .vip-context .credit-section-header .more span a,
main .latest .vip-context .ipoteka-section-header .more span a,
main .latest .latest-context .vip-section-header .more span a,
main .latest .latest-context .latest-section-header .more span a,
main .latest .latest-context .land-section-header .more span a,
main .latest .latest-context .office-section-header .more span a,
main .latest .latest-context .credit-section-header .more span a,
main .latest .latest-context .ipoteka-section-header .more span a,
main .latest .land-context .vip-section-header .more span a,
main .latest .land-context .latest-section-header .more span a,
main .latest .land-context .land-section-header .more span a,
main .latest .land-context .office-section-header .more span a,
main .latest .land-context .credit-section-header .more span a,
main .latest .land-context .ipoteka-section-header .more span a,
main .latest .office-context .vip-section-header .more span a,
main .latest .office-context .latest-section-header .more span a,
main .latest .office-context .land-section-header .more span a,
main .latest .office-context .office-section-header .more span a,
main .latest .office-context .credit-section-header .more span a,
main .latest .office-context .ipoteka-section-header .more span a,
main .latest .credit-context .vip-section-header .more span a,
main .latest .credit-context .latest-section-header .more span a,
main .latest .credit-context .land-section-header .more span a,
main .latest .credit-context .office-section-header .more span a,
main .latest .credit-context .credit-section-header .more span a,
main .latest .credit-context .ipoteka-section-header .more span a,
main .latest .ipoteka-context .vip-section-header .more span a,
main .latest .ipoteka-context .latest-section-header .more span a,
main .latest .ipoteka-context .land-section-header .more span a,
main .latest .ipoteka-context .office-section-header .more span a,
main .latest .ipoteka-context .credit-section-header .more span a,
main .latest .ipoteka-context .ipoteka-section-header .more span a,
main .land .vip-context .vip-section-header .more span a,
main .land .vip-context .latest-section-header .more span a,
main .land .vip-context .land-section-header .more span a,
main .land .vip-context .office-section-header .more span a,
main .land .vip-context .credit-section-header .more span a,
main .land .vip-context .ipoteka-section-header .more span a,
main .land .latest-context .vip-section-header .more span a,
main .land .latest-context .latest-section-header .more span a,
main .land .latest-context .land-section-header .more span a,
main .land .latest-context .office-section-header .more span a,
main .land .latest-context .credit-section-header .more span a,
main .land .latest-context .ipoteka-section-header .more span a,
main .land .land-context .vip-section-header .more span a,
main .land .land-context .latest-section-header .more span a,
main .land .land-context .land-section-header .more span a,
main .land .land-context .office-section-header .more span a,
main .land .land-context .credit-section-header .more span a,
main .land .land-context .ipoteka-section-header .more span a,
main .land .office-context .vip-section-header .more span a,
main .land .office-context .latest-section-header .more span a,
main .land .office-context .land-section-header .more span a,
main .land .office-context .office-section-header .more span a,
main .land .office-context .credit-section-header .more span a,
main .land .office-context .ipoteka-section-header .more span a,
main .land .credit-context .vip-section-header .more span a,
main .land .credit-context .latest-section-header .more span a,
main .land .credit-context .land-section-header .more span a,
main .land .credit-context .office-section-header .more span a,
main .land .credit-context .credit-section-header .more span a,
main .land .credit-context .ipoteka-section-header .more span a,
main .land .ipoteka-context .vip-section-header .more span a,
main .land .ipoteka-context .latest-section-header .more span a,
main .land .ipoteka-context .land-section-header .more span a,
main .land .ipoteka-context .office-section-header .more span a,
main .land .ipoteka-context .credit-section-header .more span a,
main .land .ipoteka-context .ipoteka-section-header .more span a,
main .office .vip-context .vip-section-header .more span a,
main .office .vip-context .latest-section-header .more span a,
main .office .vip-context .land-section-header .more span a,
main .office .vip-context .office-section-header .more span a,
main .office .vip-context .credit-section-header .more span a,
main .office .vip-context .ipoteka-section-header .more span a,
main .office .latest-context .vip-section-header .more span a,
main .office .latest-context .latest-section-header .more span a,
main .office .latest-context .land-section-header .more span a,
main .office .latest-context .office-section-header .more span a,
main .office .latest-context .credit-section-header .more span a,
main .office .latest-context .ipoteka-section-header .more span a,
main .office .land-context .vip-section-header .more span a,
main .office .land-context .latest-section-header .more span a,
main .office .land-context .land-section-header .more span a,
main .office .land-context .office-section-header .more span a,
main .office .land-context .credit-section-header .more span a,
main .office .land-context .ipoteka-section-header .more span a,
main .office .office-context .vip-section-header .more span a,
main .office .office-context .latest-section-header .more span a,
main .office .office-context .land-section-header .more span a,
main .office .office-context .office-section-header .more span a,
main .office .office-context .credit-section-header .more span a,
main .office .office-context .ipoteka-section-header .more span a,
main .office .credit-context .vip-section-header .more span a,
main .office .credit-context .latest-section-header .more span a,
main .office .credit-context .land-section-header .more span a,
main .office .credit-context .office-section-header .more span a,
main .office .credit-context .credit-section-header .more span a,
main .office .credit-context .ipoteka-section-header .more span a,
main .office .ipoteka-context .vip-section-header .more span a,
main .office .ipoteka-context .latest-section-header .more span a,
main .office .ipoteka-context .land-section-header .more span a,
main .office .ipoteka-context .office-section-header .more span a,
main .office .ipoteka-context .credit-section-header .more span a,
main .office .ipoteka-context .ipoteka-section-header .more span a,
main .credit .vip-context .vip-section-header .more span a,
main .credit .vip-context .latest-section-header .more span a,
main .credit .vip-context .land-section-header .more span a,
main .credit .vip-context .office-section-header .more span a,
main .credit .vip-context .credit-section-header .more span a,
main .credit .vip-context .ipoteka-section-header .more span a,
main .credit .latest-context .vip-section-header .more span a,
main .credit .latest-context .latest-section-header .more span a,
main .credit .latest-context .land-section-header .more span a,
main .credit .latest-context .office-section-header .more span a,
main .credit .latest-context .credit-section-header .more span a,
main .credit .latest-context .ipoteka-section-header .more span a,
main .credit .land-context .vip-section-header .more span a,
main .credit .land-context .latest-section-header .more span a,
main .credit .land-context .land-section-header .more span a,
main .credit .land-context .office-section-header .more span a,
main .credit .land-context .credit-section-header .more span a,
main .credit .land-context .ipoteka-section-header .more span a,
main .credit .office-context .vip-section-header .more span a,
main .credit .office-context .latest-section-header .more span a,
main .credit .office-context .land-section-header .more span a,
main .credit .office-context .office-section-header .more span a,
main .credit .office-context .credit-section-header .more span a,
main .credit .office-context .ipoteka-section-header .more span a,
main .credit .credit-context .vip-section-header .more span a,
main .credit .credit-context .latest-section-header .more span a,
main .credit .credit-context .land-section-header .more span a,
main .credit .credit-context .office-section-header .more span a,
main .credit .credit-context .credit-section-header .more span a,
main .credit .credit-context .ipoteka-section-header .more span a,
main .credit .ipoteka-context .vip-section-header .more span a,
main .credit .ipoteka-context .latest-section-header .more span a,
main .credit .ipoteka-context .land-section-header .more span a,
main .credit .ipoteka-context .office-section-header .more span a,
main .credit .ipoteka-context .credit-section-header .more span a,
main .credit .ipoteka-context .ipoteka-section-header .more span a,
main .ipoteka .vip-context .vip-section-header .more span a,
main .ipoteka .vip-context .latest-section-header .more span a,
main .ipoteka .vip-context .land-section-header .more span a,
main .ipoteka .vip-context .office-section-header .more span a,
main .ipoteka .vip-context .credit-section-header .more span a,
main .ipoteka .vip-context .ipoteka-section-header .more span a,
main .ipoteka .latest-context .vip-section-header .more span a,
main .ipoteka .latest-context .latest-section-header .more span a,
main .ipoteka .latest-context .land-section-header .more span a,
main .ipoteka .latest-context .office-section-header .more span a,
main .ipoteka .latest-context .credit-section-header .more span a,
main .ipoteka .latest-context .ipoteka-section-header .more span a,
main .ipoteka .land-context .vip-section-header .more span a,
main .ipoteka .land-context .latest-section-header .more span a,
main .ipoteka .land-context .land-section-header .more span a,
main .ipoteka .land-context .office-section-header .more span a,
main .ipoteka .land-context .credit-section-header .more span a,
main .ipoteka .land-context .ipoteka-section-header .more span a,
main .ipoteka .office-context .vip-section-header .more span a,
main .ipoteka .office-context .latest-section-header .more span a,
main .ipoteka .office-context .land-section-header .more span a,
main .ipoteka .office-context .office-section-header .more span a,
main .ipoteka .office-context .credit-section-header .more span a,
main .ipoteka .office-context .ipoteka-section-header .more span a,
main .ipoteka .credit-context .vip-section-header .more span a,
main .ipoteka .credit-context .latest-section-header .more span a,
main .ipoteka .credit-context .land-section-header .more span a,
main .ipoteka .credit-context .office-section-header .more span a,
main .ipoteka .credit-context .credit-section-header .more span a,
main .ipoteka .credit-context .ipoteka-section-header .more span a,
main .ipoteka .ipoteka-context .vip-section-header .more span a,
main .ipoteka .ipoteka-context .latest-section-header .more span a,
main .ipoteka .ipoteka-context .land-section-header .more span a,
main .ipoteka .ipoteka-context .office-section-header .more span a,
main .ipoteka .ipoteka-context .credit-section-header .more span a,
main .ipoteka .ipoteka-context .ipoteka-section-header .more span a,
main .main-section-texts .vip-context .vip-section-header .more span a,
main .main-section-texts .vip-context .latest-section-header .more span a,
main .main-section-texts .vip-context .land-section-header .more span a,
main .main-section-texts .vip-context .office-section-header .more span a,
main .main-section-texts .vip-context .credit-section-header .more span a,
main .main-section-texts .vip-context .ipoteka-section-header .more span a,
main .main-section-texts .latest-context .vip-section-header .more span a,
main .main-section-texts .latest-context .latest-section-header .more span a,
main .main-section-texts .latest-context .land-section-header .more span a,
main .main-section-texts .latest-context .office-section-header .more span a,
main .main-section-texts .latest-context .credit-section-header .more span a,
main .main-section-texts .latest-context .ipoteka-section-header .more span a,
main .main-section-texts .land-context .vip-section-header .more span a,
main .main-section-texts .land-context .latest-section-header .more span a,
main .main-section-texts .land-context .land-section-header .more span a,
main .main-section-texts .land-context .office-section-header .more span a,
main .main-section-texts .land-context .credit-section-header .more span a,
main .main-section-texts .land-context .ipoteka-section-header .more span a,
main .main-section-texts .office-context .vip-section-header .more span a,
main .main-section-texts .office-context .latest-section-header .more span a,
main .main-section-texts .office-context .land-section-header .more span a,
main .main-section-texts .office-context .office-section-header .more span a,
main .main-section-texts .office-context .credit-section-header .more span a,
main .main-section-texts .office-context .ipoteka-section-header .more span a,
main .main-section-texts .credit-context .vip-section-header .more span a,
main .main-section-texts .credit-context .latest-section-header .more span a,
main .main-section-texts .credit-context .land-section-header .more span a,
main .main-section-texts .credit-context .office-section-header .more span a,
main .main-section-texts .credit-context .credit-section-header .more span a,
main .main-section-texts .credit-context .ipoteka-section-header .more span a,
main .main-section-texts .ipoteka-context .vip-section-header .more span a,
main .main-section-texts .ipoteka-context .latest-section-header .more span a,
main .main-section-texts .ipoteka-context .land-section-header .more span a,
main .main-section-texts .ipoteka-context .office-section-header .more span a,
main .main-section-texts .ipoteka-context .credit-section-header .more span a,
main .main-section-texts .ipoteka-context .ipoteka-section-header .more span a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  main .vip .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .vip .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .latest .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .land-context .land-section-header .more .arrow-buttons button:first-child,
main .land .land-context .office-section-header .more .arrow-buttons button:first-child,
main .land .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .office-context .land-section-header .more .arrow-buttons button:first-child,
main .land .office-context .office-section-header .more .arrow-buttons button:first-child,
main .land .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .land .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .land-context .land-section-header .more .arrow-buttons button:first-child,
main .office .land-context .office-section-header .more .arrow-buttons button:first-child,
main .office .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .office-context .land-section-header .more .arrow-buttons button:first-child,
main .office .office-context .office-section-header .more .arrow-buttons button:first-child,
main .office .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .office .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .credit .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .ipoteka .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .vip-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .latest-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .land-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .office-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .credit-context .ipoteka-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .vip-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .latest-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .land-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .office-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .credit-section-header .more .arrow-buttons button:first-child,
main .main-section-texts .ipoteka-context .ipoteka-section-header .more .arrow-buttons button:first-child {
    margin-right: 12px;
  }
  main .vip .vip-context .vip-section-header .more .arrow-buttons button svg,
main .vip .vip-context .latest-section-header .more .arrow-buttons button svg,
main .vip .vip-context .land-section-header .more .arrow-buttons button svg,
main .vip .vip-context .office-section-header .more .arrow-buttons button svg,
main .vip .vip-context .credit-section-header .more .arrow-buttons button svg,
main .vip .vip-context .ipoteka-section-header .more .arrow-buttons button svg,
main .vip .latest-context .vip-section-header .more .arrow-buttons button svg,
main .vip .latest-context .latest-section-header .more .arrow-buttons button svg,
main .vip .latest-context .land-section-header .more .arrow-buttons button svg,
main .vip .latest-context .office-section-header .more .arrow-buttons button svg,
main .vip .latest-context .credit-section-header .more .arrow-buttons button svg,
main .vip .latest-context .ipoteka-section-header .more .arrow-buttons button svg,
main .vip .land-context .vip-section-header .more .arrow-buttons button svg,
main .vip .land-context .latest-section-header .more .arrow-buttons button svg,
main .vip .land-context .land-section-header .more .arrow-buttons button svg,
main .vip .land-context .office-section-header .more .arrow-buttons button svg,
main .vip .land-context .credit-section-header .more .arrow-buttons button svg,
main .vip .land-context .ipoteka-section-header .more .arrow-buttons button svg,
main .vip .office-context .vip-section-header .more .arrow-buttons button svg,
main .vip .office-context .latest-section-header .more .arrow-buttons button svg,
main .vip .office-context .land-section-header .more .arrow-buttons button svg,
main .vip .office-context .office-section-header .more .arrow-buttons button svg,
main .vip .office-context .credit-section-header .more .arrow-buttons button svg,
main .vip .office-context .ipoteka-section-header .more .arrow-buttons button svg,
main .vip .credit-context .vip-section-header .more .arrow-buttons button svg,
main .vip .credit-context .latest-section-header .more .arrow-buttons button svg,
main .vip .credit-context .land-section-header .more .arrow-buttons button svg,
main .vip .credit-context .office-section-header .more .arrow-buttons button svg,
main .vip .credit-context .credit-section-header .more .arrow-buttons button svg,
main .vip .credit-context .ipoteka-section-header .more .arrow-buttons button svg,
main .vip .ipoteka-context .vip-section-header .more .arrow-buttons button svg,
main .vip .ipoteka-context .latest-section-header .more .arrow-buttons button svg,
main .vip .ipoteka-context .land-section-header .more .arrow-buttons button svg,
main .vip .ipoteka-context .office-section-header .more .arrow-buttons button svg,
main .vip .ipoteka-context .credit-section-header .more .arrow-buttons button svg,
main .vip .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg,
main .latest .vip-context .vip-section-header .more .arrow-buttons button svg,
main .latest .vip-context .latest-section-header .more .arrow-buttons button svg,
main .latest .vip-context .land-section-header .more .arrow-buttons button svg,
main .latest .vip-context .office-section-header .more .arrow-buttons button svg,
main .latest .vip-context .credit-section-header .more .arrow-buttons button svg,
main .latest .vip-context .ipoteka-section-header .more .arrow-buttons button svg,
main .latest .latest-context .vip-section-header .more .arrow-buttons button svg,
main .latest .latest-context .latest-section-header .more .arrow-buttons button svg,
main .latest .latest-context .land-section-header .more .arrow-buttons button svg,
main .latest .latest-context .office-section-header .more .arrow-buttons button svg,
main .latest .latest-context .credit-section-header .more .arrow-buttons button svg,
main .latest .latest-context .ipoteka-section-header .more .arrow-buttons button svg,
main .latest .land-context .vip-section-header .more .arrow-buttons button svg,
main .latest .land-context .latest-section-header .more .arrow-buttons button svg,
main .latest .land-context .land-section-header .more .arrow-buttons button svg,
main .latest .land-context .office-section-header .more .arrow-buttons button svg,
main .latest .land-context .credit-section-header .more .arrow-buttons button svg,
main .latest .land-context .ipoteka-section-header .more .arrow-buttons button svg,
main .latest .office-context .vip-section-header .more .arrow-buttons button svg,
main .latest .office-context .latest-section-header .more .arrow-buttons button svg,
main .latest .office-context .land-section-header .more .arrow-buttons button svg,
main .latest .office-context .office-section-header .more .arrow-buttons button svg,
main .latest .office-context .credit-section-header .more .arrow-buttons button svg,
main .latest .office-context .ipoteka-section-header .more .arrow-buttons button svg,
main .latest .credit-context .vip-section-header .more .arrow-buttons button svg,
main .latest .credit-context .latest-section-header .more .arrow-buttons button svg,
main .latest .credit-context .land-section-header .more .arrow-buttons button svg,
main .latest .credit-context .office-section-header .more .arrow-buttons button svg,
main .latest .credit-context .credit-section-header .more .arrow-buttons button svg,
main .latest .credit-context .ipoteka-section-header .more .arrow-buttons button svg,
main .latest .ipoteka-context .vip-section-header .more .arrow-buttons button svg,
main .latest .ipoteka-context .latest-section-header .more .arrow-buttons button svg,
main .latest .ipoteka-context .land-section-header .more .arrow-buttons button svg,
main .latest .ipoteka-context .office-section-header .more .arrow-buttons button svg,
main .latest .ipoteka-context .credit-section-header .more .arrow-buttons button svg,
main .latest .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg,
main .land .vip-context .vip-section-header .more .arrow-buttons button svg,
main .land .vip-context .latest-section-header .more .arrow-buttons button svg,
main .land .vip-context .land-section-header .more .arrow-buttons button svg,
main .land .vip-context .office-section-header .more .arrow-buttons button svg,
main .land .vip-context .credit-section-header .more .arrow-buttons button svg,
main .land .vip-context .ipoteka-section-header .more .arrow-buttons button svg,
main .land .latest-context .vip-section-header .more .arrow-buttons button svg,
main .land .latest-context .latest-section-header .more .arrow-buttons button svg,
main .land .latest-context .land-section-header .more .arrow-buttons button svg,
main .land .latest-context .office-section-header .more .arrow-buttons button svg,
main .land .latest-context .credit-section-header .more .arrow-buttons button svg,
main .land .latest-context .ipoteka-section-header .more .arrow-buttons button svg,
main .land .land-context .vip-section-header .more .arrow-buttons button svg,
main .land .land-context .latest-section-header .more .arrow-buttons button svg,
main .land .land-context .land-section-header .more .arrow-buttons button svg,
main .land .land-context .office-section-header .more .arrow-buttons button svg,
main .land .land-context .credit-section-header .more .arrow-buttons button svg,
main .land .land-context .ipoteka-section-header .more .arrow-buttons button svg,
main .land .office-context .vip-section-header .more .arrow-buttons button svg,
main .land .office-context .latest-section-header .more .arrow-buttons button svg,
main .land .office-context .land-section-header .more .arrow-buttons button svg,
main .land .office-context .office-section-header .more .arrow-buttons button svg,
main .land .office-context .credit-section-header .more .arrow-buttons button svg,
main .land .office-context .ipoteka-section-header .more .arrow-buttons button svg,
main .land .credit-context .vip-section-header .more .arrow-buttons button svg,
main .land .credit-context .latest-section-header .more .arrow-buttons button svg,
main .land .credit-context .land-section-header .more .arrow-buttons button svg,
main .land .credit-context .office-section-header .more .arrow-buttons button svg,
main .land .credit-context .credit-section-header .more .arrow-buttons button svg,
main .land .credit-context .ipoteka-section-header .more .arrow-buttons button svg,
main .land .ipoteka-context .vip-section-header .more .arrow-buttons button svg,
main .land .ipoteka-context .latest-section-header .more .arrow-buttons button svg,
main .land .ipoteka-context .land-section-header .more .arrow-buttons button svg,
main .land .ipoteka-context .office-section-header .more .arrow-buttons button svg,
main .land .ipoteka-context .credit-section-header .more .arrow-buttons button svg,
main .land .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg,
main .office .vip-context .vip-section-header .more .arrow-buttons button svg,
main .office .vip-context .latest-section-header .more .arrow-buttons button svg,
main .office .vip-context .land-section-header .more .arrow-buttons button svg,
main .office .vip-context .office-section-header .more .arrow-buttons button svg,
main .office .vip-context .credit-section-header .more .arrow-buttons button svg,
main .office .vip-context .ipoteka-section-header .more .arrow-buttons button svg,
main .office .latest-context .vip-section-header .more .arrow-buttons button svg,
main .office .latest-context .latest-section-header .more .arrow-buttons button svg,
main .office .latest-context .land-section-header .more .arrow-buttons button svg,
main .office .latest-context .office-section-header .more .arrow-buttons button svg,
main .office .latest-context .credit-section-header .more .arrow-buttons button svg,
main .office .latest-context .ipoteka-section-header .more .arrow-buttons button svg,
main .office .land-context .vip-section-header .more .arrow-buttons button svg,
main .office .land-context .latest-section-header .more .arrow-buttons button svg,
main .office .land-context .land-section-header .more .arrow-buttons button svg,
main .office .land-context .office-section-header .more .arrow-buttons button svg,
main .office .land-context .credit-section-header .more .arrow-buttons button svg,
main .office .land-context .ipoteka-section-header .more .arrow-buttons button svg,
main .office .office-context .vip-section-header .more .arrow-buttons button svg,
main .office .office-context .latest-section-header .more .arrow-buttons button svg,
main .office .office-context .land-section-header .more .arrow-buttons button svg,
main .office .office-context .office-section-header .more .arrow-buttons button svg,
main .office .office-context .credit-section-header .more .arrow-buttons button svg,
main .office .office-context .ipoteka-section-header .more .arrow-buttons button svg,
main .office .credit-context .vip-section-header .more .arrow-buttons button svg,
main .office .credit-context .latest-section-header .more .arrow-buttons button svg,
main .office .credit-context .land-section-header .more .arrow-buttons button svg,
main .office .credit-context .office-section-header .more .arrow-buttons button svg,
main .office .credit-context .credit-section-header .more .arrow-buttons button svg,
main .office .credit-context .ipoteka-section-header .more .arrow-buttons button svg,
main .office .ipoteka-context .vip-section-header .more .arrow-buttons button svg,
main .office .ipoteka-context .latest-section-header .more .arrow-buttons button svg,
main .office .ipoteka-context .land-section-header .more .arrow-buttons button svg,
main .office .ipoteka-context .office-section-header .more .arrow-buttons button svg,
main .office .ipoteka-context .credit-section-header .more .arrow-buttons button svg,
main .office .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg,
main .credit .vip-context .vip-section-header .more .arrow-buttons button svg,
main .credit .vip-context .latest-section-header .more .arrow-buttons button svg,
main .credit .vip-context .land-section-header .more .arrow-buttons button svg,
main .credit .vip-context .office-section-header .more .arrow-buttons button svg,
main .credit .vip-context .credit-section-header .more .arrow-buttons button svg,
main .credit .vip-context .ipoteka-section-header .more .arrow-buttons button svg,
main .credit .latest-context .vip-section-header .more .arrow-buttons button svg,
main .credit .latest-context .latest-section-header .more .arrow-buttons button svg,
main .credit .latest-context .land-section-header .more .arrow-buttons button svg,
main .credit .latest-context .office-section-header .more .arrow-buttons button svg,
main .credit .latest-context .credit-section-header .more .arrow-buttons button svg,
main .credit .latest-context .ipoteka-section-header .more .arrow-buttons button svg,
main .credit .land-context .vip-section-header .more .arrow-buttons button svg,
main .credit .land-context .latest-section-header .more .arrow-buttons button svg,
main .credit .land-context .land-section-header .more .arrow-buttons button svg,
main .credit .land-context .office-section-header .more .arrow-buttons button svg,
main .credit .land-context .credit-section-header .more .arrow-buttons button svg,
main .credit .land-context .ipoteka-section-header .more .arrow-buttons button svg,
main .credit .office-context .vip-section-header .more .arrow-buttons button svg,
main .credit .office-context .latest-section-header .more .arrow-buttons button svg,
main .credit .office-context .land-section-header .more .arrow-buttons button svg,
main .credit .office-context .office-section-header .more .arrow-buttons button svg,
main .credit .office-context .credit-section-header .more .arrow-buttons button svg,
main .credit .office-context .ipoteka-section-header .more .arrow-buttons button svg,
main .credit .credit-context .vip-section-header .more .arrow-buttons button svg,
main .credit .credit-context .latest-section-header .more .arrow-buttons button svg,
main .credit .credit-context .land-section-header .more .arrow-buttons button svg,
main .credit .credit-context .office-section-header .more .arrow-buttons button svg,
main .credit .credit-context .credit-section-header .more .arrow-buttons button svg,
main .credit .credit-context .ipoteka-section-header .more .arrow-buttons button svg,
main .credit .ipoteka-context .vip-section-header .more .arrow-buttons button svg,
main .credit .ipoteka-context .latest-section-header .more .arrow-buttons button svg,
main .credit .ipoteka-context .land-section-header .more .arrow-buttons button svg,
main .credit .ipoteka-context .office-section-header .more .arrow-buttons button svg,
main .credit .ipoteka-context .credit-section-header .more .arrow-buttons button svg,
main .credit .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg,
main .ipoteka .vip-context .vip-section-header .more .arrow-buttons button svg,
main .ipoteka .vip-context .latest-section-header .more .arrow-buttons button svg,
main .ipoteka .vip-context .land-section-header .more .arrow-buttons button svg,
main .ipoteka .vip-context .office-section-header .more .arrow-buttons button svg,
main .ipoteka .vip-context .credit-section-header .more .arrow-buttons button svg,
main .ipoteka .vip-context .ipoteka-section-header .more .arrow-buttons button svg,
main .ipoteka .latest-context .vip-section-header .more .arrow-buttons button svg,
main .ipoteka .latest-context .latest-section-header .more .arrow-buttons button svg,
main .ipoteka .latest-context .land-section-header .more .arrow-buttons button svg,
main .ipoteka .latest-context .office-section-header .more .arrow-buttons button svg,
main .ipoteka .latest-context .credit-section-header .more .arrow-buttons button svg,
main .ipoteka .latest-context .ipoteka-section-header .more .arrow-buttons button svg,
main .ipoteka .land-context .vip-section-header .more .arrow-buttons button svg,
main .ipoteka .land-context .latest-section-header .more .arrow-buttons button svg,
main .ipoteka .land-context .land-section-header .more .arrow-buttons button svg,
main .ipoteka .land-context .office-section-header .more .arrow-buttons button svg,
main .ipoteka .land-context .credit-section-header .more .arrow-buttons button svg,
main .ipoteka .land-context .ipoteka-section-header .more .arrow-buttons button svg,
main .ipoteka .office-context .vip-section-header .more .arrow-buttons button svg,
main .ipoteka .office-context .latest-section-header .more .arrow-buttons button svg,
main .ipoteka .office-context .land-section-header .more .arrow-buttons button svg,
main .ipoteka .office-context .office-section-header .more .arrow-buttons button svg,
main .ipoteka .office-context .credit-section-header .more .arrow-buttons button svg,
main .ipoteka .office-context .ipoteka-section-header .more .arrow-buttons button svg,
main .ipoteka .credit-context .vip-section-header .more .arrow-buttons button svg,
main .ipoteka .credit-context .latest-section-header .more .arrow-buttons button svg,
main .ipoteka .credit-context .land-section-header .more .arrow-buttons button svg,
main .ipoteka .credit-context .office-section-header .more .arrow-buttons button svg,
main .ipoteka .credit-context .credit-section-header .more .arrow-buttons button svg,
main .ipoteka .credit-context .ipoteka-section-header .more .arrow-buttons button svg,
main .ipoteka .ipoteka-context .vip-section-header .more .arrow-buttons button svg,
main .ipoteka .ipoteka-context .latest-section-header .more .arrow-buttons button svg,
main .ipoteka .ipoteka-context .land-section-header .more .arrow-buttons button svg,
main .ipoteka .ipoteka-context .office-section-header .more .arrow-buttons button svg,
main .ipoteka .ipoteka-context .credit-section-header .more .arrow-buttons button svg,
main .ipoteka .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg,
main .main-section-texts .vip-context .vip-section-header .more .arrow-buttons button svg,
main .main-section-texts .vip-context .latest-section-header .more .arrow-buttons button svg,
main .main-section-texts .vip-context .land-section-header .more .arrow-buttons button svg,
main .main-section-texts .vip-context .office-section-header .more .arrow-buttons button svg,
main .main-section-texts .vip-context .credit-section-header .more .arrow-buttons button svg,
main .main-section-texts .vip-context .ipoteka-section-header .more .arrow-buttons button svg,
main .main-section-texts .latest-context .vip-section-header .more .arrow-buttons button svg,
main .main-section-texts .latest-context .latest-section-header .more .arrow-buttons button svg,
main .main-section-texts .latest-context .land-section-header .more .arrow-buttons button svg,
main .main-section-texts .latest-context .office-section-header .more .arrow-buttons button svg,
main .main-section-texts .latest-context .credit-section-header .more .arrow-buttons button svg,
main .main-section-texts .latest-context .ipoteka-section-header .more .arrow-buttons button svg,
main .main-section-texts .land-context .vip-section-header .more .arrow-buttons button svg,
main .main-section-texts .land-context .latest-section-header .more .arrow-buttons button svg,
main .main-section-texts .land-context .land-section-header .more .arrow-buttons button svg,
main .main-section-texts .land-context .office-section-header .more .arrow-buttons button svg,
main .main-section-texts .land-context .credit-section-header .more .arrow-buttons button svg,
main .main-section-texts .land-context .ipoteka-section-header .more .arrow-buttons button svg,
main .main-section-texts .office-context .vip-section-header .more .arrow-buttons button svg,
main .main-section-texts .office-context .latest-section-header .more .arrow-buttons button svg,
main .main-section-texts .office-context .land-section-header .more .arrow-buttons button svg,
main .main-section-texts .office-context .office-section-header .more .arrow-buttons button svg,
main .main-section-texts .office-context .credit-section-header .more .arrow-buttons button svg,
main .main-section-texts .office-context .ipoteka-section-header .more .arrow-buttons button svg,
main .main-section-texts .credit-context .vip-section-header .more .arrow-buttons button svg,
main .main-section-texts .credit-context .latest-section-header .more .arrow-buttons button svg,
main .main-section-texts .credit-context .land-section-header .more .arrow-buttons button svg,
main .main-section-texts .credit-context .office-section-header .more .arrow-buttons button svg,
main .main-section-texts .credit-context .credit-section-header .more .arrow-buttons button svg,
main .main-section-texts .credit-context .ipoteka-section-header .more .arrow-buttons button svg,
main .main-section-texts .ipoteka-context .vip-section-header .more .arrow-buttons button svg,
main .main-section-texts .ipoteka-context .latest-section-header .more .arrow-buttons button svg,
main .main-section-texts .ipoteka-context .land-section-header .more .arrow-buttons button svg,
main .main-section-texts .ipoteka-context .office-section-header .more .arrow-buttons button svg,
main .main-section-texts .ipoteka-context .credit-section-header .more .arrow-buttons button svg,
main .main-section-texts .ipoteka-context .ipoteka-section-header .more .arrow-buttons button svg {
    width: 6px;
  }
  main .bottom-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 32px;
  }
  main .bottom-header .bottom-content .search-form form {
    flex-wrap: wrap;
  }
  main .bottom-header .bottom-content .search-form form button {
    margin-bottom: 16px;
    padding: 16px 20px;
  }
  main .bottom-header .bottom-content .selections-and-cards {
    display: none;
  }
  main .bottom-header .bottom-content .search-options {
    top: -1000px;
  }
  main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form {
    justify-content: space-between;
  }
  main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group {
    width: 32%;
    margin-right: 0;
  }
  main .bottom-header .bottom-content .detailed-search-active {
    top: 150px;
  }
}
@media only screen and (max-width: 768px) {
  main .vip,
main .latest,
main .land,
main .office,
main .credit,
main .ipoteka,
main .main-section-texts {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 32px;
  }
  main .banner {
    display: none;
  }
  main .mainPageCarousel {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  main .mainPageCarousel .mainPageCarousel-context h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
  }
  main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-slide {
    height: 200px;
  }
  main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-slide .carousel-context img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main .mainPageCarousel .mainPageCarousel-context .carousel .swiper .swiper-slide .carousel-context span {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  main .bottom-header .bottom-content .search-form form select,
main .bottom-header .bottom-content .search-form form input {
    margin-bottom: 16px;
  }
  main .bottom-header .bottom-content .search-form form button img {
    display: none;
  }
  main .bottom-header .bottom-content .search-form form button .mobile-submit {
    display: inline-block;
  }
  main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group {
    width: 49%;
  }
}
@media (max-width: 576px) {
  main .vip .vip-context .vip-section-header .header-text p,
main .vip .vip-context .latest-section-header .header-text p,
main .vip .vip-context .land-section-header .header-text p,
main .vip .vip-context .office-section-header .header-text p,
main .vip .vip-context .credit-section-header .header-text p,
main .vip .vip-context .ipoteka-section-header .header-text p,
main .vip .latest-context .vip-section-header .header-text p,
main .vip .latest-context .latest-section-header .header-text p,
main .vip .latest-context .land-section-header .header-text p,
main .vip .latest-context .office-section-header .header-text p,
main .vip .latest-context .credit-section-header .header-text p,
main .vip .latest-context .ipoteka-section-header .header-text p,
main .vip .land-context .vip-section-header .header-text p,
main .vip .land-context .latest-section-header .header-text p,
main .vip .land-context .land-section-header .header-text p,
main .vip .land-context .office-section-header .header-text p,
main .vip .land-context .credit-section-header .header-text p,
main .vip .land-context .ipoteka-section-header .header-text p,
main .vip .office-context .vip-section-header .header-text p,
main .vip .office-context .latest-section-header .header-text p,
main .vip .office-context .land-section-header .header-text p,
main .vip .office-context .office-section-header .header-text p,
main .vip .office-context .credit-section-header .header-text p,
main .vip .office-context .ipoteka-section-header .header-text p,
main .vip .credit-context .vip-section-header .header-text p,
main .vip .credit-context .latest-section-header .header-text p,
main .vip .credit-context .land-section-header .header-text p,
main .vip .credit-context .office-section-header .header-text p,
main .vip .credit-context .credit-section-header .header-text p,
main .vip .credit-context .ipoteka-section-header .header-text p,
main .vip .ipoteka-context .vip-section-header .header-text p,
main .vip .ipoteka-context .latest-section-header .header-text p,
main .vip .ipoteka-context .land-section-header .header-text p,
main .vip .ipoteka-context .office-section-header .header-text p,
main .vip .ipoteka-context .credit-section-header .header-text p,
main .vip .ipoteka-context .ipoteka-section-header .header-text p,
main .latest .vip-context .vip-section-header .header-text p,
main .latest .vip-context .latest-section-header .header-text p,
main .latest .vip-context .land-section-header .header-text p,
main .latest .vip-context .office-section-header .header-text p,
main .latest .vip-context .credit-section-header .header-text p,
main .latest .vip-context .ipoteka-section-header .header-text p,
main .latest .latest-context .vip-section-header .header-text p,
main .latest .latest-context .latest-section-header .header-text p,
main .latest .latest-context .land-section-header .header-text p,
main .latest .latest-context .office-section-header .header-text p,
main .latest .latest-context .credit-section-header .header-text p,
main .latest .latest-context .ipoteka-section-header .header-text p,
main .latest .land-context .vip-section-header .header-text p,
main .latest .land-context .latest-section-header .header-text p,
main .latest .land-context .land-section-header .header-text p,
main .latest .land-context .office-section-header .header-text p,
main .latest .land-context .credit-section-header .header-text p,
main .latest .land-context .ipoteka-section-header .header-text p,
main .latest .office-context .vip-section-header .header-text p,
main .latest .office-context .latest-section-header .header-text p,
main .latest .office-context .land-section-header .header-text p,
main .latest .office-context .office-section-header .header-text p,
main .latest .office-context .credit-section-header .header-text p,
main .latest .office-context .ipoteka-section-header .header-text p,
main .latest .credit-context .vip-section-header .header-text p,
main .latest .credit-context .latest-section-header .header-text p,
main .latest .credit-context .land-section-header .header-text p,
main .latest .credit-context .office-section-header .header-text p,
main .latest .credit-context .credit-section-header .header-text p,
main .latest .credit-context .ipoteka-section-header .header-text p,
main .latest .ipoteka-context .vip-section-header .header-text p,
main .latest .ipoteka-context .latest-section-header .header-text p,
main .latest .ipoteka-context .land-section-header .header-text p,
main .latest .ipoteka-context .office-section-header .header-text p,
main .latest .ipoteka-context .credit-section-header .header-text p,
main .latest .ipoteka-context .ipoteka-section-header .header-text p,
main .land .vip-context .vip-section-header .header-text p,
main .land .vip-context .latest-section-header .header-text p,
main .land .vip-context .land-section-header .header-text p,
main .land .vip-context .office-section-header .header-text p,
main .land .vip-context .credit-section-header .header-text p,
main .land .vip-context .ipoteka-section-header .header-text p,
main .land .latest-context .vip-section-header .header-text p,
main .land .latest-context .latest-section-header .header-text p,
main .land .latest-context .land-section-header .header-text p,
main .land .latest-context .office-section-header .header-text p,
main .land .latest-context .credit-section-header .header-text p,
main .land .latest-context .ipoteka-section-header .header-text p,
main .land .land-context .vip-section-header .header-text p,
main .land .land-context .latest-section-header .header-text p,
main .land .land-context .land-section-header .header-text p,
main .land .land-context .office-section-header .header-text p,
main .land .land-context .credit-section-header .header-text p,
main .land .land-context .ipoteka-section-header .header-text p,
main .land .office-context .vip-section-header .header-text p,
main .land .office-context .latest-section-header .header-text p,
main .land .office-context .land-section-header .header-text p,
main .land .office-context .office-section-header .header-text p,
main .land .office-context .credit-section-header .header-text p,
main .land .office-context .ipoteka-section-header .header-text p,
main .land .credit-context .vip-section-header .header-text p,
main .land .credit-context .latest-section-header .header-text p,
main .land .credit-context .land-section-header .header-text p,
main .land .credit-context .office-section-header .header-text p,
main .land .credit-context .credit-section-header .header-text p,
main .land .credit-context .ipoteka-section-header .header-text p,
main .land .ipoteka-context .vip-section-header .header-text p,
main .land .ipoteka-context .latest-section-header .header-text p,
main .land .ipoteka-context .land-section-header .header-text p,
main .land .ipoteka-context .office-section-header .header-text p,
main .land .ipoteka-context .credit-section-header .header-text p,
main .land .ipoteka-context .ipoteka-section-header .header-text p,
main .office .vip-context .vip-section-header .header-text p,
main .office .vip-context .latest-section-header .header-text p,
main .office .vip-context .land-section-header .header-text p,
main .office .vip-context .office-section-header .header-text p,
main .office .vip-context .credit-section-header .header-text p,
main .office .vip-context .ipoteka-section-header .header-text p,
main .office .latest-context .vip-section-header .header-text p,
main .office .latest-context .latest-section-header .header-text p,
main .office .latest-context .land-section-header .header-text p,
main .office .latest-context .office-section-header .header-text p,
main .office .latest-context .credit-section-header .header-text p,
main .office .latest-context .ipoteka-section-header .header-text p,
main .office .land-context .vip-section-header .header-text p,
main .office .land-context .latest-section-header .header-text p,
main .office .land-context .land-section-header .header-text p,
main .office .land-context .office-section-header .header-text p,
main .office .land-context .credit-section-header .header-text p,
main .office .land-context .ipoteka-section-header .header-text p,
main .office .office-context .vip-section-header .header-text p,
main .office .office-context .latest-section-header .header-text p,
main .office .office-context .land-section-header .header-text p,
main .office .office-context .office-section-header .header-text p,
main .office .office-context .credit-section-header .header-text p,
main .office .office-context .ipoteka-section-header .header-text p,
main .office .credit-context .vip-section-header .header-text p,
main .office .credit-context .latest-section-header .header-text p,
main .office .credit-context .land-section-header .header-text p,
main .office .credit-context .office-section-header .header-text p,
main .office .credit-context .credit-section-header .header-text p,
main .office .credit-context .ipoteka-section-header .header-text p,
main .office .ipoteka-context .vip-section-header .header-text p,
main .office .ipoteka-context .latest-section-header .header-text p,
main .office .ipoteka-context .land-section-header .header-text p,
main .office .ipoteka-context .office-section-header .header-text p,
main .office .ipoteka-context .credit-section-header .header-text p,
main .office .ipoteka-context .ipoteka-section-header .header-text p,
main .credit .vip-context .vip-section-header .header-text p,
main .credit .vip-context .latest-section-header .header-text p,
main .credit .vip-context .land-section-header .header-text p,
main .credit .vip-context .office-section-header .header-text p,
main .credit .vip-context .credit-section-header .header-text p,
main .credit .vip-context .ipoteka-section-header .header-text p,
main .credit .latest-context .vip-section-header .header-text p,
main .credit .latest-context .latest-section-header .header-text p,
main .credit .latest-context .land-section-header .header-text p,
main .credit .latest-context .office-section-header .header-text p,
main .credit .latest-context .credit-section-header .header-text p,
main .credit .latest-context .ipoteka-section-header .header-text p,
main .credit .land-context .vip-section-header .header-text p,
main .credit .land-context .latest-section-header .header-text p,
main .credit .land-context .land-section-header .header-text p,
main .credit .land-context .office-section-header .header-text p,
main .credit .land-context .credit-section-header .header-text p,
main .credit .land-context .ipoteka-section-header .header-text p,
main .credit .office-context .vip-section-header .header-text p,
main .credit .office-context .latest-section-header .header-text p,
main .credit .office-context .land-section-header .header-text p,
main .credit .office-context .office-section-header .header-text p,
main .credit .office-context .credit-section-header .header-text p,
main .credit .office-context .ipoteka-section-header .header-text p,
main .credit .credit-context .vip-section-header .header-text p,
main .credit .credit-context .latest-section-header .header-text p,
main .credit .credit-context .land-section-header .header-text p,
main .credit .credit-context .office-section-header .header-text p,
main .credit .credit-context .credit-section-header .header-text p,
main .credit .credit-context .ipoteka-section-header .header-text p,
main .credit .ipoteka-context .vip-section-header .header-text p,
main .credit .ipoteka-context .latest-section-header .header-text p,
main .credit .ipoteka-context .land-section-header .header-text p,
main .credit .ipoteka-context .office-section-header .header-text p,
main .credit .ipoteka-context .credit-section-header .header-text p,
main .credit .ipoteka-context .ipoteka-section-header .header-text p,
main .ipoteka .vip-context .vip-section-header .header-text p,
main .ipoteka .vip-context .latest-section-header .header-text p,
main .ipoteka .vip-context .land-section-header .header-text p,
main .ipoteka .vip-context .office-section-header .header-text p,
main .ipoteka .vip-context .credit-section-header .header-text p,
main .ipoteka .vip-context .ipoteka-section-header .header-text p,
main .ipoteka .latest-context .vip-section-header .header-text p,
main .ipoteka .latest-context .latest-section-header .header-text p,
main .ipoteka .latest-context .land-section-header .header-text p,
main .ipoteka .latest-context .office-section-header .header-text p,
main .ipoteka .latest-context .credit-section-header .header-text p,
main .ipoteka .latest-context .ipoteka-section-header .header-text p,
main .ipoteka .land-context .vip-section-header .header-text p,
main .ipoteka .land-context .latest-section-header .header-text p,
main .ipoteka .land-context .land-section-header .header-text p,
main .ipoteka .land-context .office-section-header .header-text p,
main .ipoteka .land-context .credit-section-header .header-text p,
main .ipoteka .land-context .ipoteka-section-header .header-text p,
main .ipoteka .office-context .vip-section-header .header-text p,
main .ipoteka .office-context .latest-section-header .header-text p,
main .ipoteka .office-context .land-section-header .header-text p,
main .ipoteka .office-context .office-section-header .header-text p,
main .ipoteka .office-context .credit-section-header .header-text p,
main .ipoteka .office-context .ipoteka-section-header .header-text p,
main .ipoteka .credit-context .vip-section-header .header-text p,
main .ipoteka .credit-context .latest-section-header .header-text p,
main .ipoteka .credit-context .land-section-header .header-text p,
main .ipoteka .credit-context .office-section-header .header-text p,
main .ipoteka .credit-context .credit-section-header .header-text p,
main .ipoteka .credit-context .ipoteka-section-header .header-text p,
main .ipoteka .ipoteka-context .vip-section-header .header-text p,
main .ipoteka .ipoteka-context .latest-section-header .header-text p,
main .ipoteka .ipoteka-context .land-section-header .header-text p,
main .ipoteka .ipoteka-context .office-section-header .header-text p,
main .ipoteka .ipoteka-context .credit-section-header .header-text p,
main .ipoteka .ipoteka-context .ipoteka-section-header .header-text p,
main .main-section-texts .vip-context .vip-section-header .header-text p,
main .main-section-texts .vip-context .latest-section-header .header-text p,
main .main-section-texts .vip-context .land-section-header .header-text p,
main .main-section-texts .vip-context .office-section-header .header-text p,
main .main-section-texts .vip-context .credit-section-header .header-text p,
main .main-section-texts .vip-context .ipoteka-section-header .header-text p,
main .main-section-texts .latest-context .vip-section-header .header-text p,
main .main-section-texts .latest-context .latest-section-header .header-text p,
main .main-section-texts .latest-context .land-section-header .header-text p,
main .main-section-texts .latest-context .office-section-header .header-text p,
main .main-section-texts .latest-context .credit-section-header .header-text p,
main .main-section-texts .latest-context .ipoteka-section-header .header-text p,
main .main-section-texts .land-context .vip-section-header .header-text p,
main .main-section-texts .land-context .latest-section-header .header-text p,
main .main-section-texts .land-context .land-section-header .header-text p,
main .main-section-texts .land-context .office-section-header .header-text p,
main .main-section-texts .land-context .credit-section-header .header-text p,
main .main-section-texts .land-context .ipoteka-section-header .header-text p,
main .main-section-texts .office-context .vip-section-header .header-text p,
main .main-section-texts .office-context .latest-section-header .header-text p,
main .main-section-texts .office-context .land-section-header .header-text p,
main .main-section-texts .office-context .office-section-header .header-text p,
main .main-section-texts .office-context .credit-section-header .header-text p,
main .main-section-texts .office-context .ipoteka-section-header .header-text p,
main .main-section-texts .credit-context .vip-section-header .header-text p,
main .main-section-texts .credit-context .latest-section-header .header-text p,
main .main-section-texts .credit-context .land-section-header .header-text p,
main .main-section-texts .credit-context .office-section-header .header-text p,
main .main-section-texts .credit-context .credit-section-header .header-text p,
main .main-section-texts .credit-context .ipoteka-section-header .header-text p,
main .main-section-texts .ipoteka-context .vip-section-header .header-text p,
main .main-section-texts .ipoteka-context .latest-section-header .header-text p,
main .main-section-texts .ipoteka-context .land-section-header .header-text p,
main .main-section-texts .ipoteka-context .office-section-header .header-text p,
main .main-section-texts .ipoteka-context .credit-section-header .header-text p,
main .main-section-texts .ipoteka-context .ipoteka-section-header .header-text p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  main .vip .vip-context .vip-section-header .header-text p span:last-child,
main .vip .vip-context .latest-section-header .header-text p span:last-child,
main .vip .vip-context .land-section-header .header-text p span:last-child,
main .vip .vip-context .office-section-header .header-text p span:last-child,
main .vip .vip-context .credit-section-header .header-text p span:last-child,
main .vip .vip-context .ipoteka-section-header .header-text p span:last-child,
main .vip .latest-context .vip-section-header .header-text p span:last-child,
main .vip .latest-context .latest-section-header .header-text p span:last-child,
main .vip .latest-context .land-section-header .header-text p span:last-child,
main .vip .latest-context .office-section-header .header-text p span:last-child,
main .vip .latest-context .credit-section-header .header-text p span:last-child,
main .vip .latest-context .ipoteka-section-header .header-text p span:last-child,
main .vip .land-context .vip-section-header .header-text p span:last-child,
main .vip .land-context .latest-section-header .header-text p span:last-child,
main .vip .land-context .land-section-header .header-text p span:last-child,
main .vip .land-context .office-section-header .header-text p span:last-child,
main .vip .land-context .credit-section-header .header-text p span:last-child,
main .vip .land-context .ipoteka-section-header .header-text p span:last-child,
main .vip .office-context .vip-section-header .header-text p span:last-child,
main .vip .office-context .latest-section-header .header-text p span:last-child,
main .vip .office-context .land-section-header .header-text p span:last-child,
main .vip .office-context .office-section-header .header-text p span:last-child,
main .vip .office-context .credit-section-header .header-text p span:last-child,
main .vip .office-context .ipoteka-section-header .header-text p span:last-child,
main .vip .credit-context .vip-section-header .header-text p span:last-child,
main .vip .credit-context .latest-section-header .header-text p span:last-child,
main .vip .credit-context .land-section-header .header-text p span:last-child,
main .vip .credit-context .office-section-header .header-text p span:last-child,
main .vip .credit-context .credit-section-header .header-text p span:last-child,
main .vip .credit-context .ipoteka-section-header .header-text p span:last-child,
main .vip .ipoteka-context .vip-section-header .header-text p span:last-child,
main .vip .ipoteka-context .latest-section-header .header-text p span:last-child,
main .vip .ipoteka-context .land-section-header .header-text p span:last-child,
main .vip .ipoteka-context .office-section-header .header-text p span:last-child,
main .vip .ipoteka-context .credit-section-header .header-text p span:last-child,
main .vip .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .latest .vip-context .vip-section-header .header-text p span:last-child,
main .latest .vip-context .latest-section-header .header-text p span:last-child,
main .latest .vip-context .land-section-header .header-text p span:last-child,
main .latest .vip-context .office-section-header .header-text p span:last-child,
main .latest .vip-context .credit-section-header .header-text p span:last-child,
main .latest .vip-context .ipoteka-section-header .header-text p span:last-child,
main .latest .latest-context .vip-section-header .header-text p span:last-child,
main .latest .latest-context .latest-section-header .header-text p span:last-child,
main .latest .latest-context .land-section-header .header-text p span:last-child,
main .latest .latest-context .office-section-header .header-text p span:last-child,
main .latest .latest-context .credit-section-header .header-text p span:last-child,
main .latest .latest-context .ipoteka-section-header .header-text p span:last-child,
main .latest .land-context .vip-section-header .header-text p span:last-child,
main .latest .land-context .latest-section-header .header-text p span:last-child,
main .latest .land-context .land-section-header .header-text p span:last-child,
main .latest .land-context .office-section-header .header-text p span:last-child,
main .latest .land-context .credit-section-header .header-text p span:last-child,
main .latest .land-context .ipoteka-section-header .header-text p span:last-child,
main .latest .office-context .vip-section-header .header-text p span:last-child,
main .latest .office-context .latest-section-header .header-text p span:last-child,
main .latest .office-context .land-section-header .header-text p span:last-child,
main .latest .office-context .office-section-header .header-text p span:last-child,
main .latest .office-context .credit-section-header .header-text p span:last-child,
main .latest .office-context .ipoteka-section-header .header-text p span:last-child,
main .latest .credit-context .vip-section-header .header-text p span:last-child,
main .latest .credit-context .latest-section-header .header-text p span:last-child,
main .latest .credit-context .land-section-header .header-text p span:last-child,
main .latest .credit-context .office-section-header .header-text p span:last-child,
main .latest .credit-context .credit-section-header .header-text p span:last-child,
main .latest .credit-context .ipoteka-section-header .header-text p span:last-child,
main .latest .ipoteka-context .vip-section-header .header-text p span:last-child,
main .latest .ipoteka-context .latest-section-header .header-text p span:last-child,
main .latest .ipoteka-context .land-section-header .header-text p span:last-child,
main .latest .ipoteka-context .office-section-header .header-text p span:last-child,
main .latest .ipoteka-context .credit-section-header .header-text p span:last-child,
main .latest .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .land .vip-context .vip-section-header .header-text p span:last-child,
main .land .vip-context .latest-section-header .header-text p span:last-child,
main .land .vip-context .land-section-header .header-text p span:last-child,
main .land .vip-context .office-section-header .header-text p span:last-child,
main .land .vip-context .credit-section-header .header-text p span:last-child,
main .land .vip-context .ipoteka-section-header .header-text p span:last-child,
main .land .latest-context .vip-section-header .header-text p span:last-child,
main .land .latest-context .latest-section-header .header-text p span:last-child,
main .land .latest-context .land-section-header .header-text p span:last-child,
main .land .latest-context .office-section-header .header-text p span:last-child,
main .land .latest-context .credit-section-header .header-text p span:last-child,
main .land .latest-context .ipoteka-section-header .header-text p span:last-child,
main .land .land-context .vip-section-header .header-text p span:last-child,
main .land .land-context .latest-section-header .header-text p span:last-child,
main .land .land-context .land-section-header .header-text p span:last-child,
main .land .land-context .office-section-header .header-text p span:last-child,
main .land .land-context .credit-section-header .header-text p span:last-child,
main .land .land-context .ipoteka-section-header .header-text p span:last-child,
main .land .office-context .vip-section-header .header-text p span:last-child,
main .land .office-context .latest-section-header .header-text p span:last-child,
main .land .office-context .land-section-header .header-text p span:last-child,
main .land .office-context .office-section-header .header-text p span:last-child,
main .land .office-context .credit-section-header .header-text p span:last-child,
main .land .office-context .ipoteka-section-header .header-text p span:last-child,
main .land .credit-context .vip-section-header .header-text p span:last-child,
main .land .credit-context .latest-section-header .header-text p span:last-child,
main .land .credit-context .land-section-header .header-text p span:last-child,
main .land .credit-context .office-section-header .header-text p span:last-child,
main .land .credit-context .credit-section-header .header-text p span:last-child,
main .land .credit-context .ipoteka-section-header .header-text p span:last-child,
main .land .ipoteka-context .vip-section-header .header-text p span:last-child,
main .land .ipoteka-context .latest-section-header .header-text p span:last-child,
main .land .ipoteka-context .land-section-header .header-text p span:last-child,
main .land .ipoteka-context .office-section-header .header-text p span:last-child,
main .land .ipoteka-context .credit-section-header .header-text p span:last-child,
main .land .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .office .vip-context .vip-section-header .header-text p span:last-child,
main .office .vip-context .latest-section-header .header-text p span:last-child,
main .office .vip-context .land-section-header .header-text p span:last-child,
main .office .vip-context .office-section-header .header-text p span:last-child,
main .office .vip-context .credit-section-header .header-text p span:last-child,
main .office .vip-context .ipoteka-section-header .header-text p span:last-child,
main .office .latest-context .vip-section-header .header-text p span:last-child,
main .office .latest-context .latest-section-header .header-text p span:last-child,
main .office .latest-context .land-section-header .header-text p span:last-child,
main .office .latest-context .office-section-header .header-text p span:last-child,
main .office .latest-context .credit-section-header .header-text p span:last-child,
main .office .latest-context .ipoteka-section-header .header-text p span:last-child,
main .office .land-context .vip-section-header .header-text p span:last-child,
main .office .land-context .latest-section-header .header-text p span:last-child,
main .office .land-context .land-section-header .header-text p span:last-child,
main .office .land-context .office-section-header .header-text p span:last-child,
main .office .land-context .credit-section-header .header-text p span:last-child,
main .office .land-context .ipoteka-section-header .header-text p span:last-child,
main .office .office-context .vip-section-header .header-text p span:last-child,
main .office .office-context .latest-section-header .header-text p span:last-child,
main .office .office-context .land-section-header .header-text p span:last-child,
main .office .office-context .office-section-header .header-text p span:last-child,
main .office .office-context .credit-section-header .header-text p span:last-child,
main .office .office-context .ipoteka-section-header .header-text p span:last-child,
main .office .credit-context .vip-section-header .header-text p span:last-child,
main .office .credit-context .latest-section-header .header-text p span:last-child,
main .office .credit-context .land-section-header .header-text p span:last-child,
main .office .credit-context .office-section-header .header-text p span:last-child,
main .office .credit-context .credit-section-header .header-text p span:last-child,
main .office .credit-context .ipoteka-section-header .header-text p span:last-child,
main .office .ipoteka-context .vip-section-header .header-text p span:last-child,
main .office .ipoteka-context .latest-section-header .header-text p span:last-child,
main .office .ipoteka-context .land-section-header .header-text p span:last-child,
main .office .ipoteka-context .office-section-header .header-text p span:last-child,
main .office .ipoteka-context .credit-section-header .header-text p span:last-child,
main .office .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .credit .vip-context .vip-section-header .header-text p span:last-child,
main .credit .vip-context .latest-section-header .header-text p span:last-child,
main .credit .vip-context .land-section-header .header-text p span:last-child,
main .credit .vip-context .office-section-header .header-text p span:last-child,
main .credit .vip-context .credit-section-header .header-text p span:last-child,
main .credit .vip-context .ipoteka-section-header .header-text p span:last-child,
main .credit .latest-context .vip-section-header .header-text p span:last-child,
main .credit .latest-context .latest-section-header .header-text p span:last-child,
main .credit .latest-context .land-section-header .header-text p span:last-child,
main .credit .latest-context .office-section-header .header-text p span:last-child,
main .credit .latest-context .credit-section-header .header-text p span:last-child,
main .credit .latest-context .ipoteka-section-header .header-text p span:last-child,
main .credit .land-context .vip-section-header .header-text p span:last-child,
main .credit .land-context .latest-section-header .header-text p span:last-child,
main .credit .land-context .land-section-header .header-text p span:last-child,
main .credit .land-context .office-section-header .header-text p span:last-child,
main .credit .land-context .credit-section-header .header-text p span:last-child,
main .credit .land-context .ipoteka-section-header .header-text p span:last-child,
main .credit .office-context .vip-section-header .header-text p span:last-child,
main .credit .office-context .latest-section-header .header-text p span:last-child,
main .credit .office-context .land-section-header .header-text p span:last-child,
main .credit .office-context .office-section-header .header-text p span:last-child,
main .credit .office-context .credit-section-header .header-text p span:last-child,
main .credit .office-context .ipoteka-section-header .header-text p span:last-child,
main .credit .credit-context .vip-section-header .header-text p span:last-child,
main .credit .credit-context .latest-section-header .header-text p span:last-child,
main .credit .credit-context .land-section-header .header-text p span:last-child,
main .credit .credit-context .office-section-header .header-text p span:last-child,
main .credit .credit-context .credit-section-header .header-text p span:last-child,
main .credit .credit-context .ipoteka-section-header .header-text p span:last-child,
main .credit .ipoteka-context .vip-section-header .header-text p span:last-child,
main .credit .ipoteka-context .latest-section-header .header-text p span:last-child,
main .credit .ipoteka-context .land-section-header .header-text p span:last-child,
main .credit .ipoteka-context .office-section-header .header-text p span:last-child,
main .credit .ipoteka-context .credit-section-header .header-text p span:last-child,
main .credit .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .vip-context .vip-section-header .header-text p span:last-child,
main .ipoteka .vip-context .latest-section-header .header-text p span:last-child,
main .ipoteka .vip-context .land-section-header .header-text p span:last-child,
main .ipoteka .vip-context .office-section-header .header-text p span:last-child,
main .ipoteka .vip-context .credit-section-header .header-text p span:last-child,
main .ipoteka .vip-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .latest-context .vip-section-header .header-text p span:last-child,
main .ipoteka .latest-context .latest-section-header .header-text p span:last-child,
main .ipoteka .latest-context .land-section-header .header-text p span:last-child,
main .ipoteka .latest-context .office-section-header .header-text p span:last-child,
main .ipoteka .latest-context .credit-section-header .header-text p span:last-child,
main .ipoteka .latest-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .land-context .vip-section-header .header-text p span:last-child,
main .ipoteka .land-context .latest-section-header .header-text p span:last-child,
main .ipoteka .land-context .land-section-header .header-text p span:last-child,
main .ipoteka .land-context .office-section-header .header-text p span:last-child,
main .ipoteka .land-context .credit-section-header .header-text p span:last-child,
main .ipoteka .land-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .office-context .vip-section-header .header-text p span:last-child,
main .ipoteka .office-context .latest-section-header .header-text p span:last-child,
main .ipoteka .office-context .land-section-header .header-text p span:last-child,
main .ipoteka .office-context .office-section-header .header-text p span:last-child,
main .ipoteka .office-context .credit-section-header .header-text p span:last-child,
main .ipoteka .office-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .credit-context .vip-section-header .header-text p span:last-child,
main .ipoteka .credit-context .latest-section-header .header-text p span:last-child,
main .ipoteka .credit-context .land-section-header .header-text p span:last-child,
main .ipoteka .credit-context .office-section-header .header-text p span:last-child,
main .ipoteka .credit-context .credit-section-header .header-text p span:last-child,
main .ipoteka .credit-context .ipoteka-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .vip-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .latest-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .land-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .office-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .credit-section-header .header-text p span:last-child,
main .ipoteka .ipoteka-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .land-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .office-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .vip-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .land-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .office-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .latest-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .land-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .land-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .land-context .land-section-header .header-text p span:last-child,
main .main-section-texts .land-context .office-section-header .header-text p span:last-child,
main .main-section-texts .land-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .land-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .office-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .office-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .office-context .land-section-header .header-text p span:last-child,
main .main-section-texts .office-context .office-section-header .header-text p span:last-child,
main .main-section-texts .office-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .office-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .land-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .office-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .credit-context .ipoteka-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .vip-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .latest-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .land-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .office-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .credit-section-header .header-text p span:last-child,
main .main-section-texts .ipoteka-context .ipoteka-section-header .header-text p span:last-child {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  main .vip .main-section-text-context .texts h3,
main .latest .main-section-text-context .texts h3,
main .land .main-section-text-context .texts h3,
main .office .main-section-text-context .texts h3,
main .credit .main-section-text-context .texts h3,
main .ipoteka .main-section-text-context .texts h3,
main .main-section-texts .main-section-text-context .texts h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 4px;
  }
  main .vip .main-section-text-context .texts p,
main .latest .main-section-text-context .texts p,
main .land .main-section-text-context .texts p,
main .office .main-section-text-context .texts p,
main .credit .main-section-text-context .texts p,
main .ipoteka .main-section-text-context .texts p,
main .main-section-texts .main-section-text-context .texts p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  main .bottom-header .bottom-content .search-form form .price-modal {
    width: 100%;
  }
  main .bottom-header .bottom-content .search-form form .price-modal .price-modal-inputs {
    top: 0;
    right: 0;
    left: auto;
    justify-content: flex-end;
    width: 94%;
  }
  main .bottom-header .bottom-content .search-form form .price-modal .price-modal-inputs input {
    width: 25%;
  }
  main .bottom-header .bottom-content .search-form form select,
main .bottom-header .bottom-content .search-form form input {
    width: 48%;
    padding: 12px 16px 12px 16px;
  }
  main .bottom-header .bottom-content .search-form form .detailed-search {
    width: 100%;
  }
  main .bottom-header .bottom-content .search-form form .detailed-search input {
    width: 100%;
  }
  main .bottom-header .bottom-content .search-form form .detailed-search .search-options {
    left: 0;
    width: 100%;
  }
  main .bottom-header .bottom-content .search-form form .detailed-search .search-options .search-options-container .detail-search-form label {
    margin-bottom: 4px;
  }
  main .bottom-header .bottom-content .search-form form .detailed-search .search-options .search-options-container .detail-search-form input,
main .bottom-header .bottom-content .search-form form .detailed-search .search-options .search-options-container .detail-search-form select {
    margin-bottom: 8px;
  }
  main .bottom-header .bottom-content .search-form form .detailed-search .search-options .search-options-container .close {
    display: block;
  }
  main .bottom-header .bottom-content .search-form form button {
    padding: 12px 20px;
    margin-bottom: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
  }
  main .bottom-header .bottom-content .search-form form .target-options .lists ul h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
  }
  main .bottom-header .bottom-content .search-form form .target-options .lists ul li input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
  main .bottom-header .bottom-content .search-form form .target-options .lists ul li label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  main .bottom-header .bottom-content .detailed-search-active {
    top: 350px;
  }
}
@media (max-width: 480px) {
  main .bottom-header .bottom-content .search-options {
    top: -1800px;
  }
  main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form {
    flex-direction: column;
  }
  main .bottom-header .bottom-content .search-options .search-options-container .detail-search-form .form-group {
    width: 100%;
  }
  main .bottom-header .bottom-content .detailed-search-active {
    top: 350px;
  }
}
footer {
  background-color: #334155;
}
footer .footer-top {
  padding: 44px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-top ul li:not(:last-child) {
  margin-right: 12px;
}
footer .footer-top ul li a {
  color: #f8fafc;
}
footer .footer-top .contact {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}
footer .footer-top .contact a {
  color: inherit;
  transition: 0.5s;
}
footer .footer-top .contact a:hover {
  color: #cbd5e1;
}
footer .line {
  height: 1px;
  background-color: #2563eb;
}
footer .footer-center {
  padding-top: 40px;
}
footer .footer-center h2 {
  color: #f8fafc;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 16px;
}
footer .footer-center .cities ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 85px;
  margin-bottom: 68px;
}
footer .footer-center .cities ul li a {
  color: #e2e8f0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
footer .footer-center .all ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 88px;
}
footer .footer-center .all ul li a {
  color: #e2e8f0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
footer .footer-bottom {
  padding: 24px 0;
  color: #cbd5e1;
  display: flex;
  justify-content: space-between;
  align-items: initial;
}
footer .footer-bottom div:first-child {
  width: 40%;
}
footer .footer-bottom .info {
  display: flex;
}
footer .footer-bottom .info p:first-child {
  margin-right: 20px;
}
footer .footer-bottom p {
  margin: 12px 0;
  line-height: 20px;
}
footer .footer-bottom p a {
  color: inherit;
  text-decoration: underline;
}
footer .footer-bottom p a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
  }
  footer {
    padding: 28px 20px;
  }
  footer .footer-top ul {
    margin-top: 16px;
  }
  footer .footer-bottom .info {
    flex-direction: column;
  }
  footer .line {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-top {
    padding: 0;
    flex-direction: column;
    align-items: inherit;
  }
}
@media (max-width: 576px) {
  footer .footer-top ul {
    flex-direction: column;
    align-items: inherit;
  }
  footer .footer-top ul li {
    margin-right: 0;
    margin-bottom: 8px;
  }
  footer .footer-center {
    padding-top: 28px;
  }
  footer .footer-center .cities h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }
  footer .footer-center .cities ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
    height: auto;
  }
  footer .footer-center .cities ul li {
    margin-right: 20px;
  }
  footer .footer-center .all h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }
  footer .footer-center .all ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 27px;
    height: auto;
  }
  footer .footer-center .all ul li {
    margin-right: 20px;
  }
  footer .footer-bottom {
    flex-direction: column;
  }
  footer .footer-bottom div:first-child {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer .footer-center .cities ul,
footer .footer-center .all ul {
    grid-template-columns: 1fr 1fr;
  }
}
* {
  box-sizing: border-box;
  font-family: "SF-Pro-Display", sans-serif;
}

body {
  font-family: "SF-Pro-Display", sans-serif;
}

.container {
  width: 1060px;
  margin: 0 auto;
}

a {
  color: initial;
  font-family: "SF-Pro-Display", sans-serif;
  cursor: pointer;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

select {
  border: none;
  outline: none;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.alert {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 12px 50px;
  border-radius: 6px;
  margin-bottom: 10px;
  color: white;
  text-align: center;
}

.alert-success {
  background-color: #5cb85c;
}

.alert-error {
  background-color: #ed4337;
}

.cards {
  display: flex;
  justify-content: inherit;
  align-items: center;
  flex-wrap: wrap;
}
.cards .card-wrapper {
  position: relative;
  width: 252px;
  height: 288px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.cards .card-wrapper .card {
  background: #f9fafb;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
.cards .card-wrapper .card .card-img {
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 8px 12px;
}
.cards .card-wrapper .card .card-text {
  height: 50%;
  padding: 8px 12px 12px 12px;
  background-color: #f9fafb;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.05);
}
.cards .card-wrapper .card .card-text .location-and-status,
.cards .card-wrapper .card .card-text .location,
.cards .card-wrapper .card .card-text .status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cards .card-wrapper .card .card-text .location-and-status {
  margin-bottom: 4px;
}
.cards .card-wrapper .card .card-text .location-and-status .location .location-icon {
  margin-right: 4px;
}
.cards .card-wrapper .card .card-text .location-and-status .location span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
}
.cards .card-wrapper .card .card-text .location-and-status .status .crown-icon {
  margin-right: 8px;
}
.cards .card-wrapper .card .card-text .card-price {
  margin-bottom: 4px;
}
.cards .card-wrapper .card .card-text .card-price p {
  color: #334155;
}
.cards .card-wrapper .card .card-text .card-price p .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-right: 2px;
}
.cards .card-wrapper .card .card-text .card-price p .currency {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.cards .card-wrapper .card .card-text .card-apartment-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #64748b;
  border-bottom: 1px solid #94a3b8;
  padding-bottom: 12px;
}
.cards .card-wrapper .card .card-text .card-apartment-info li:not(:last-child) {
  border-right: 1px solid #94a3b8;
  padding-right: 8px;
}
.cards .card-wrapper .card .card-text .dates {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #64748b;
  padding-top: 7px;
}
.cards .card-wrapper .document-and-percent {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12px;
  left: 12px;
  z-index: 111;
}
.cards .card-wrapper .document-and-percent .document,
.cards .card-wrapper .document-and-percent .percent,
.cards .card-wrapper .document-and-percent .barter {
  width: 28px;
  height: 36px;
  border-radius: 4px;
  margin-right: 8px;
}
.cards .card-wrapper .document-and-percent .document {
  background-color: #16a34a;
  padding: 8px 4px 8px 6px;
}
.cards .card-wrapper .document-and-percent .document .document-show {
  display: none;
  padding: 4px 8px;
  border-radius: 7px;
  background-color: #1e293b;
  color: #f8fafc;
  position: absolute;
  text-align: center;
  top: 40px;
  left: -10px;
  white-space: nowrap;
}
.cards .card-wrapper .document-and-percent .document .document-show span {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.cards .card-wrapper .document-and-percent .document:hover .document-show {
  display: flex;
}
.cards .card-wrapper .document-and-percent .percent {
  background-color: #bc8800;
  padding: 7px;
  padding-top: 10px;
  position: relative;
}
.cards .card-wrapper .document-and-percent .percent .percent-show {
  display: none;
  padding: 4px 8px;
  border-radius: 7px;
  background-color: #1e293b;
  color: #f8fafc;
  position: absolute;
  text-align: center;
  top: 40px;
  left: -15px;
  white-space: nowrap;
}
.cards .card-wrapper .document-and-percent .percent .percent-show span {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.cards .card-wrapper .document-and-percent .percent:hover .percent-show {
  display: flex;
}
.cards .card-wrapper .document-and-percent .barter {
  background-color: #2563eb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards .card-wrapper .document-and-percent .barter .barter-show {
  display: none;
  padding: 4px 8px;
  border-radius: 7px;
  background-color: #1e293b;
  color: #f8fafc;
  position: absolute;
  text-align: center;
  top: 40px;
  white-space: nowrap;
}
.cards .card-wrapper .document-and-percent .barter .barter-show span {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.cards .card-wrapper .document-and-percent .barter:hover .barter-show {
  display: flex;
}
.cards .card-wrapper .type {
  position: absolute;
  top: 106px;
  left: 12px;
  z-index: 11;
  border-radius: 4px;
  background-color: #2563eb;
  color: #f8fafc;
  padding: 4px 8px;
}
.cards .card-wrapper .type span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.cards .card-wrapper .favorites {
  position: absolute;
  z-index: 11110;
  top: 12px;
  right: 12px;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.62) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 10px;
  display: flex;
  color: #1d4ed8;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .cards {
    justify-content: space-around;
  }
  .cards .card-wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cards {
    justify-content: space-around;
  }
  .cards .card-wrapper {
    height: 203px;
    width: 48%;
  }
  .cards .card-wrapper .type {
    top: 67px;
  }
  .cards .card-wrapper .type span {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
  }
  .cards .card-wrapper .favorites {
    padding: 6px;
    right: 8px;
  }
  .cards .card-wrapper .favorites svg {
    font-size: 12px;
  }
  .cards .card-wrapper .document-and-percent .document,
.cards .card-wrapper .document-and-percent .percent,
.cards .card-wrapper .document-and-percent .barter {
    width: 20px;
    height: 28px;
  }
  .cards .card-wrapper .document-and-percent .document img,
.cards .card-wrapper .document-and-percent .percent img,
.cards .card-wrapper .document-and-percent .barter img {
    width: 12px;
    height: 12px;
  }
  .cards .card-wrapper .document-and-percent .document {
    padding: 8px 5px 8px 5px;
  }
  .cards .card-wrapper .document-and-percent .percent {
    padding: 5px;
    padding-top: 8px;
  }
  .cards .card-wrapper .card .card-img {
    padding: 8px;
  }
  .cards .card-wrapper .card .card-text .location-and-status {
    margin-bottom: 0;
  }
  .cards .card-wrapper .card .card-text .location-and-status .location .location-icon {
    width: 9px;
    height: 13px;
  }
  .cards .card-wrapper .card .card-text .location-and-status .location .location-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cards .card-wrapper .card .card-text .location-and-status .location span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .cards .card-wrapper .card .card-text .card-price p .price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .cards .card-wrapper .card .card-text .card-price p .currency {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }
  .cards .card-wrapper .card .card-text .card-apartment-info {
    padding-bottom: 6px;
  }
  .cards .card-wrapper .card .card-text .card-apartment-info li {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cards .card-wrapper .card .card-text .card-apartment-info li span {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }
  .cards .card-wrapper .card .card-text .card-apartment-info li:not(:last-child) {
    padding-right: 2px;
  }
  .cards .card-wrapper .card .card-text .dates {
    padding-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 576px) {
  .cards .card {
    width: 48%;
  }
}
.section-tab a:first-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
  margin-right: 12px;
}
.section-tab a:last-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2563eb;
  margin-left: 12px;
}

@media only screen and (max-width: 1024px) {
  .section-tab a:first-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 4px;
  }
  .section-tab a:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 4px;
  }
}
@media (max-width: 576px) {
  .section-tab span {
    display: flex;
  }
  .section-tab span a:first-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 4px;
  }
  .section-tab span a:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-left: 4px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
}
.pagination .page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.4rem;
}
.pagination .page-item .page-link {
  color: #1d4ed8;
}
.pagination .page-item:hover {
  color: #93c5fd;
}
.pagination .page-item.active {
  background: #2563eb;
  font-weight: 600;
  border: 1px solid #2563eb;
}
.pagination .page-item.active .page-link {
  color: #ffffff;
}

#category {
  position: relative;
  background-color: #73b5a1;
  margin: 40px 0 0 0;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #category {
    display: none;
  }
}
#category .category-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#category .category-section .all-categories {
  display: none;
  border: 1px solid #E8ECF1;
  border-radius: 0;
  background-color: #fff;
  width: 292px;
  max-width: 292px;
  position: absolute;
  top: 100%;
  z-index: 99;
}
#category .category-section .all-categories .category-item {
  z-index: 2;
  padding: 16px 20px;
  border-bottom: 1px solid #E8ECF1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#category .category-section .all-categories .category-item p {
  font-size: 14px;
}
#category .category-section .all-categories .category-item .all_category-items {
  border: 1px solid #E8ECF1;
  border-radius: 0;
  display: none;
  z-index: 2;
  padding: 32px;
  background-color: #fff;
  width: 292px;
  position: absolute;
  top: 0;
  left: 100%;
}
#category .category-section .all-categories .category-item .all_category-items a {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #2d3131;
}
#category .category-section .all-categories .category-item .all_category-items .item-title {
  padding-bottom: 12px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #549480;
}
#category .category-section .all-categories .category-item .all_category-items .item-title:nth-child(n+2) {
  padding-top: 12px;
}
#category .categories-button {
  background-color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #549480;
}
@media only screen and (max-width: 992px) {
  #category .categories-button {
    padding: 12px 10px;
  }
}
#category .categories-button img {
  padding-right: 12px;
  display: none;
}
#category .categories-button svg {
  margin-right: 12px;
  display: none;
}
#category .search {
  grid-column: span 2;
  display: flex;
  justify-content: initial;
  align-items: center;
}
#category .search .search-text {
  padding-right: 20px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
#category .search .search-form {
  width: 648px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #category .search .search-form {
    width: auto !important;
  }
}
#category .search .search-form input {
  width: 100%;
  outline: none;
  padding: 12px 16px;
  border: 1px solid #E4E8EE;
  border-radius: 6px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #acb3b8;
}
#category .search .search-form button {
  border: none;
  background-color: #fff;
  position: absolute;
  right: 0;
  padding: 16px;
  border-left: 1px solid #acb3b8;
  margin: 10px 0;
  padding: 5px 15px;
}

#campaign {
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #campaign .container {
    max-width: 100%;
    padding: 0;
  }
}
#campaign .campaign-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 24px;
}
@media only screen and (max-width: 992px) {
  #campaign .campaign-section {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 992px) {
  #campaign .campaign-section .campaign-section_main-offer {
    padding: 0 20px;
  }
}
#campaign .offer-timeout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 14px 24px;
  background-color: #73b5a1;
}
#campaign .offer-timeout .offer-head {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
#campaign .offer-timeout .offer-time {
  display: flex;
  justify-content: initial;
  align-items: center;
}
#campaign .offer-timeout .offer-time .time {
  background-color: #fff;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #586268;
  padding: 4px 6px;
  border-radius: 6px;
}
#campaign .offer-timeout .offer-time span {
  padding: 0 4px;
  color: #fff;
}
#campaign .offer {
  padding: 24px 24px 16px 24px;
  border: 1px solid #73b5a1;
  border-radius: 0;
}
#campaign .offer .offer-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#campaign .offer .offer-name h5 {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #2d3131;
}
@media only screen and (max-width: 575px) {
  #campaign .offer .offer-name h5 {
    font-family: "SF-Pro-Display", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2d3131;
  }
}
#campaign .offer .offer-name .offer-logo img {
  width: 90px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
#campaign .offer .offer-info {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#campaign .offer .offer-info .offer-img img {
  width: 188px;
  height: 188px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 575px) {
  #campaign .offer .offer-info .offer-img img {
    width: 120px;
    height: 120px;
  }
}
#campaign .offer .offer-info .offer-badges {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
#campaign .offer .offer-info .offer-badges .badge-item {
  margin-bottom: 8px;
}
#campaign .offer-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#campaign .prices {
  padding-top: 16px;
}
#campaign .prices .discount-price {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #586268;
  text-decoration: line-through;
}
#campaign .prices .price {
  padding-top: 12px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: #2d3131;
}
#campaign .offer-carousel {
  grid-column: span 2;
}
#campaign .offer-carousel #carouselExampleIndicators {
  height: 100%;
}
#campaign .offer-carousel #carouselExampleIndicators .carousel-inner {
  height: 100%;
}
#campaign .offer-carousel #carouselExampleIndicators .carousel-inner .carousel-item {
  height: 100%;
}
#campaign .offer-carousel #carouselExampleIndicators .carousel-inner .carousel-item img {
  border-radius: 6px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #campaign .offer-carousel #carouselExampleIndicators .carousel-inner .carousel-item img {
    border-radius: 0;
  }
}
#campaign .offer-carousel #carouselExampleIndicators .carousel-indicators button {
  position: relative;
  color: #fff;
}
#campaign .offer-carousel #carouselExampleIndicators .carousel-indicators button:last-child {
  margin: 0;
}
#campaign .offer-carousel #carouselExampleIndicators .carousel-indicators .pagination-number {
  position: absolute;
  top: -5px;
  left: -20px;
}

#partners {
  padding: 52px;
}
@media only screen and (max-width: 767px) {
  #partners {
    display: none;
  }
}
#partners .partner-img {
  width: 126px;
  height: 76px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: opacity(0.5);
}

#comparing .container {
  position: relative;
}
#comparing .comparing-title {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #2d3131;
  padding: 24px 0 12px 0;
  display: none;
}
#comparing .comparing-title span {
  color: #73b5a1;
}
@media only screen and (max-width: 767px) {
  #comparing .comparing-title {
    display: block;
  }
}
#comparing .comparing-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 0px;
}
@media only screen and (max-width: 767px) {
  #comparing .comparing-section {
    display: flex;
    flex: 1;
  }
}
#comparing .comparing-section .compared-product {
  background-color: #f3f5f8;
  padding: 32px 72px 32px 32px;
  border: 1px solid #E4E8EE;
  border-radius: 6px;
  display: flex;
  justify-content: initial;
  align-items: initial;
  border: 1px solid #E4E8EE;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  #comparing .comparing-section .compared-product {
    padding: 24px 16px 16px 16px;
    flex-direction: column;
  }
}
#comparing .comparing-section .compared-product .compared-product_img img {
  width: 188px;
  height: 188px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #comparing .comparing-section .compared-product .compared-product_img img {
    width: 120px;
    height: 120px;
  }
}
#comparing .comparing-section .compared-product .compared-product_info {
  width: 100%;
}
#comparing .comparing-section .compared-product .compared-product_info .compared-product_category {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #549480;
}
@media only screen and (max-width: 767px) {
  #comparing .comparing-section .compared-product .compared-product_info .compared-product_category {
    font-size: 14px;
  }
}
#comparing .comparing-section .compared-product .compared-product_info .compared-product_name {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #2d3131;
}
@media only screen and (max-width: 767px) {
  #comparing .comparing-section .compared-product .compared-product_info .compared-product_name {
    font-size: 16px;
  }
}
#comparing .comparing-section .compared-product .compared-product_info .compared-product_properties {
  padding: 16px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #comparing .comparing-section .compared-product .compared-product_info .compared-product_properties {
    padding: 0;
  }
}
#comparing .comparing-section .compared-product .compared-product_info .compared-product_properties .property {
  padding: 8px 0;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #2d3131;
  box-shadow: 0px -1px 0px 0px #DEE2E8 inset;
}
#comparing .comparing-section .compared-product .compared-product_info .compared-product_properties .property:last-child {
  box-shadow: none;
}
#comparing .comparing-section .compared-product:nth-child(2) {
  flex-direction: row-reverse;
  padding: 32px 32px 32px 72px;
}
@media only screen and (max-width: 767px) {
  #comparing .comparing-section .compared-product:nth-child(2) {
    flex-direction: column;
    padding: 24px 16px 16px 16px;
  }
}
#comparing .comparing-section .compare {
  background-color: #549480;
  color: #fff;
  padding: 20px 22px;
  border: none;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  #comparing .comparing-section .compare {
    position: relative;
    top: auto;
    left: auto;
    grid-column: span 2;
    border: none;
    border-radius: 4px;
    background-color: #73b5a1;
  }
  #comparing .comparing-section .compare svg {
    display: none;
  }
}
#comparing .comparing-section .compare p {
  padding-top: 6px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
#comparing .comparing-section:nth-child(3) {
  display: inline-block;
  position: absolute;
  top: 35%;
  left: 46%;
  z-index: 2;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #comparing .comparing-section:nth-child(3) {
    margin: 24px 0;
    position: relative;
    width: 100%;
    left: auto;
  }
  #comparing .comparing-section:nth-child(3) .compare {
    width: 100%;
    padding: 12px 0;
  }
}

#goods, #reccomended-products {
  padding: 72px 0;
}
@media only screen and (max-width: 575px) {
  #goods, #reccomended-products {
    padding: 12px 0;
  }
}
#goods .tab-section, #reccomended-products .tab-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
#goods .tab-section .all-products, #reccomended-products .tab-section .all-products {
  display: flex;
  justify-content: initial;
  align-items: normal;
}
@media only screen and (max-width: 767px) {
  #goods .tab-section .all-products, #reccomended-products .tab-section .all-products {
    display: none;
  }
}
#goods .tab-section .all-products a, #reccomended-products .tab-section .all-products a {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2d3131;
  margin-right: 20px;
}
#goods .tab-section .all-products .swiper-buttons, #reccomended-products .tab-section .all-products .swiper-buttons {
  display: flex;
  justify-content: initial;
  align-items: center;
}
#goods .swiper-button-next, #goods .swiper-button-prev, #reccomended-products .swiper-button-next, #reccomended-products .swiper-button-prev {
  position: relative;
  color: #73b5a1;
  left: 0;
  right: 0;
}
#goods .swiper-button-next::after, #goods .swiper-button-prev::after, #reccomended-products .swiper-button-next::after, #reccomended-products .swiper-button-prev::after {
  font-size: 18px;
}

#reccomended-products {
  padding: 72px 0 28px 0;
}
#reccomended-products .swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
#reccomended-products .product {
  margin-top: 0 !important;
}

#promo .promo-section {
  position: relative;
  background-color: #549480 !important;
  padding: 20px 32px;
  border: 1px solid #73b5a1;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #promo .promo-section {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  #promo .promo-section {
    padding: 16px;
  }
}
#promo .promo-section img {
  opacity: 10%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #promo .promo-section .promo-text {
    width: 100%;
  }
}
#promo .promo-section .promo-title {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
#promo .promo-section .promo-subtitle {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #promo .promo-section .promo-subtitle {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 575px) {
  #promo .promo-section .promo-subtitle {
    font-family: "SF-Pro-Display", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }
}
#promo .promo-section .add-promo {
  z-index: 2;
  height: 100%;
  padding: 12px 32px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #549480;
  border: none;
  border-radius: 4px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #promo .promo-section .add-promo {
    width: 100%;
  }
}

#random {
  padding-top: 52px;
}
#random .random-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 24px;
}
@media only screen and (max-width: 575px) {
  #random .random-products {
    display: flex;
    flex-direction: column;
  }
}
#random .random-products .random-product {
  border-radius: 6px;
  background-color: #f3f5f8;
  padding: 32px 16px 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #random .random-products .random-product {
    padding: 28px 16px 16px 16px;
  }
}
#random .random-products .random-product .random-product_info {
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: normal;
}
#random .random-products .random-product .random-product_info .random-product_name {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #586268;
}
#random .random-products .random-product .random-product_info .random-product_description {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #2d3131;
}
@media only screen and (max-width: 575px) {
  #random .random-products .random-product .random-product_info .random-product_description {
    font-family: "SF-Pro-Display", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #2d3131;
  }
}
#random .random-products .random-product .random-product_info .random-product_text {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #586268;
}
#random .random-products .random-product .random-product_info .random-product_price .random-product_fee {
  display: flex;
  justify-content: initial;
  align-items: center;
}
#random .random-products .random-product .random-product_info .random-product_price .random-product_fee .random-product_real-price {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #ec191e;
}
#random .random-products .random-product .random-product_info .random-product_price .random-product_fee .random-product_discount-price {
  padding-left: 8px;
  text-decoration: line-through;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #849097;
}
#random .random-products .random-product .random-product_img img {
  width: 188px;
  height: 188px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 575px) {
  #random .random-products .random-product .random-product_img img {
    width: 120px;
    height: 120px;
  }
}

#advantageous-categories {
  padding: 72px 0 0 0;
}
@media only screen and (max-width: 575px) {
  #advantageous-categories {
    padding: 24px 0 0 0;
  }
}
#advantageous-categories .advantageous-categories_title {
  text-align: center;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #2d3131;
}
@media only screen and (max-width: 575px) {
  #advantageous-categories .advantageous-categories_title {
    font-family: "SF-Pro-Display", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #2d3131;
    text-align: left;
  }
}
#advantageous-categories .advantageous-categories_title span {
  color: #73b5a1;
}
#advantageous-categories .preffered-categories {
  padding: 32px 0 52px 0;
  border-bottom: 1px solid #e4e8ee;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 24px;
}
@media only screen and (max-width: 575px) {
  #advantageous-categories .preffered-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 17px;
    padding: 12px 0 32px 0;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 475px) {
  #advantageous-categories .preffered-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 17px;
  }
}
@media only screen and (max-width: 425px) {
  #advantageous-categories .preffered-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 17px;
  }
}
#advantageous-categories .preffered-categories .preffered-catefory img {
  width: 100%;
  height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  #advantageous-categories .preffered-categories .preffered-catefory img {
    height: 124px;
  }
}
#advantageous-categories .preffered-categories .preffered-catefory p {
  padding-top: 20px;
  text-align: center;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2d3131;
}
@media only screen and (max-width: 575px) {
  #advantageous-categories .preffered-categories .preffered-catefory p {
    padding-top: 4px;
    font-family: "SF-Pro-Display", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2d3131;
  }
}
#advantageous-categories .preffered-categories .preffered-catefory:last-child {
  grid-column: span 2;
}
#advantageous-categories .preffered-categories .preffered-catefory:last-child .preffered-catefory {
  display: none;
}

#custom-categories {
  padding-top: 52px;
}
@media only screen and (max-width: 575px) {
  #custom-categories {
    padding-top: 0;
  }
}
#custom-categories .custom-categories_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  #custom-categories .custom-categories_section {
    display: flex;
    justify-content: initial;
    align-items: center;
    flex-direction: column;
  }
}
#custom-categories .custom-categories_section .custom-category {
  padding: 32px 16px;
  display: flex;
  justify-content: initial;
  align-items: normal;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  #custom-categories .custom-categories_section .custom-category {
    width: 100%;
    padding: 16px;
    align-items: center;
  }
}
#custom-categories .custom-categories_section .custom-category .custom-category_img img {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 575px) {
  #custom-categories .custom-categories_section .custom-category .custom-category_img img {
    width: 120px;
    height: 120px;
  }
}
#custom-categories .custom-categories_section .custom-category .custom-category_info {
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: column;
}
#custom-categories .custom-categories_section .custom-category .custom-category_info .custom-category_title {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #2d3131;
}
#custom-categories .custom-categories_section .custom-category .custom-category_info .custom-category_subcategories .custom_subcategory {
  display: block;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 4 0;
  font-size: 14px;
  line-height: 24px;
  color: #586268;
  transition: all 0.3s ease;
}
#custom-categories .custom-categories_section .custom-category .custom-category_info .custom-category_subcategories .custom_subcategory:hover {
  color: #73b5a1;
}
#custom-categories .custom-categories_section .custom-category .custom-category_info .all-subcategories {
  color: #73b5a1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #73b5a1;
}
#custom-categories .custom-categories_section .custom-category .custom-category_info .all-subcategories svg {
  margin-left: 12px;
}

#services {
  padding: 72px 0;
}
@media only screen and (max-width: 575px) {
  #services {
    padding: 32px 0;
  }
}
#services .services-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 50px;
}
@media only screen and (max-width: 575px) {
  #services .services-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 16px;
  }
}
#services .services-section .service {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#services .services-section .service .service-icon img {
  width: 50px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
#services .services-section .service .service-name {
  padding-top: 8px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #2d3131;
}
#services .services-section .service .service-description {
  text-align: center;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #586268;
}

#subscribe {
  z-index: 2;
  overflow: hidden;
  position: relative;
  padding: 32px 0;
  background-color: #73b5a1;
}
#subscribe .subscribe-section {
  z-index: 2;
  display: flex;
  justify-content: initial;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #subscribe .subscribe-section {
    flex-direction: column;
  }
}
#subscribe .subscribe-section .subscribe-text {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
#subscribe .subscribe-section .subscribe-form {
  width: 720px;
  position: relative;
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  #subscribe .subscribe-section .subscribe-form {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}
#subscribe .subscribe-section .subscribe-form .subscribe-input {
  width: 100%;
  outline: none !important;
  padding: 16px 20px 16px 52px;
  border: none;
  border-radius: 4px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #acb3b8;
}
#subscribe .subscribe-section .subscribe-form .envelope {
  position: absolute;
  padding: 22px 20px;
  left: 0;
}
#subscribe .subscribe-section .subscribe-form button {
  background-color: #fff;
  position: absolute;
  padding: 18px 14px;
  right: 0px;
  border: none;
  border-radius: 0;
}
#subscribe .subscribe-section .component {
  position: absolute;
  right: 3%;
  top: -20%;
  width: 20%;
  z-index: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.active-icon {
  display: inline-block !important;
}

.active-menu {
  display: block !important;
}

.active-elements {
  display: flex !important;
}

.active-products {
  display: block !important;
}

.active-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "left left right_top" "left left right_bottom";
}
@media only screen and (max-width: 767px) {
  .active-grid {
    display: flex;
    justify-content: initial;
    align-items: center;
    flex-direction: column;
  }
}

.mySwiper2, .mySwiper3 {
  display: none;
}

.active-blog, .active-popular {
  color: #73b5a1 !important;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content */
.modal-content {
  padding: 100px 0;
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

/* The Close Button */
.close {
  color: #2d3131;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.current_language {
  padding-bottom: 16px;
  display: flex;
  justify-content: initial;
  align-items: center;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #2d3131;
}
.current_language img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.languages-title {
  padding-bottom: 12px;
}
.languages-title h3 {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #2d3131;
}
.languages-title p {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2d3131;
}

.languages-list {
  display: flex;
  flex-direction: column;
}
.languages-list a {
  padding: 12px 0;
  box-shadow: 0px -1px 0px 0px #E8ECF1 inset;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #2d3131;
}
.languages-list a:last-child {
  box-shadow: none;
}
.languages-list .active-language {
  color: #2d3131;
}

#categories .sort-section {
  border-radius: 6px;
  padding: 12px 20px;
  margin-bottom: 16px;
  background-color: #f3f5f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#categories .sort-section .sort, #categories .sort-section .product-amount {
  display: flex;
  justify-content: initial;
  align-items: center;
}
#categories .sort-section p {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #586268;
}
#categories .sort-section select, #categories .sort-section span {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2d3131;
  border: none;
  outline: none;
  margin-left: 8px;
  background-color: transparent;
}
#categories .categorised-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 24px;
}
#categories .categorised-products .filter {
  padding: 0 15px;
  border-radius: 6px;
  background-color: #f3f5f8;
}
#categories .categorised-products .filter .filter-category {
  padding-bottom: 16px;
  border-bottom: 1px solid #E4E8EE;
}
#categories .categorised-products .filter .filter-category .filter-title {
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #2d3131;
}
#categories .categorised-products .filter .filter-category .filter-title .minus {
  display: none;
  cursor: pointer;
}
#categories .categorised-products .filter .filter-category .filter-title .plus {
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#categories .categorised-products .filter .filter-category .filter-categories {
  display: flex;
  height: 180px;
  overflow-y: scroll;
  flex-direction: column;
}
#categories .categorised-products .filter .filter-category .filter-categories .category-link {
  margin-bottom: 16px;
  transition: 0.2s ease-in-out;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #586268;
}
#categories .categorised-products .filter .filter-category .filter-categories .category-link:hover {
  color: #73b5a1;
  font-weight: 600;
}
#categories .categorised-products .filter .filter-category #filterCategories::-webkit-scrollbar {
  border-radius: 4px;
  left: 10px;
  width: 4px;
  background-color: #E2E8F0;
}
#categories .categorised-products .filter .filter-category #filterCategories::-webkit-scrollbar-thumb {
  border-radius: 4px;
  padding: 0 0 0 15px;
  background-clip: padding-box;
  background: #94A3B8;
}
#categories .categorised-products .filter .filter-category:last-child {
  border-bottom: 0;
}
#categories .categorised-products .filter-wrap {
  grid-column: span 3;
}
#categories .categorised-products .filter-wrap .filter-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 24px;
}
#categories .categorised-products .price-inputs form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#categories .categorised-products .price-inputs form .min-price {
  width: 50px;
  outline: none;
  padding: 4px 12px;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2d3131;
}
#categories .categorised-products .price-inputs form .max-price {
  width: 128px;
  outline: none;
  padding: 4px 12px;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2d3131;
}
#categories .categorised-products .brand-search {
  display: none;
  flex-direction: column;
}
#categories .categorised-products .brand-search .brand-search_form {
  position: relative;
}
#categories .categorised-products .brand-search .brand-search_form input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  outline: none;
  padding: 8px 16px;
  margin-bottom: 28px;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #acb3b8;
}
#categories .categorised-products .brand-search .brand-search_form #search-icon {
  margin: 4px 1px;
  padding: 8px 16px;
  position: absolute;
  border: none;
  outline: 0;
  top: 0;
  right: 0;
  background-color: #fff;
}
#categories .categorised-products .brand-search .check-category {
  display: flex;
  flex-direction: column;
}
#categories .categorised-products .brand-search .check-category .brand-choice {
  display: flex;
  justify-content: initial;
  align-items: normal;
}
#categories .categorised-products .brand-search .check-category .brand-choice input {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-bottom: 20px;
  accent-color: #fff;
}
#categories .categorised-products .brand-search .check-category .brand-choice p {
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2d3131;
}
#categories .categorised-products .brand-search .check-category .brand-choice:last-child input {
  margin-bottom: 0;
}
#categories .categorised-products .brand-search .radio-category {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 20px;
}
#categories .categorised-products .brand-search .radio-category .brand-choice {
  display: flex;
  justify-content: initial;
  align-items: center;
  flex-direction: column;
}
#categories .categorised-products .brand-search .radio-category input {
  width: 20px;
  height: 20px;
  border: none !important;
  accent-color: #EADECF;
}
#categories .categorised-products .brand-search .radio-category p {
  padding-top: 8px;
  font-family: "SF-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #2d3131;
}

main .buildings {
  background-color: #eff6ff;
  padding-top: 20px;
  padding-bottom: 90px;
}
main .buildings .buildings-context .header-and-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .buildings .buildings-context .header-and-filter h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #334155;
  margin: 16px 0;
}
main .buildings .buildings-context .header-and-filter button {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .buildings .buildings-context .header-and-filter button span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #586268;
  margin-right: 6px;
}
main .buildings .buildings-context .cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(253px, 1fr));
  gap: 20px 15px;
}
main .buildings .buildings-context .cards .card {
  width: 252px;
  height: 356px;
  margin-bottom: 24px;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
}
main .buildings .buildings-context .cards .card .card-img {
  width: 100%;
  height: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 8px 12px;
}
main .buildings .buildings-context .cards .card .card-text {
  height: 55%;
  padding: 8px 20px 12px 12px;
}
main .buildings .buildings-context .cards .card .card-text .card-price p {
  color: #334155;
}
main .buildings .buildings-context .cards .card .card-text .card-price p .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-right: 2px;
}
main .buildings .buildings-context .cards .card .card-text .card-price p .currency {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
main .buildings .buildings-context .cards .card .card-text .card-apartment-info li {
  margin-top: 4px;
}
main .buildings .buildings-context .cards .card .card-text .card-apartment-info li .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
main .buildings .buildings-context .cards .card .card-text .card-apartment-info li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #64748b;
}
main .buildings .buildings-context .cards .card .card-text .apartment-name p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #334155;
}

@media only screen and (max-width: 1024px) {
  main .buildings {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 32px;
  }
  main .buildings .buildings-context .cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  main .buildings .buildings-context .cards .card {
    width: 30%;
  }
}
@media (max-width: 576px) {
  main .buildings .buildings-context .header-and-filter h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
  main .buildings .buildings-context .cards .card {
    width: 48%;
  }
  main .buildings .buildings-context .cards .card .card-text {
    padding: 8px;
  }
}
main .building-details {
  background-color: #eff6ff;
  padding-top: 20px;
  padding-bottom: 60px;
}
main .building-details .building-details-context .announcement {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .building-details .building-details-context .announcement .left-side h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #334155;
  margin: 16px 0;
  margin-bottom: 8px;
}
main .building-details .building-details-context .announcement .left-side .tags {
  display: flex;
}
main .building-details .building-details-context .announcement .left-side .tags .tag {
  border-radius: 4px;
  background-color: #f8fafc;
  padding: 4px 12px;
}
main .building-details .building-details-context .announcement .left-side .tags .tag span {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #334155;
}
main .building-details .building-details-context .announcement .left-side .tags .tag:not(:last-child) {
  margin-right: 8px;
}
main .building-details .building-details-context .announcement .right-side {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
}
main .building-details .building-details-context .announcement .right-side span {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #1e293b;
  margin-left: 12px;
}
main .building-details .building-details-context .building-details-main {
  display: flex;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  padding: 36px 44px;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-top: 20px;
}
main .building-details .building-details-context .building-details-main .building-photo {
  margin-right: 32px;
}
main .building-details .building-details-context .building-details-main .building-photo .swiper-container {
  position: relative;
  overflow: hidden;
}
main .building-details .building-details-context .building-details-main .building-photo .swiper-container .swiper-slide-container {
  text-align: center;
  font-size: 18px;
  height: 100%;
  max-width: 600px;
  margin: auto;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
main .building-details .building-details-context .building-details-main .building-photo .swiper-container .swiper-button-next::after,
main .building-details .building-details-context .building-details-main .building-photo .swiper-container .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  background-color: white;
  color: black;
  padding: 0 11px;
}
main .building-details .building-details-context .building-details-main .building-photo .gallery-top {
  height: 400px;
  width: 100%;
}
main .building-details .building-details-context .building-details-main .building-photo .gallery-top .gallery-top-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .building-details .building-details-context .building-details-main .building-photo .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
main .building-details .building-details-context .building-details-main .building-photo .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}
main .building-details .building-details-context .building-details-main .building-photo .gallery-thumbs .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .building-details .building-details-context .building-details-main .building-photo .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
main .building-details .building-details-context .building-details-main .building-photo,
main .building-details .building-details-context .building-details-main .building-data {
  width: 50%;
}
main .building-details .building-details-context .building-details-main .building-photo .building-about .building-area,
main .building-details .building-details-context .building-details-main .building-data .building-about .building-area {
  display: flex;
  padding: 12px 0;
  width: 100%;
  border-top: 1px solid #1e40af;
  border-bottom: 1px solid #1e40af;
}
main .building-details .building-details-context .building-details-main .building-photo .building-about .building-area:first-child,
main .building-details .building-details-context .building-details-main .building-data .building-about .building-area:first-child {
  border-bottom: none;
}
main .building-details .building-details-context .building-details-main .building-photo .building-about .building-area li,
main .building-details .building-details-context .building-details-main .building-data .building-about .building-area li {
  border-right: 1px solid #1e40af;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 30%;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #0f172a;
  padding-left: 28px;
}
main .building-details .building-details-context .building-details-main .building-photo .building-about .building-area li span:first-child,
main .building-details .building-details-context .building-details-main .building-data .building-about .building-area li span:first-child {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #1e3a8a;
}
main .building-details .building-details-context .building-details-main .building-photo .building-about .building-area li:last-child,
main .building-details .building-details-context .building-details-main .building-data .building-about .building-area li:last-child {
  border: none;
}
main .building-details .building-details-context .building-details-main .building-photo .seller-info,
main .building-details .building-details-context .building-details-main .building-data .seller-info {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .building-details .building-details-context .building-details-main .building-photo .seller-info .seller-name,
main .building-details .building-details-context .building-details-main .building-data .seller-info .seller-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #1e293b;
}
main .building-details .building-details-context .building-details-main .building-photo .seller-info .seller-number,
main .building-details .building-details-context .building-details-main .building-data .seller-info .seller-number {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #1e40af;
}
main .building-details .building-details-context .building-details-main .building-photo p,
main .building-details .building-details-context .building-details-main .building-data p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
  margin-bottom: 16px;
}
main .building-details .building-details-context .building-details-main .building-photo .actions,
main .building-details .building-details-context .building-details-main .building-data .actions {
  display: flex;
}
main .building-details .building-details-context .building-details-main .building-photo .actions .flag,
main .building-details .building-details-context .building-details-main .building-photo .actions .favorites,
main .building-details .building-details-context .building-details-main .building-data .actions .flag,
main .building-details .building-details-context .building-details-main .building-data .actions .favorites {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
main .building-details .building-details-context .building-details-main .building-photo .actions .flag .logo,
main .building-details .building-details-context .building-details-main .building-photo .actions .favorites .logo,
main .building-details .building-details-context .building-details-main .building-data .actions .flag .logo,
main .building-details .building-details-context .building-details-main .building-data .actions .favorites .logo {
  width: 20px;
  height: 24px;
  margin-right: 16px;
}
main .building-details .building-details-context .building-details-main .building-photo .actions .flag .logo svg,
main .building-details .building-details-context .building-details-main .building-photo .actions .favorites .logo svg,
main .building-details .building-details-context .building-details-main .building-data .actions .flag .logo svg,
main .building-details .building-details-context .building-details-main .building-data .actions .favorites .logo svg {
  width: 100%;
  height: 100%;
}
main .building-details .building-details-context .building-details-main .building-photo .actions .flag .logo svg path,
main .building-details .building-details-context .building-details-main .building-photo .actions .favorites .logo svg path,
main .building-details .building-details-context .building-details-main .building-data .actions .flag .logo svg path,
main .building-details .building-details-context .building-details-main .building-data .actions .favorites .logo svg path {
  fill: #1d4ed8;
}
main .building-details .building-details-context .building-details-main .building-photo .actions .flag span,
main .building-details .building-details-context .building-details-main .building-photo .actions .favorites span,
main .building-details .building-details-context .building-details-main .building-data .actions .flag span,
main .building-details .building-details-context .building-details-main .building-data .actions .favorites span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
}
main .building-details .building-details-context .building-details-main .building-photo .actions .flag .logo,
main .building-details .building-details-context .building-details-main .building-data .actions .flag .logo {
  margin-left: 10px;
}
main .building-details .building-details-context .building-details-main .building-photo .update,
main .building-details .building-details-context .building-details-main .building-data .update {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
  margin-bottom: 26px;
}
main .building-details .building-details-context .building-details-main .building-photo .update span,
main .building-details .building-details-context .building-details-main .building-data .update span {
  color: #1e293b;
}
main .building-details .building-details-context .building-details-main .building-photo .update-mobile,
main .building-details .building-details-context .building-details-main .building-data .update-mobile {
  display: none;
}
main .building-details .building-details-context .building-details-main .building-photo .buy-and-price,
main .building-details .building-details-context .building-details-main .building-data .buy-and-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .building-details .building-details-context .building-details-main .building-photo .buy-and-price button,
main .building-details .building-details-context .building-details-main .building-data .buy-and-price button {
  padding: 12px 32px;
  background-color: #dc2626;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #f8fafc;
}
main .building-details .building-details-context .building-details-main .building-photo .buy-and-price .price,
main .building-details .building-details-context .building-details-main .building-data .buy-and-price .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #1e3a8a;
}
main .building-details .building-details-context .building-paragraph {
  margin: 8px 0;
}
main .building-details .building-details-context .building-paragraph ul {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main .building-details .building-details-context .building-paragraph ul li {
  margin-bottom: 5px;
  white-space: nowrap;
  margin-right: 5px;
  border: 1px solid #3b82f6;
  border-radius: 15px;
  padding: 0 10px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #3b82f6;
}
main .building-details .building-details-context .building-paragraph p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e293b;
}
main .building-details .building-details-context .premium-cards {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .building-details .building-details-context .premium-cards .premium-mobile {
  display: none !important;
}
main .building-details .building-details-context .premium-cards .left-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 73%;
}
main .building-details .building-details-context .premium-cards .left-side .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 8px;
  padding-top: 12px;
}
main .building-details .building-details-context .premium-cards .left-side .card span {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #1e293b;
  margin-bottom: 8px;
}
main .building-details .building-details-context .premium-cards .left-side .card button {
  background: none;
  width: 228px;
  height: 48px;
  background-color: #2563eb;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .building-details .building-details-context .premium-cards .left-side .card button .icon {
  width: 25px;
  height: 24px;
  margin-right: 8px;
  color: #2563eb;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .building-details .building-details-context .premium-cards .left-side .card button span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #f8fafc;
  margin: 0;
}
main .building-details .building-details-context .premium-cards .card {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-direction: column;
  height: 108px;
}
main .building-details .building-details-context .premium-cards .card button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 12px 48px;
  width: 257px;
  height: 48px;
}
main .building-details .building-details-context .premium-cards .card button .icon {
  margin-right: 16px;
  color: #2563eb;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .building-details .building-details-context .premium-cards .card button span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
  white-space: nowrap;
}
main .building-details .building-details-context #map {
  height: 216px;
  margin-top: 32px;
}
main .building-details .agency-details .section-tab {
  margin-bottom: 16px;
}
main .building-details .agency-details .agency-details-context {
  padding: 24px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
main .building-details .agency-details .agency-details-context .agency-photo {
  width: 264px;
  height: 264px;
}
main .building-details .agency-details .agency-details-context .agency-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .building-details .agency-details .agency-details-context .agency-information {
  width: 70%;
  margin-bottom: 5px;
}
main .building-details .agency-details .agency-details-context .agency-information h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #334155;
}
main .building-details .agency-details .agency-details-context .agency-information p {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #334155;
  width: 90%;
}
main .building-details .agency-details .agency-details-context .agency-information .time-and-location .time,
main .building-details .agency-details .agency-details-context .agency-information .time-and-location .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #334155;
  margin-bottom: 12px;
}
main .building-details .agency-details .agency-details-context .agency-information .time-and-location .time .icon,
main .building-details .agency-details .agency-details-context .agency-information .time-and-location .location .icon {
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
main .building-details .agency-details .agency-details-context .agency-information .time-and-location .time .icon img,
main .building-details .agency-details .agency-details-context .agency-information .time-and-location .location .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .building-details .agency-details .agency-details-context .agency-information .time-and-location .location {
  margin-bottom: 40px;
}
main .building-details .agency-details .agency-details-context .agency-information a {
  padding: 8px 57.5px;
  border: 1px solid #1e3a8a;
  border-radius: 4px;
  color: #1e3a8a;
}
main .building-details .agency-details .modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11111;
}
main .building-details .agency-details .modal .modal-container .increase-price {
  padding: 20px;
  padding-bottom: 27px;
  background-color: white;
  margin-top: 20px;
  width: 100%;
}
main .building-details .agency-details .modal .modal-container .increase-price h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
}
main .building-details .agency-details .modal .modal-container .increase-price h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #2e3131;
  margin-bottom: 12px;
}
main .building-details .agency-details .modal .modal-container .increase-price p {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  color: #586268;
  margin-bottom: 10px;
}
main .building-details .agency-details .modal .modal-container .increase-price .form-input {
  display: flex;
  margin-bottom: 16px;
}
main .building-details .agency-details .modal .modal-container .increase-price .form-input .radio-button {
  margin-right: 24px;
}
main .building-details .agency-details .modal .modal-container .increase-price .radio-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
main .building-details .agency-details .modal .modal-container .increase-price .radio-label input[type=radio] {
  display: none;
}
main .building-details .agency-details .modal .modal-container .increase-price .radio-label input[type=radio]:checked ~ .radio_css::after {
  transform: translate(-50%, -50%) scale(1);
}
main .building-details .agency-details .modal .modal-container .increase-price .radio-label .radio_css {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #64748b;
  display: block;
  position: absolute;
}
main .building-details .agency-details .modal .modal-container .increase-price .radio-label .radio_css::after {
  content: "";
  height: 10px;
  width: 10px;
  border: 6px solid #1d4ed8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 0.3s;
}
main .building-details .agency-details .modal .modal-container .increase-price .price-form input[type=radio] {
  display: none;
}
main .building-details .agency-details .modal .modal-container .increase-price .price-form label {
  position: relative;
  color: #3640e0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 12px;
  background: #f3f6fd;
  border-radius: 2px;
  color: #2e3131;
  cursor: pointer;
  margin-right: 12px;
}
main .building-details .agency-details .modal .modal-container .increase-price .price-form input[type=radio]:checked + label {
  background-color: #3640e0;
  color: white;
}
main .building-details .agency-details .modal .modal-container .increase-price .price-form input[type=number] {
  background: #f3f6fd;
  border: 1px solid #d8e2f8;
  border-radius: 2px;
  padding: 4px 12px;
}
main .building-details .agency-details .modal .modal-container .increase-price .price-form ::-moz-placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #acb3b8;
}
main .building-details .agency-details .modal .modal-container .increase-price .price-form ::placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #acb3b8;
}
main .building-details .agency-details .modal .modal-container .increase-price button {
  width: 100%;
  background: #2563eb;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  padding: 12px 0;
  margin-top: 28px;
}
main .building-details .agency-details .modal .modal-container .edit-adv .required {
  color: red;
}
main .building-details .agency-details .modal .modal-container .edit-adv label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
main .building-details .agency-details .modal .modal-container .edit-adv .tel {
  margin-top: 8px;
  position: relative;
}
main .building-details .agency-details .modal .modal-container .edit-adv .tel .phone-span {
  position: absolute;
  border-right: 2px solid #1e293b;
  padding: 4px 10px;
  top: 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
main .building-details .agency-details .modal .modal-container .edit-adv .tel input {
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 12px 16px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  box-sizing: border-box;
  border-radius: 8px;
  height: 48px;
  outline: none;
  transition: 0.5s;
  padding-left: 70px;
}
main .building-details .agency-details .modal .modal-container .edit-adv .tel input:is(:active, :focus) {
  border: 1px solid #2563eb;
  box-shadow: rgba(37, 99, 235, 0.2) 0px 8px 24px;
}
main .building-details .agency-details .modal .modal-container .edit-adv .tel button {
  width: 100%;
  margin: 0;
}
main .building-details .agency-details .modal .modal-container button {
  display: block;
}
main .building-details .agency-details .complaint-form .modal-container {
  width: 25%;
}
main .building-details .agency-details .complaint-form .modal-container form .form-input .form-label {
  width: 100%;
}
main .building-details .agency-details .complaint-form .modal-container form .form-input .form-label label {
  display: block;
  text-align: left;
}
main .building-details .agency-details .complaint-form .modal-container form .form-input .form-label input,
main .building-details .agency-details .complaint-form .modal-container form .form-input .form-label select,
main .building-details .agency-details .complaint-form .modal-container form .form-input .form-label textarea {
  margin-top: 8px;
  padding: 12px 16px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  box-sizing: border-box;
  border-radius: 8px;
  height: 38px;
  outline: none;
  transition: 0.5s;
}
main .building-details .agency-details .complaint-form .modal-container form .form-input .form-label input:is(:active, :focus),
main .building-details .agency-details .complaint-form .modal-container form .form-input .form-label select:is(:active, :focus),
main .building-details .agency-details .complaint-form .modal-container form .form-input .form-label textarea:is(:active, :focus) {
  border: 1px solid #2563eb;
  box-shadow: rgba(37, 99, 235, 0.2) 0px 8px 24px;
}
main .building-details .agency-details .complaint-form .modal-container form .form-input .form-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 96%;
  padding-top: 0;
  padding-bottom: 0;
}
main .building-details .agency-details .complaint-form .modal-container form .form-input .form-label textarea {
  resize: none;
  width: 100%;
  height: inherit;
}
main .similiar {
  background: #fafbfd;
  padding: 50px 0;
}
main .similiar .similiar-context .tabs {
  display: block;
  padding: 8px;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 40px;
}
main .similiar .similiar-context .tabs ul {
  display: flex;
}
main .similiar .similiar-context .tabs ul li {
  padding: 4px 20px;
  border-radius: 8px;
  transition: 0.2s;
}
main .similiar .similiar-context .tabs ul li a {
  color: #1d4ed8;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .similiar .similiar-context .tabs ul li:hover {
  background-color: #dbeafe;
}
main .similiar .similiar-context .tabs ul li:hover a {
  color: #3b82f6;
}
main .similiar .similiar-context .tabs ul .active {
  background: #1d4ed8;
}
main .similiar .similiar-context .tabs ul .active a {
  color: #f8fafc;
}
main .similiar .similiar-context .similiar-context-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
main .similiar .similiar-context .similiar-context-header .header-text h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #64748b;
}
main .similiar .similiar-context .similiar-context-header .header-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1d4ed8;
}
main .similiar .similiar-context .similiar-context-header .header-text p span:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
}
main .similiar .similiar-context .similiar-context-header .more {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .similiar .similiar-context .similiar-context-header .more span {
  margin-right: 20px;
}
main .similiar .similiar-context .similiar-context-header .more span a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
}
main .similiar .similiar-context .similiar-context-header .more .arrow-buttons button svg path {
  fill: #1e40af;
}
main .similiar .similiar-context .similiar-context-header .more .arrow-buttons button:disabled svg path {
  fill: #94a3b8;
}
main .similiar .similiar-context .similiar-context-header .more .arrow-buttons button:first-child {
  margin-right: 26px;
}

@media only screen and (max-width: 1024px) {
  main .building-details {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 32px;
  }
  main .building-details .building-details-context .premium-cards {
    flex-wrap: wrap;
  }
  main .building-details .building-details-context .premium-cards .card {
    margin-bottom: 24px;
  }
  main .building-details .agency-details .agency-details-context {
    padding: 8px;
    margin-bottom: 20px;
  }
  main .building-details .agency-details .agency-details-context .agency-photo {
    width: 25%;
    height: auto;
  }
  main .building-details .agency-details .agency-details-context .agency-information p,
main .building-details .agency-details .agency-details-context .agency-information .time-and-location {
    display: none;
  }
  main .building-details .agency-details .agency-details-context .agency-information h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  main .building-details .agency-details .agency-details-context .agency-information a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #475569;
    border: none;
    padding: 0;
  }
  main .building-details .agency-details .complaint-form .modal-container {
    width: 60%;
  }
  main .similiar .similiar-context .tabs {
    overflow-x: scroll;
  }
  main .similiar .similiar-context .tabs ul li a {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  main .building-details .building-details-context .announcement .right-side {
    display: none;
  }
  main .building-details .building-details-context .announcement .left-side h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
  main .building-details .building-details-context .building-details-main {
    flex-direction: column;
    padding: 12px;
  }
  main .building-details .building-details-context .building-details-main .building-photo {
    width: 100%;
    margin-right: 0;
  }
  main .building-details .building-details-context .building-details-main .building-photo .gallery-top {
    height: 200px;
  }
  main .building-details .building-details-context .building-details-main .building-data {
    width: 100%;
  }
  main .building-details .building-details-context .building-details-main .building-data .building-about .building-area {
    border: none;
    flex-direction: column;
    padding: 0;
  }
  main .building-details .building-details-context .building-details-main .building-data .building-about .building-area li {
    border: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 16px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  main .building-details .building-details-context .building-details-main .building-data .building-about .building-area li span:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  main .building-details .building-details-context .building-details-main .building-data .update {
    margin-bottom: 4px;
  }
  main .building-details .building-details-context .building-details-main .building-data .update-mobile {
    display: block;
    margin-bottom: 4px;
  }
  main .building-details .building-details-context .building-details-main .building-data .buy-and-price {
    margin-top: 24px;
  }
  main .building-details .building-details-context .building-details-main .building-data .buy-and-price button {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  main .building-details .building-details-context .building-details-main .building-data .buy-and-price .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
  main .building-details .building-details-context .building-details-main .building-data .seller-info .seller-name,
main .building-details .building-details-context .building-details-main .building-data .seller-info .seller-number {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  main .building-details .building-details-context .building-details-main .building-data p {
    margin-top: 8px;
  }
  main .building-details .building-details-context .building-details-main .building-data .actions .flag .logo,
main .building-details .building-details-context .building-details-main .building-data .actions .favorites .logo {
    width: 16px;
    margin-right: 12px;
  }
  main .building-details .building-details-context .building-details-main .building-data .actions .flag span,
main .building-details .building-details-context .building-details-main .building-data .actions .favorites span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  main .building-details .building-details-context .building-details-main .building-data .update-mobile {
    margin-bottom: 4px;
    color: #334155;
  }
  main .building-details .building-details-context .building-details-main .building-data .update,
main .building-details .building-details-context .building-details-main .building-data .update-mobile {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  main .building-details .building-details-context .building-details-main .building-data .update span,
main .building-details .building-details-context .building-details-main .building-data .update-mobile span {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #1e293b;
  }
  main .building-details .building-details-context .building-paragraph {
    padding: 12px 20px;
  }
  main .building-details .building-details-context .building-paragraph p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  main .building-details .building-details-context .premium-cards {
    width: 100%;
  }
  main .building-details .building-details-context .premium-cards .card {
    width: 100%;
  }
  main .building-details .building-details-context .premium-cards .card:not(:last-child) button {
    width: 100%;
  }
  main .building-details .building-details-context .premium-cards .premium-mobile {
    background: none !important;
    display: flex !important;
    flex-direction: row !important;
    box-shadow: none !important;
    justify-content: space-between !important;
    height: inherit !important;
  }
  main .building-details .building-details-context .premium-cards .premium-mobile button {
    width: 100% !important;
    background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%) !important;
    box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15) !important;
  }
  main .building-details .building-details-context .premium-cards .premium-mobile button span {
    color: #334155 !important;
  }
  main .building-details .building-details-context .premium-cards .premium-mobile button .icon {
    width: 20px !important;
    margin-right: 16px !important;
  }
  main .building-details .building-details-context .premium-cards .edit-adv button {
    background: none !important;
    background-color: #2563eb !important;
    width: 100% !important;
  }
  main .building-details .building-details-context .premium-cards .card:last-child {
    display: none;
  }
  main .building-details .building-details-context .premium-cards .left-side {
    width: 100%;
    flex-wrap: wrap;
  }
  main .building-details .building-details-context .premium-cards .left-side .card {
    width: 48%;
  }
  main .building-details .building-details-context #map {
    margin-top: 12px;
  }
  main .similiar {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 32px;
  }
}
@media (max-width: 576px) {
  main .similiar .similiar-context .similiar-context-header .header-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
  main .similiar .similiar-context .similiar-context-header .more span {
    margin-right: 12px;
  }
  main .similiar .similiar-context .similiar-context-header .more span a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  main .similiar .similiar-context .similiar-context-header .more .arrow-buttons button:first-child {
    margin-right: 12px;
  }
  main .similiar .similiar-context .similiar-context-header .more .arrow-buttons button svg {
    width: 6px;
  }
  main .similiar .similiar-context .tabs {
    margin-bottom: 32px;
  }
  main .similiar .similiar-context .tabs ul li a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  main .building-details .agency-details .complaint-form .modal-container {
    width: 80%;
  }
  main .building-details .building-details-context .premium-cards .left-side .card {
    width: 100%;
  }
}
main .all-agencies {
  background-color: #eff6ff;
  padding-top: 20px;
  padding-bottom: 60px;
}
main .all-agencies .all-agencies-context .section-tab {
  margin-bottom: 16px;
}
main .all-agencies .all-agencies-context .all-agencies-header h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #334155;
  margin: 16px 0;
}
main .all-agencies .all-agencies-context .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
main .all-agencies .all-agencies-context .cards .card {
  background: #f8fafc;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
main .all-agencies .all-agencies-context .cards .card .card-img {
  width: 40%;
  height: 160px;
  margin-right: 12px;
}
main .all-agencies .all-agencies-context .cards .card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .all-agencies .all-agencies-context .cards .card .card-text {
  width: 75%;
}
main .all-agencies .all-agencies-context .cards .card .card-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #334155;
  margin-bottom: 4px;
}
main .all-agencies .all-agencies-context .cards .card .card-text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #475569;
}
main .all-agencies .all-agencies-context .cards .card .card-text p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
  color: #64748b;
}

@media only screen and (max-width: 1024px) {
  main .all-agencies {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  main .all-agencies .all-agencies-context .cards {
    grid-template-columns: 1fr;
  }
  main .all-agencies .all-agencies-context .cards .card {
    padding: 12px;
  }
  main .all-agencies .all-agencies-context .cards .card .card-img {
    margin-right: 8px;
  }
  main .all-agencies .all-agencies-context .cards .card .card-text {
    height: 100%;
  }
}
@media (max-width: 480px) {
  main .all-agencies .all-agencies-context .cards .card .card-img {
    height: 100px;
    width: inherit;
  }
  main .all-agencies .all-agencies-context .cards .card .card-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  main .all-agencies .all-agencies-context .cards .card .card-text h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
  }
  main .all-agencies .all-agencies-context .cards .card .card-text span {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  main .all-agencies .all-agencies-context .cards .card .card-text p {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
main .rent {
  background-color: #eff6ff;
  padding-top: 20px;
  padding-bottom: 40px;
}
main .rent .rent-context .al-ver-mobile {
  display: none;
}
main .rent .rent-context .al-ver-mobile button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
  margin-right: 12px;
}
main .rent .rent-context .al-ver-mobile .active {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #334155;
  border-bottom: 2px solid #1d4ed8;
}
main .rent .rent-context .section-tab img {
  margin: 0 6px;
}
main .rent .rent-context .header-and-choising {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
main .rent .rent-context .header-and-choising h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #334155;
  white-space: nowrap;
}
main .rent .rent-context .header-and-choising .choising {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
main .rent .rent-context .header-and-choising .choising .al-ver button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
  margin-right: 12px;
}
main .rent .rent-context .header-and-choising .choising .al-ver .active {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #334155;
  border-bottom: 2px solid #1d4ed8;
}
main .rent .rent-context .header-and-choising .choising .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  border-radius: 8px;
  white-space: nowrap;
  margin-left: 14px;
  cursor: default;
}
main .rent .rent-context .header-and-choising .choising .filter select {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #475569;
  background: none;
}
main .rent .rent-context .header-and-choising .choising .filter img {
  margin-left: 4px;
  cursor: default;
}
main .rent .rent-context .tags {
  display: flex;
  margin-bottom: 24px;
}
main .rent .rent-context .tags a:not(:last-child) {
  margin-right: 12px;
}
main .rent .rent-context .tags a .tag {
  border-radius: 4px;
  padding: 8px 16px;
  border: 1px solid #cbd5e1;
}
main .rent .rent-context .tags a .tag span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #1e3a8a;
}
main .rent .rent-context .tags .active .tag {
  border: 1px solid #2563eb;
  background-color: #2563eb;
  border-radius: 4px;
}
main .rent .rent-context .tags .active .tag span {
  color: #f8fafc;
}
main .rent .rent-context nav {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  main .rent {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 32px;
  }
  main .rent .rent-context .tags a .tag span {
    white-space: nowrap;
  }
  main .rent .rent-context .header-and-choising {
    margin-bottom: 0;
  }
  main .rent .rent-context .header-and-choising .choising .al-ver {
    display: none;
  }
  main .rent .rent-context .al-ver-mobile {
    margin-bottom: 10px;
    display: block;
  }
  main .rent .rent-context .al-ver-mobile button,
main .rent .rent-context .al-ver-mobile .active {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  main .rent .rent-context .tags {
    overflow-x: scroll;
    margin-right: 12px;
    padding-bottom: 10px;
  }
}
main .agent {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 384px;
}
main .agent .agency-details-context {
  position: relative;
}
main .agent .agency-details-context .details {
  width: 100%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  top: 230px;
}
main .agent .agency-details-context .details .agency-photo {
  width: 264px;
  height: 264px;
}
main .agent .agency-details-context .details .agency-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .agent .agency-details-context .details .agency-information {
  width: 70%;
  margin-bottom: 5px;
}
main .agent .agency-details-context .details .agency-information h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #334155;
}
main .agent .agency-details-context .details .agency-information p {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #334155;
  width: 90%;
}
main .agent .agency-details-context .details .agency-information .time-and-location .time,
main .agent .agency-details-context .details .agency-information .time-and-location .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #334155;
  margin-bottom: 12px;
}
main .agent .agency-details-context .details .agency-information .time-and-location .time .icon,
main .agent .agency-details-context .details .agency-information .time-and-location .location .icon {
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
main .agent .agency-details-context .details .agency-information .time-and-location .time .icon img,
main .agent .agency-details-context .details .agency-information .time-and-location .location .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .agent .agency-details-context .details .agency-information .time-and-location .location {
  margin-bottom: 40px;
}
main .agent .agency-details-context .details .agency-information a {
  padding: 8px 57.5px;
  border: 1px solid #1e3a8a;
  border-radius: 4px;
  color: #1e3a8a;
}
main .similiar-agent {
  background: #eff6ff;
  padding: 50px 0;
}
main .similiar-agent .similiar-context {
  margin-top: 160px;
}
main .similiar-agent .similiar-context .tabs {
  display: block;
  padding: 8px;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 40px;
}
main .similiar-agent .similiar-context .tabs ul {
  display: flex;
}
main .similiar-agent .similiar-context .tabs ul li {
  padding: 4px 20px;
  border-radius: 8px;
  transition: 0.2s;
}
main .similiar-agent .similiar-context .tabs ul li a {
  color: #1d4ed8;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}
main .similiar-agent .similiar-context .tabs ul li:hover {
  background-color: #dbeafe;
}
main .similiar-agent .similiar-context .tabs ul li:hover a {
  color: #3b82f6;
}
main .similiar-agent .similiar-context .tabs ul .active {
  background: #1d4ed8;
}
main .similiar-agent .similiar-context .tabs ul .active a {
  color: #f8fafc;
}
main .similiar-agent .similiar-context .similiar-context-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
main .similiar-agent .similiar-context .similiar-context-header .header-text h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #64748b;
}
main .similiar-agent .similiar-context .similiar-context-header .header-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1d4ed8;
}
main .similiar-agent .similiar-context .similiar-context-header .header-text p span:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
}
main .similiar-agent .similiar-context .similiar-context-header .more {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .similiar-agent .similiar-context .similiar-context-header .more span {
  margin-right: 20px;
}
main .similiar-agent .similiar-context .similiar-context-header .more span a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
}
main .similiar-agent .similiar-context .similiar-context-header .more .arrow-buttons button svg path {
  fill: #1e40af;
}
main .similiar-agent .similiar-context .similiar-context-header .more .arrow-buttons button:disabled svg path {
  fill: #94a3b8;
}
main .similiar-agent .similiar-context .similiar-context-header .more .arrow-buttons button:first-child {
  margin-right: 26px;
}

@media only screen and (max-width: 1024px) {
  main .agent {
    padding-left: 20px;
    padding-right: 20px;
    height: 280px;
  }
  main .agent .agency-details-context {
    padding: 8px;
    margin-bottom: 20px;
  }
  main .agent .agency-details-context .details {
    width: 100%;
    top: 160px;
  }
  main .agent .agency-details-context .details .agency-photo {
    width: 25%;
    height: auto;
  }
  main .agent .agency-details-context .details .agency-information p,
main .agent .agency-details-context .details .agency-information .time-and-location {
    display: none;
  }
  main .agent .agency-details-context .details .agency-information h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  main .agent .agency-details-context .details .agency-information a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #475569;
    border: none;
    padding: 0;
  }
  main .similiar-agent {
    padding-left: 20px;
    padding-right: 20px;
  }
  main .similiar-agent .similiar-context {
    margin-top: 100px;
  }
  main .similiar-agent .similiar-context .tabs {
    padding-bottom: 10px;
  }
  main .similiar-agent .similiar-context .tabs ul {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  main .agent {
    height: 200px;
  }
  main .agent .agency-details-context .details {
    top: 100px;
  }
  main .similiar-agent .similiar-context {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  main .agent {
    height: 160px;
  }
  main .agent .agency-details-context .details {
    top: 75px;
  }
  main .similiar-agent .similiar-context {
    margin-top: 40px;
  }
  main .similiar-agent .similiar-context .similiar-context-header .header-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
  main .similiar-agent .similiar-context .similiar-context-header .more span {
    margin-right: 12px;
  }
  main .similiar-agent .similiar-context .similiar-context-header .more span a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  main .similiar-agent .similiar-context .similiar-context-header .more .arrow-buttons button:first-child {
    margin-right: 12px;
  }
  main .similiar-agent .similiar-context .similiar-context-header .more .arrow-buttons button svg {
    width: 6px;
  }
  main .similiar-agent .similiar-context .tabs ul li a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  main .agent {
    height: 120px;
  }
  main .agent .agency-details-context .details {
    top: 45px;
  }
  main .similiar-agent .similiar-context {
    margin-top: 40px;
  }
}
main .advertisementInfo {
  background-color: #eff6ff;
  padding-top: 22px;
  padding-bottom: 48px;
}
main .advertisementInfo .advertisementInfo-context .section-tab {
  margin-bottom: 16px;
}
main .advertisementInfo .advertisementInfo-context .advertisementInfo-text {
  padding: 28px 40px;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
main .advertisementInfo .advertisementInfo-context .advertisementInfo-text h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1e293b;
  margin-bottom: 16px;
}
main .advertisementInfo .advertisementInfo-context .advertisementInfo-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
  text-align: justify;
}

@media only screen and (max-width: 1024px) {
  main .advertisementInfo {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 32px;
  }
}
@media (max-width: 576px) {
  main .advertisementInfo .advertisementInfo-context .advertisementInfo-text {
    padding: 20px 12px;
  }
  main .advertisementInfo .advertisementInfo-context .advertisementInfo-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
  main .advertisementInfo .advertisementInfo-context .advertisementInfo-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
main .createAd {
  background-color: #eff6ff;
  padding-top: 28px;
  padding-bottom: 40px;
}
main .createAd .welcome-and-contact {
  display: flex;
  margin-bottom: 40px;
}
main .createAd .welcome-and-contact .contact {
  width: 50%;
  padding: 24px 44px;
  margin-right: 32px;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
main .createAd .welcome-and-contact .contact form h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1e293b;
  text-align: justify;
}
main .createAd .welcome-and-contact .contact form .form-label {
  margin-top: 16px;
  cursor: pointer;
}
main .createAd .welcome-and-contact .contact form .form-label label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
main .createAd .welcome-and-contact .contact form .form-label .required {
  color: red;
}
main .createAd .welcome-and-contact .contact form .form-label input:not([type=radio]) {
  margin-top: 8px;
  padding: 12px 16px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  box-sizing: border-box;
  border-radius: 8px;
  height: 48px;
  outline: none;
  transition: 0.5s;
}
main .createAd .welcome-and-contact .contact form .form-label input:not([type=radio]):is(:active, :focus) {
  border: 1px solid #2563eb;
  box-shadow: rgba(37, 99, 235, 0.2) 0px 8px 24px;
}
main .createAd .welcome-and-contact .contact form .form-label ::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #cbd5e1;
}
main .createAd .welcome-and-contact .contact form .form-label ::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #cbd5e1;
}
main .createAd .welcome-and-contact .contact form .form-label .radio-button:first-child {
  margin-top: 16px;
}
main .createAd .welcome-and-contact .contact form .form-label .radio-button:last-child {
  margin-top: 14px;
}
main .createAd .welcome-and-contact .contact form .form-label .radio-button .radio-label {
  position: relative;
  padding-left: 30px;
}
main .createAd .welcome-and-contact .contact form .form-label .radio-button .radio-label input[type=radio] {
  display: none;
}
main .createAd .welcome-and-contact .contact form .form-label .radio-button .radio-label input[type=radio]:checked ~ .radio_css::after {
  transform: translate(-50%, -50%) scale(1);
}
main .createAd .welcome-and-contact .contact form .form-label .radio-button .radio-label .radio_css {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #64748b;
  display: block;
  position: absolute;
}
main .createAd .welcome-and-contact .contact form .form-label .radio-button .radio-label .radio_css::after {
  content: "";
  height: 10px;
  width: 10px;
  border: 6px solid #1d4ed8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 0.3s;
}
main .createAd .welcome-and-contact .contact form .form-label .tel {
  display: flex;
  margin-top: 8px;
  position: relative;
}
main .createAd .welcome-and-contact .contact form .form-label .tel .phone-span {
  position: absolute;
  border-right: 2px solid #1e293b;
  padding: 4px 10px;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
main .createAd .welcome-and-contact .contact form .form-label .tel input {
  width: 65%;
  margin-right: 6px;
  margin-top: 0;
  padding-left: 70px;
}
main .createAd .welcome-and-contact .contact form .form-label .tel button {
  width: 35%;
  margin: 0;
}
main .createAd .welcome-and-contact .contact form p {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #1e40af;
  text-align: justify;
  margin-top: 8px;
}
main .createAd .welcome-and-contact .contact form button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #f8fafc;
  text-align: center;
  background-color: #1d4ed8;
  padding: 12px;
  border-radius: 6px;
  margin-top: 20px;
}
main .createAd .welcome-and-contact .contact form button:disabled {
  background-color: #94a3b8;
}
main .createAd .welcome-and-contact .welcome {
  width: 50%;
  padding-left: 21px;
  border-left: 1px solid #cbd5e1;
}
main .createAd .welcome-and-contact .welcome h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #1e293b;
  margin-bottom: 24px;
}
main .createAd .welcome-and-contact .welcome p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
  text-align: justify;
  margin-bottom: 54px;
}
main .createAd .welcome-and-contact .welcome .banner {
  width: 495px;
  height: 384px;
}
main .createAd .welcome-and-contact .welcome .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .createAd .advertisement-and-rules {
  background: #ffffff;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 36px 44px;
  display: flex;
}
main .createAd .advertisement-and-rules .advertisement,
main .createAd .advertisement-and-rules .rules {
  width: 50%;
}
main .createAd .advertisement-and-rules .advertisement h3,
main .createAd .advertisement-and-rules .rules h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1e293b;
  margin-bottom: 24px;
}
main .createAd .advertisement-and-rules .advertisement {
  margin-right: 50px;
}
main .createAd .advertisement-and-rules .advertisement form label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #0f172a;
}
main .createAd .advertisement-and-rules .advertisement form input,
main .createAd .advertisement-and-rules .advertisement form select,
main .createAd .advertisement-and-rules .advertisement form textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #cbd5e1;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e293b;
  resize: none;
  outline: none;
  transition: 0.5s;
}
main .createAd .advertisement-and-rules .advertisement form input:active, main .createAd .advertisement-and-rules .advertisement form input:focus,
main .createAd .advertisement-and-rules .advertisement form select:active,
main .createAd .advertisement-and-rules .advertisement form select:focus,
main .createAd .advertisement-and-rules .advertisement form textarea:active,
main .createAd .advertisement-and-rules .advertisement form textarea:focus {
  border: 1px solid #2563eb;
  box-shadow: rgba(37, 99, 235, 0.2) 0px 8px 24px;
}
main .createAd .advertisement-and-rules .advertisement form input:disabled,
main .createAd .advertisement-and-rules .advertisement form select:disabled,
main .createAd .advertisement-and-rules .advertisement form textarea:disabled {
  background: #f1f5f9;
  box-sizing: border-box;
  border-radius: 8px;
}
main .createAd .advertisement-and-rules .advertisement form .selection {
  border: none;
}
main .createAd .advertisement-and-rules .advertisement form .selection .select2-selection--multiple {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0;
  height: 48px;
}
main .createAd .advertisement-and-rules .advertisement form .selection textarea {
  display: none;
}
main .createAd .advertisement-and-rules .advertisement form .selection ul li {
  background-color: #dbeafe;
  padding: 8px;
  border: none;
}
main .createAd .advertisement-and-rules .advertisement form .selection ul li button {
  position: static;
  border-right: none;
  float: right;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #94a3b8;
}
main .createAd .advertisement-and-rules .advertisement form .selection ul li span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
main .createAd .advertisement-and-rules .advertisement form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 92%;
}
main .createAd .advertisement-and-rules .advertisement form textarea {
  height: 200px;
}
main .createAd .advertisement-and-rules .advertisement form .form-input {
  display: flex;
  flex-direction: column;
}
main .createAd .advertisement-and-rules .advertisement form .little-inputs {
  display: flex;
}
main .createAd .advertisement-and-rules .advertisement form .little-inputs .form-input {
  width: 50%;
}
main .createAd .advertisement-and-rules .advertisement form .little-inputs .form-input:first-child {
  margin-right: 16px;
}
main .createAd .advertisement-and-rules .advertisement form .little-inputs .form-input b {
  font-weight: bold;
}
main .createAd .advertisement-and-rules .advertisement form .little-inputs .form-input .checkbox-group {
  display: flex;
  align-items: center;
}
main .createAd .advertisement-and-rules .advertisement form .little-inputs .form-input .checkbox-group input {
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px;
}
main .createAd .advertisement-and-rules .advertisement form .checkbox-box .form-input {
  width: 45%;
}
main .createAd .advertisement-and-rules .advertisement form .checkbox-inputs .form-input h3 {
  margin-top: 20px;
}
main .createAd .advertisement-and-rules .advertisement form .checkbox-inputs .form-input .all-checkboxes h6 {
  margin: 8px 0;
}
main .createAd .advertisement-and-rules .advertisement form .checkbox-inputs .form-input .all-checkboxes .form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .createAd .advertisement-and-rules .advertisement form .checkbox-inputs .form-input .all-checkboxes .form-section .form-checkbox {
  background-color: #f1f5f9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  width: 32%;
  padding: 10px;
}
main .createAd .advertisement-and-rules .advertisement form .checkbox-inputs .form-input .all-checkboxes .form-section .form-checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 10px;
}
main .createAd .advertisement-and-rules .advertisement form .custom-select {
  position: relative;
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
main .createAd .advertisement-and-rules .advertisement form .custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
main .createAd .advertisement-and-rules .advertisement form .custom-select .select-selected {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  margin-top: 8px;
  background-image: url("../../../frontend/img/angle-down.svg");
  background-repeat: no-repeat;
  background-position: 92%;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  display: flex;
  align-items: center;
}
main .createAd .advertisement-and-rules .advertisement form .custom-select .select-items div,
main .createAd .advertisement-and-rules .advertisement form .custom-select .select-selected {
  color: #334155;
  padding: 12px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .createAd .advertisement-and-rules .advertisement form .custom-select .select-items {
  position: absolute;
  margin-top: 12px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #ffffff;
  border: 1px solid #cad6ff;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
main .createAd .advertisement-and-rules .advertisement form .custom-select .select-hide {
  display: none;
}
main .createAd .advertisement-and-rules .advertisement form .custom-select .select-items div:hover,
main .createAd .advertisement-and-rules .advertisement form .custom-select .same-as-selected {
  background-color: #dbeafe;
  color: #334155;
}
main .createAd .advertisement-and-rules .advertisement form .little-inputs,
main .createAd .advertisement-and-rules .advertisement form .big-inputs {
  margin-top: 16px;
}
main .createAd .advertisement-and-rules .advertisement form .big-inputs select {
  background-position: 96%;
}
main .createAd .advertisement-and-rules .advertisement form .buttons {
  display: flex;
  margin-top: 28px;
}
main .createAd .advertisement-and-rules .advertisement form .buttons .add-images,
main .createAd .advertisement-and-rules .advertisement form .buttons .add-map {
  margin-right: 16px;
  cursor: pointer;
}
main .createAd .advertisement-and-rules .advertisement form .buttons .add-images input[type=file],
main .createAd .advertisement-and-rules .advertisement form .buttons .add-map input[type=file] {
  display: none;
}
main .createAd .advertisement-and-rules .advertisement form .buttons .add-images label,
main .createAd .advertisement-and-rules .advertisement form .buttons .add-map label {
  display: inline-flex;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  border: 1px solid #ffffff;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 12px 20px 12px 28px;
  cursor: pointer;
}
main .createAd .advertisement-and-rules .advertisement form .buttons .add-images span,
main .createAd .advertisement-and-rules .advertisement form .buttons .add-map span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
}
main .createAd .advertisement-and-rules .advertisement form .buttons .add-images .icon,
main .createAd .advertisement-and-rules .advertisement form .buttons .add-map .icon {
  width: 23px;
  height: 24px;
  margin-right: 16px;
}
main .createAd .advertisement-and-rules .advertisement form .buttons .add-images .icon img,
main .createAd .advertisement-and-rules .advertisement form .buttons .add-map .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .createAd .advertisement-and-rules .advertisement form .buttons .add-map {
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  border: 1px solid #ffffff;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 12px 20px 12px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .createAd .advertisement-and-rules .advertisement form .images {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}
main .createAd .advertisement-and-rules .advertisement form .images figure {
  width: 106px;
  height: 106px;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
main .createAd .advertisement-and-rules .advertisement form .images figure figcaption {
  display: none;
}
main .createAd .advertisement-and-rules .advertisement form .images figure .remove {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: 0.5s;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
main .createAd .advertisement-and-rules .advertisement form .images figure .remove:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(1.1);
}
main .createAd .advertisement-and-rules .advertisement form .images figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .createAd .advertisement-and-rules .advertisement form .images-rules li {
  margin-bottom: 12px;
  display: flex;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
main .createAd .advertisement-and-rules .advertisement form .images-rules li::before {
  content: "•";
  color: #1e40af;
  margin-top: -2px;
  margin-right: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
}
main .createAd .advertisement-and-rules .advertisement form .agreement-information {
  margin-top: 10px;
}
main .createAd .advertisement-and-rules .advertisement form .agreement-information p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
  text-align: justify;
}
main .createAd .advertisement-and-rules .advertisement form .agreement-information p a {
  color: #1d4ed8;
  text-decoration: underline;
}
main .createAd .advertisement-and-rules .advertisement form .submit {
  width: 100%;
  background: #2563eb;
  border-radius: 6px;
  padding: 12px 0;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #f8fafc;
}
main .createAd .advertisement-and-rules .rules ul li {
  margin-bottom: 16px;
  display: flex;
}
main .createAd .advertisement-and-rules .rules ul li::before {
  content: "•";
  color: #1e40af;
  margin-top: -2px;
  margin-right: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
main .createAd .advertisement-and-rules .rules ul li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #334155;
  text-align: justify;
}
main .createAd .showMap {
  display: flex;
}
main .createAd .map-modal {
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
main .createAd .map-modal .map-modal-container {
  position: relative;
}
main .createAd .map-modal .map-modal-container .close-icon {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: white;
  border-radius: 50%;
  z-index: 1;
  font-size: 24px;
  cursor: pointer;
}
main .createAd .modal-agreement {
  display: block;
  position: fixed;
  z-index: 11111;
}
main .createAd .modal-agreement .modal-container {
  padding: 20px;
  padding-bottom: 27px;
  background-color: white;
  margin: 20px;
  width: 95%;
  height: 94%;
  overflow: auto;
}
main .createAd .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #dbeafe !important;
  color: #334155 !important;
}
main .createAd .select2-dropdown {
  border: 1px solid #cad6ff !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px !important;
}
main .createAd .select2-search__field {
  margin: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 1024px) {
  main .createAd {
    padding-left: 20px;
    padding-right: 20px;
  }
  main .createAd .welcome-and-contact {
    flex-direction: column-reverse;
  }
  main .createAd .welcome-and-contact .contact,
main .createAd .welcome-and-contact .welcome {
    width: 100%;
  }
  main .createAd .welcome-and-contact .welcome {
    background: linear-gradient(130.54deg, #f9fafb 15.8%, #ffffff 92.06%);
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
    padding-top: 12px;
    margin-bottom: 28px;
    border-radius: 8px;
  }
  main .createAd .welcome-and-contact .welcome h4 {
    margin-bottom: 8px;
  }
  main .createAd .welcome-and-contact .welcome p {
    margin: 0;
  }
  main .createAd .welcome-and-contact .welcome .banner {
    display: none;
  }
  main .createAd .welcome-and-contact .contact {
    margin-right: 0;
    border-radius: 8px;
    padding: 24px 12px;
  }
}
@media only screen and (max-width: 1024px) {
  main .createAd .advertisement-and-rules .rules {
    display: none;
  }
  main .createAd .advertisement-and-rules .advertisement {
    width: 100%;
  }
  main .createAd .advertisement-and-rules .advertisement form .checkbox-inputs .form-input .all-checkboxes .form-section {
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  main .createAd .advertisement-and-rules .advertisement form .buttons .add-images span,
main .createAd .advertisement-and-rules .advertisement form .buttons .add-map span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  main .createAd .advertisement-and-rules .advertisement form .buttons .add-images label,
main .createAd .advertisement-and-rules .advertisement form .buttons .add-map label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  main .createAd .advertisement-and-rules {
    padding: 24px 12px;
  }
  main .createAd .advertisement-and-rules .advertisement {
    margin-right: 0;
  }
  main .createAd .advertisement-and-rules .advertisement form .checkbox-inputs .form-input .all-checkboxes .form-section .form-checkbox {
    width: 48%;
  }
}
@media (max-width: 480px) {
  main .createAd .welcome-and-contact .contact form .form-label .tel button {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    width: 48%;
  }
}
@media screen and (max-width: 380px) {
  main .createAd .advertisement-and-rules .advertisement form .checkbox-inputs .form-input .all-checkboxes .form-checkbox {
    width: 100%;
  }
}
main .login,
main .register {
  background-color: #eff6ff;
  padding-top: 22px;
  padding-bottom: 68px;
}
main .login .login-context .section-tab a:hover,
main .login .register-context .section-tab a:hover,
main .register .login-context .section-tab a:hover,
main .register .register-context .section-tab a:hover {
  text-decoration: underline;
}
main .login .login-context .login-section,
main .login .login-context .register-section,
main .login .register-context .login-section,
main .login .register-context .register-section,
main .register .login-context .login-section,
main .register .login-context .register-section,
main .register .register-context .login-section,
main .register .register-context .register-section {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: initial;
}
main .login .login-context .login-section form,
main .login .login-context .register-section form,
main .login .register-context .login-section form,
main .login .register-context .register-section form,
main .register .login-context .login-section form,
main .register .login-context .register-section form,
main .register .register-context .login-section form,
main .register .register-context .register-section form {
  width: 50%;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.38) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 28px 44px 36px 44px;
  margin-right: 32px;
}
main .login .login-context .login-section form h3,
main .login .login-context .register-section form h3,
main .login .register-context .login-section form h3,
main .login .register-context .register-section form h3,
main .register .login-context .login-section form h3,
main .register .login-context .register-section form h3,
main .register .register-context .login-section form h3,
main .register .register-context .register-section form h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1e293b;
  text-align: justify;
  margin-bottom: 24px;
}
main .login .login-context .login-section form .form-input,
main .login .login-context .register-section form .form-input,
main .login .register-context .login-section form .form-input,
main .login .register-context .register-section form .form-input,
main .register .login-context .login-section form .form-input,
main .register .login-context .register-section form .form-input,
main .register .register-context .login-section form .form-input,
main .register .register-context .register-section form .form-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  position: relative;
}
main .login .login-context .login-section form .form-input .required,
main .login .login-context .register-section form .form-input .required,
main .login .register-context .login-section form .form-input .required,
main .login .register-context .register-section form .form-input .required,
main .register .login-context .login-section form .form-input .required,
main .register .login-context .register-section form .form-input .required,
main .register .register-context .login-section form .form-input .required,
main .register .register-context .register-section form .form-input .required {
  color: red;
}
main .login .login-context .login-section form .form-input label,
main .login .login-context .register-section form .form-input label,
main .login .register-context .login-section form .form-input label,
main .login .register-context .register-section form .form-input label,
main .register .login-context .login-section form .form-input label,
main .register .login-context .register-section form .form-input label,
main .register .register-context .login-section form .form-input label,
main .register .register-context .register-section form .form-input label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #0f172a;
}
main .login .login-context .login-section form .form-input input,
main .login .login-context .register-section form .form-input input,
main .login .register-context .login-section form .form-input input,
main .login .register-context .register-section form .form-input input,
main .register .login-context .login-section form .form-input input,
main .register .login-context .register-section form .form-input input,
main .register .register-context .login-section form .form-input input,
main .register .register-context .register-section form .form-input input {
  height: 48px;
  border: 1px solid #cbd5e1;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e293b;
  outline: none;
  transition: 0.5s;
}
main .login .login-context .login-section form .form-input input:is(:active, :focus),
main .login .login-context .register-section form .form-input input:is(:active, :focus),
main .login .register-context .login-section form .form-input input:is(:active, :focus),
main .login .register-context .register-section form .form-input input:is(:active, :focus),
main .register .login-context .login-section form .form-input input:is(:active, :focus),
main .register .login-context .register-section form .form-input input:is(:active, :focus),
main .register .register-context .login-section form .form-input input:is(:active, :focus),
main .register .register-context .register-section form .form-input input:is(:active, :focus) {
  border: 1px solid #2563eb;
  box-shadow: rgba(37, 99, 235, 0.2) 0px 8px 24px;
}
main .login .login-context .login-section form .form-input .eyes,
main .login .login-context .register-section form .form-input .eyes,
main .login .register-context .login-section form .form-input .eyes,
main .login .register-context .register-section form .form-input .eyes,
main .register .login-context .login-section form .form-input .eyes,
main .register .login-context .register-section form .form-input .eyes,
main .register .register-context .login-section form .form-input .eyes,
main .register .register-context .register-section form .form-input .eyes {
  position: absolute;
  right: 12px;
  bottom: 15px;
  display: flex;
  cursor: pointer;
}
main .login .login-context .login-section form .form-input .eyes i,
main .login .login-context .register-section form .form-input .eyes i,
main .login .register-context .login-section form .form-input .eyes i,
main .login .register-context .register-section form .form-input .eyes i,
main .register .login-context .login-section form .form-input .eyes i,
main .register .login-context .register-section form .form-input .eyes i,
main .register .register-context .login-section form .form-input .eyes i,
main .register .register-context .register-section form .form-input .eyes i {
  color: #0f172a;
}
main .login .login-context .login-section form .form-input .eyes .eye-show,
main .login .login-context .login-section form .form-input .eyes .eye-show-password,
main .login .login-context .login-section form .form-input .eyes .eye-show-confirm,
main .login .login-context .register-section form .form-input .eyes .eye-show,
main .login .login-context .register-section form .form-input .eyes .eye-show-password,
main .login .login-context .register-section form .form-input .eyes .eye-show-confirm,
main .login .register-context .login-section form .form-input .eyes .eye-show,
main .login .register-context .login-section form .form-input .eyes .eye-show-password,
main .login .register-context .login-section form .form-input .eyes .eye-show-confirm,
main .login .register-context .register-section form .form-input .eyes .eye-show,
main .login .register-context .register-section form .form-input .eyes .eye-show-password,
main .login .register-context .register-section form .form-input .eyes .eye-show-confirm,
main .register .login-context .login-section form .form-input .eyes .eye-show,
main .register .login-context .login-section form .form-input .eyes .eye-show-password,
main .register .login-context .login-section form .form-input .eyes .eye-show-confirm,
main .register .login-context .register-section form .form-input .eyes .eye-show,
main .register .login-context .register-section form .form-input .eyes .eye-show-password,
main .register .login-context .register-section form .form-input .eyes .eye-show-confirm,
main .register .register-context .login-section form .form-input .eyes .eye-show,
main .register .register-context .login-section form .form-input .eyes .eye-show-password,
main .register .register-context .login-section form .form-input .eyes .eye-show-confirm,
main .register .register-context .register-section form .form-input .eyes .eye-show,
main .register .register-context .register-section form .form-input .eyes .eye-show-password,
main .register .register-context .register-section form .form-input .eyes .eye-show-confirm {
  display: none;
}
main .login .login-context .login-section form .form-input .tel,
main .login .login-context .register-section form .form-input .tel,
main .login .register-context .login-section form .form-input .tel,
main .login .register-context .register-section form .form-input .tel,
main .register .login-context .login-section form .form-input .tel,
main .register .login-context .register-section form .form-input .tel,
main .register .register-context .login-section form .form-input .tel,
main .register .register-context .register-section form .form-input .tel {
  display: flex;
  margin-top: 8px;
  position: relative;
  width: 100%;
}
main .login .login-context .login-section form .form-input .tel .phone-span,
main .login .login-context .register-section form .form-input .tel .phone-span,
main .login .register-context .login-section form .form-input .tel .phone-span,
main .login .register-context .register-section form .form-input .tel .phone-span,
main .register .login-context .login-section form .form-input .tel .phone-span,
main .register .login-context .register-section form .form-input .tel .phone-span,
main .register .register-context .login-section form .form-input .tel .phone-span,
main .register .register-context .register-section form .form-input .tel .phone-span {
  cursor: default;
  position: absolute;
  top: 17px;
  border-right: 2px solid #1e293b;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  z-index: 1;
}
main .login .login-context .login-section form .form-input .tel input,
main .login .login-context .register-section form .form-input .tel input,
main .login .register-context .login-section form .form-input .tel input,
main .login .register-context .register-section form .form-input .tel input,
main .register .login-context .login-section form .form-input .tel input,
main .register .login-context .register-section form .form-input .tel input,
main .register .register-context .login-section form .form-input .tel input,
main .register .register-context .register-section form .form-input .tel input {
  padding-left: 70px;
}
main .login .login-context .login-section form .buttons,
main .login .login-context .register-section form .buttons,
main .login .register-context .login-section form .buttons,
main .login .register-context .register-section form .buttons,
main .register .login-context .login-section form .buttons,
main .register .login-context .register-section form .buttons,
main .register .register-context .login-section form .buttons,
main .register .register-context .register-section form .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .login .login-context .login-section form .buttons a,
main .login .login-context .register-section form .buttons a,
main .login .register-context .login-section form .buttons a,
main .login .register-context .register-section form .buttons a,
main .register .login-context .login-section form .buttons a,
main .register .login-context .register-section form .buttons a,
main .register .register-context .login-section form .buttons a,
main .register .register-context .register-section form .buttons a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #334155;
}
main .login .login-context .login-section form .buttons a:hover,
main .login .login-context .register-section form .buttons a:hover,
main .login .register-context .login-section form .buttons a:hover,
main .login .register-context .register-section form .buttons a:hover,
main .register .login-context .login-section form .buttons a:hover,
main .register .login-context .register-section form .buttons a:hover,
main .register .register-context .login-section form .buttons a:hover,
main .register .register-context .register-section form .buttons a:hover {
  text-decoration: underline;
}
main .login .login-context .login-section form .buttons .login-anchor,
main .login .login-context .register-section form .buttons .login-anchor,
main .login .register-context .login-section form .buttons .login-anchor,
main .login .register-context .register-section form .buttons .login-anchor,
main .register .login-context .login-section form .buttons .login-anchor,
main .register .login-context .register-section form .buttons .login-anchor,
main .register .register-context .login-section form .buttons .login-anchor,
main .register .register-context .register-section form .buttons .login-anchor {
  color: #1e40af;
}
main .login .login-context .login-section form button,
main .login .login-context .register-section form button,
main .login .register-context .login-section form button,
main .login .register-context .register-section form button,
main .register .login-context .login-section form button,
main .register .login-context .register-section form button,
main .register .register-context .login-section form button,
main .register .register-context .register-section form button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #f8fafc;
  text-align: center;
  background-color: #2563eb;
  padding: 12px;
  border-radius: 6px;
  margin-top: 20px;
}
main .login .login-context .login-section .welcome-text,
main .login .login-context .register-section .welcome-text,
main .login .register-context .login-section .welcome-text,
main .login .register-context .register-section .welcome-text,
main .register .login-context .login-section .welcome-text,
main .register .login-context .register-section .welcome-text,
main .register .register-context .login-section .welcome-text,
main .register .register-context .register-section .welcome-text {
  width: 50%;
  border-left: 1px solid #cbd5e1;
  padding-left: 20px;
}
main .login .login-context .login-section .welcome-text h3,
main .login .login-context .register-section .welcome-text h3,
main .login .register-context .login-section .welcome-text h3,
main .login .register-context .register-section .welcome-text h3,
main .register .login-context .login-section .welcome-text h3,
main .register .login-context .register-section .welcome-text h3,
main .register .register-context .login-section .welcome-text h3,
main .register .register-context .register-section .welcome-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #1e293b;
  text-align: justify;
  margin-bottom: 24px;
}
main .login .login-context .login-section .welcome-text p,
main .login .login-context .register-section .welcome-text p,
main .login .register-context .login-section .welcome-text p,
main .login .register-context .register-section .welcome-text p,
main .register .login-context .login-section .welcome-text p,
main .register .login-context .register-section .welcome-text p,
main .register .register-context .login-section .welcome-text p,
main .register .register-context .register-section .welcome-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #334155;
}
main .login .login-context .login-section .alert-error,
main .login .login-context .register-section .alert-error,
main .login .register-context .login-section .alert-error,
main .login .register-context .register-section .alert-error,
main .register .login-context .login-section .alert-error,
main .register .login-context .register-section .alert-error,
main .register .register-context .login-section .alert-error,
main .register .register-context .register-section .alert-error {
  color: red;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (max-width: 1024px) {
  main .login,
main .register {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 50px;
  }
  main .login .login-context .login-section,
main .login .login-context .register-section,
main .login .register-context .login-section,
main .login .register-context .register-section,
main .register .login-context .login-section,
main .register .login-context .register-section,
main .register .register-context .login-section,
main .register .register-context .register-section {
    margin-top: 16px;
    flex-direction: column;
  }
  main .login .login-context .login-section form,
main .login .login-context .register-section form,
main .login .register-context .login-section form,
main .login .register-context .register-section form,
main .register .login-context .login-section form,
main .register .login-context .register-section form,
main .register .register-context .login-section form,
main .register .register-context .register-section form {
    width: 100%;
    padding: 24px 12px;
  }
  main .login .login-context .login-section .welcome-text,
main .login .login-context .register-section .welcome-text,
main .login .register-context .login-section .welcome-text,
main .login .register-context .register-section .welcome-text,
main .register .login-context .login-section .welcome-text,
main .register .login-context .register-section .welcome-text,
main .register .register-context .login-section .welcome-text,
main .register .register-context .register-section .welcome-text {
    border: none;
    margin-top: 50px;
    width: 100%;
    padding: 0;
  }
}
.cabinet {
  background-color: #eff6ff;
  padding-top: 20px;
  padding-bottom: 60px;
}
.cabinet .cabinet-container {
  display: flex;
}
.cabinet .cabinet-container aside {
  background-color: white;
  padding: 20px 0;
}
.cabinet .cabinet-container aside .profile-information {
  padding: 4px 0;
}
.cabinet .cabinet-container aside .profile-information .profile-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.cabinet .cabinet-container aside .profile-information .profile-img img {
  width: 78px;
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.cabinet .cabinet-container aside .profile-information .profile-img .no-image {
  background-color: #dbeafe;
}
.cabinet .cabinet-container aside .profile-information .profile-name h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.cabinet .cabinet-container aside nav ul li {
  position: relative;
}
.cabinet .cabinet-container aside nav ul li a {
  border-radius: 8px;
  padding: 12px;
  display: flex;
  justify-content: inherit;
  align-items: center;
  margin-left: 16px;
  margin-right: 8px;
}
.cabinet .cabinet-container aside nav ul li a span {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.cabinet .cabinet-container aside nav ul li .active {
  background-color: #3640e0;
}
.cabinet .cabinet-container aside nav ul li .active span {
  color: white;
}
.cabinet .cabinet-container aside nav ul li .active svg path {
  fill: white;
}
.cabinet .cabinet-container aside nav ul li .active::before {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #3640e0;
  position: absolute;
  left: 0;
  border-radius: 0px 12px 12px 0px;
}
.cabinet .cabinet-container .cabinet-right-side {
  width: 75%;
}
.cabinet .cabinet-container .cabinet-right-side h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  color: #2e3131;
  margin-bottom: 12px;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards {
  background: #ffffff;
  border-radius: 4px;
  padding-top: 12px;
  padding-left: 32px;
  padding-bottom: 24px;
  padding-right: 48px;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
  color: #2563eb;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card {
  width: 48%;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #2e3131;
  margin-bottom: 8px;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context {
  height: 112px;
  background: #e4efff;
  border-radius: 4px;
  border-left: 4px solid #3640e0;
  border-radius: 11px 0px 0px 11px;
  padding: 13px 20px 9px 20px;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context .up {
  height: 50%;
  border-bottom: 1px solid white;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context .up .left span {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #2e3131;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context .up .right .date {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context .down {
  height: 50%;
  margin-top: 17px;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context .down button {
  padding: 4px 0;
  text-align: center;
  background-color: #2563eb;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  border-radius: 4px;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context:last-child {
  padding: 12px;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context:last-child ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context:last-child ul li {
  display: flex;
  justify-content: initial;
  align-items: center;
  flex-direction: column;
  padding: 4px;
  width: 100%;
  height: 100%;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context:last-child ul li span:first-child {
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  color: #586268;
  white-space: nowrap;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context:last-child ul li span:last-child {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context:last-child ul li:not(:last-child) span:last-child {
  border-right: 1px solid white;
  width: 100%;
}
.cabinet .cabinet-container .cabinet-right-side .information-table {
  margin-top: 16px;
  background-color: white;
  padding: 28px 12px;
}
.cabinet .cabinet-container .cabinet-right-side .information-table h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #2e3131;
  margin-bottom: 12px;
}
.cabinet .cabinet-container .cabinet-right-side .information-table table {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.cabinet .cabinet-container .cabinet-right-side .information-table table thead {
  border-bottom: 1px solid #e8ecf1;
}
.cabinet .cabinet-container .cabinet-right-side .information-table table thead tr {
  padding: 12px 0;
}
.cabinet .cabinet-container .cabinet-right-side .information-table table thead tr th {
  color: #586268;
  width: 130px;
  text-align: left;
}
.cabinet .cabinet-container .cabinet-right-side .information-table table tbody tr {
  padding: 12px 0;
}
.cabinet .cabinet-container .cabinet-right-side .information-table table tbody tr td {
  width: 130px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #586268;
  text-align: left;
}
.cabinet .cabinet-container .cabinet-right-side .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 16px 16px 0px 0px;
  padding: 4px 8px;
  overflow-x: auto;
}
.cabinet .cabinet-container .cabinet-right-side .tabs li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #849097;
  padding: 4px 12px;
  padding-bottom: 8px;
  white-space: nowrap;
  display: block;
}
.cabinet .cabinet-container .cabinet-right-side .tabs li .active {
  color: #3640e0;
  border-bottom: 2px solid #3640e0;
}
.cabinet .cabinet-container .cabinet-right-side .card-list {
  background-color: white;
  margin-top: 4px;
  padding-top: 24px;
  padding-bottom: 56px;
  padding-left: 28px;
  padding-right: 28px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #2e3131;
  padding-bottom: 16px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards {
  display: flex;
  justify-content: inherit;
  align-items: center;
  flex-wrap: wrap;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper {
  position: relative;
  width: 232px;
  height: 288px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card {
  background: #f9fafb;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-img {
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 8px 12px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text {
  height: 50%;
  padding: 8px 12px 12px 12px;
  background-color: #f9fafb;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.05);
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .location-and-status,
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .location,
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .location-and-status {
  margin-bottom: 4px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .location-and-status .location .location-icon {
  margin-right: 4px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .location-and-status .location span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .location-and-status .status .crown-icon {
  margin-right: 8px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-price {
  margin-bottom: 4px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-price p {
  color: #334155;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-price p .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-right: 2px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-price p .currency {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-apartment-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #64748b;
  border-bottom: 1px solid #94a3b8;
  padding-bottom: 12px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-apartment-info li:not(:last-child) {
  border-right: 1px solid #94a3b8;
  padding-right: 8px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .dates {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #64748b;
  padding-top: 7px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12px;
  left: 12px;
  z-index: 111;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .document,
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .percent,
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .barter {
  width: 28px;
  height: 36px;
  border-radius: 4px;
  margin-right: 8px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .document {
  background-color: #16a34a;
  padding: 8px 4px 8px 6px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .document .document-show {
  display: none;
  padding: 4px 8px;
  border-radius: 7px;
  background-color: #1e293b;
  color: #f8fafc;
  position: absolute;
  text-align: center;
  top: 40px;
  left: -10px;
  white-space: nowrap;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .document .document-show span {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .document:hover .document-show {
  display: flex;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .percent {
  background-color: #bc8800;
  padding: 7px;
  padding-top: 10px;
  position: relative;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .percent .percent-show {
  display: none;
  padding: 4px 8px;
  border-radius: 7px;
  background-color: #1e293b;
  color: #f8fafc;
  position: absolute;
  text-align: center;
  top: 40px;
  left: -15px;
  white-space: nowrap;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .percent .percent-show span {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .percent:hover .percent-show {
  display: flex;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .barter {
  background-color: #2563eb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .barter .barter-show {
  display: none;
  padding: 4px 8px;
  border-radius: 7px;
  background-color: #1e293b;
  color: #f8fafc;
  position: absolute;
  text-align: center;
  top: 40px;
  white-space: nowrap;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .barter .barter-show span {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .barter:hover .barter-show {
  display: flex;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .type {
  position: absolute;
  top: 106px;
  left: 12px;
  z-index: 11;
  border-radius: 4px;
  background-color: #2563eb;
  color: #f8fafc;
  padding: 4px 8px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .type span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .favorites {
  position: absolute;
  z-index: 11110;
  top: 12px;
  right: 12px;
  background: linear-gradient(130.54deg, #f9fafb 15.8%, rgba(249, 250, 251, 0.62) 92.06%);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 10px;
  display: flex;
  color: #1d4ed8;
  cursor: pointer;
}
.cabinet .cabinet-container .cabinet-right-side .account-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabinet .cabinet-container .cabinet-right-side .account-cards .card {
  width: 33%;
  background: #ffffff;
  border-radius: 4px;
  padding: 8px 20px 13px 20px;
}
.cabinet .cabinet-container .cabinet-right-side .account-cards .card:not(:last-child) {
  margin-right: 24px;
}
.cabinet .cabinet-container .cabinet-right-side .account-cards .card h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #586268;
  margin-bottom: 8px;
}
.cabinet .cabinet-container .cabinet-right-side .account-cards .card p {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #2e3131;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price {
  padding: 20px;
  padding-bottom: 27px;
  background-color: white;
  margin-top: 20px;
  width: 66%;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #2e3131;
  margin-bottom: 12px;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price p {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  color: #586268;
  margin-bottom: 10px;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .form-input {
  display: flex;
  margin-bottom: 16px;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .form-input .radio-button {
  margin-right: 24px;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .radio-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .radio-label input[type=radio] {
  display: none;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .radio-label input[type=radio]:checked ~ .radio_css::after {
  transform: translate(-50%, -50%) scale(1);
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .radio-label .radio_css {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #64748b;
  display: block;
  position: absolute;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .radio-label .radio_css::after {
  content: "";
  height: 10px;
  width: 10px;
  border: 6px solid #1d4ed8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 0.3s;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .price-form input[type=text] {
  width: 100%;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .price-form input[type=radio] {
  display: none;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .price-form label {
  position: relative;
  color: #3640e0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 12px;
  background: #f3f6fd;
  border-radius: 2px;
  color: #2e3131;
  cursor: pointer;
  margin-right: 12px;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .price-form input[type=radio]:checked + label {
  background-color: #3640e0;
  color: white;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .price-form input[type=number] {
  background: #f3f6fd;
  border: 1px solid #d8e2f8;
  border-radius: 2px;
  padding: 4px 12px;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .price-form ::-moz-placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #acb3b8;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price .price-form ::placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #acb3b8;
}
.cabinet .cabinet-container .cabinet-right-side .increase-price button {
  width: 100%;
  background: #2563eb;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  padding: 12px 0;
  margin-top: 28px;
}
.cabinet .cabinet-container .cabinet-right-side .header {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabinet .cabinet-container .cabinet-right-side .header h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  color: #2e3131;
}
.cabinet .cabinet-container .cabinet-right-side .header span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #586268;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.cabinet .cabinet-container .cabinet-right-side .header span:hover {
  border-color: #586268;
}
.cabinet .cabinet-container .cabinet-right-side .header .edit-span {
  display: block;
}
.cabinet .cabinet-container .cabinet-right-side .header .go-back {
  display: none;
}
.cabinet .cabinet-container .cabinet-right-side .profile {
  padding: 20px 16px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cabinet .cabinet-container .cabinet-right-side .profile .form-group label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #849097;
  margin-bottom: 4px;
}
.cabinet .cabinet-container .cabinet-right-side .profile .form-group input {
  border-bottom: 1px solid #e4e8ee;
  padding: 12px 0;
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #586268;
  outline: none;
  border: none;
}
.cabinet .cabinet-container .cabinet-right-side .edit {
  padding: 24px 12px;
  background-color: white;
  border-radius: 4px;
  display: none;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group {
  position: relative;
  width: 50%;
  margin-right: 20px;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #0f172a;
  margin-bottom: 8px;
  display: block;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group input {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  border: 1px solid #cbd5e1;
  transition: 0.5s;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group input:is(:active, :focus) {
  border: 1px solid #2563eb;
  box-shadow: rgba(37, 99, 235, 0.2) 0px 8px 24px;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .eyes {
  position: absolute;
  right: 12px;
  bottom: 15px;
  display: flex;
  cursor: pointer;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .eyes i {
  color: #0f172a;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .eyes .eye-show-current,
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .eyes .eye-show-new,
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .eyes .eye-show-confirm {
  display: none;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .file-group {
  position: relative;
  border-radius: 8px;
  width: 98%;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  border: 1px solid #cbd5e1;
  transition: 0.5s;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .file-group:active, .cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .file-group:focus {
  border: 1px solid #2563eb;
  box-shadow: rgba(37, 99, 235, 0.2) 0px 8px 24px;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .file-group .custom-button {
  position: absolute;
  margin-top: 0;
  width: 25%;
  background-color: #3b82f6;
  border-radius: 6px 0 0 6px;
  height: 100%;
  color: white;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .file-group .custom-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
  display: inline-block;
  padding: 8px;
  margin-left: 90px;
  margin-top: 3px;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group .file-span {
  display: block;
  margin-bottom: 8px;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label figure {
  position: relative;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label figure span {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: 0.5s;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label figure span:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(1.1);
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cabinet .cabinet-container .cabinet-right-side .edit .form-label:last-child button {
  width: 50%;
  margin-top: 24px;
  background: #2563eb;
  border-radius: 6px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  text-align: center;
}
.cabinet .modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 11111;
}
.cabinet .modal .modal-container .increase-price {
  padding: 20px;
  padding-bottom: 27px;
  background-color: white;
  margin-top: 20px;
  width: 100%;
}
.cabinet .modal .modal-container .increase-price h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #2e3131;
  margin-bottom: 12px;
}
.cabinet .modal .modal-container .increase-price p {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  color: #586268;
  margin-bottom: 10px;
}
.cabinet .modal .modal-container .increase-price .form-input {
  display: flex;
  margin-bottom: 16px;
}
.cabinet .modal .modal-container .increase-price .form-input .radio-button {
  margin-right: 24px;
}
.cabinet .modal .modal-container .increase-price .radio-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.cabinet .modal .modal-container .increase-price .radio-label input[type=radio] {
  display: none;
}
.cabinet .modal .modal-container .increase-price .radio-label input[type=radio]:checked ~ .radio_css::after {
  transform: translate(-50%, -50%) scale(1);
}
.cabinet .modal .modal-container .increase-price .radio-label .radio_css {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #64748b;
  display: block;
  position: absolute;
}
.cabinet .modal .modal-container .increase-price .radio-label .radio_css::after {
  content: "";
  height: 10px;
  width: 10px;
  border: 6px solid #1d4ed8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 0.3s;
}
.cabinet .modal .modal-container .increase-price .price-form input[type=radio] {
  display: none;
}
.cabinet .modal .modal-container .increase-price .price-form label {
  position: relative;
  color: #3640e0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 12px;
  background: #f3f6fd;
  border-radius: 2px;
  color: #2e3131;
  cursor: pointer;
  margin-right: 12px;
}
.cabinet .modal .modal-container .increase-price .price-form input[type=radio]:checked + label {
  background-color: #3640e0;
  color: white;
}
.cabinet .modal .modal-container .increase-price .price-form input[type=text] {
  background: #f3f6fd;
  border: 1px solid #d8e2f8;
  border-radius: 2px;
  padding: 4px 12px;
}
.cabinet .modal .modal-container .increase-price .price-form ::-moz-placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #acb3b8;
}
.cabinet .modal .modal-container .increase-price .price-form ::placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #acb3b8;
}
.cabinet .modal .modal-container .increase-price button {
  width: 100%;
  background: #2563eb;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  padding: 12px 0;
  margin-top: 28px;
}

@media only screen and (max-width: 1024px) {
  .cabinet {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .cabinet .cabinet-container {
    flex-direction: column;
    align-items: center;
  }
  .cabinet .cabinet-container aside .profile-information .profile-name h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .cabinet .cabinet-container aside nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cabinet .cabinet-container aside nav ul li a {
    margin-left: 8px;
  }
  .cabinet .cabinet-container aside nav ul li a span {
    display: none;
  }
  .cabinet .cabinet-container aside nav ul li .active::before {
    width: 0;
  }
  .cabinet .cabinet-container .cabinet-right-side {
    width: 100%;
  }
  .cabinet .cabinet-container .cabinet-right-side .increase-price {
    width: 100%;
  }
  .cabinet .cabinet-container .cabinet-right-side .account-cards .card h4 {
    white-space: nowrap;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list {
    padding-top: 12px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper {
    height: 203px;
    width: 46%;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .type {
    top: 67px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .type span {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .favorites {
    padding: 4px 8px;
    right: 8px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .document,
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .percent,
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .barter {
    width: 20px;
    height: 28px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .document img,
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .percent img,
.cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .barter img {
    width: 12px;
    height: 12px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .document {
    padding: 8px 5px 8px 5px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .document-and-percent .percent {
    padding: 5px;
    padding-top: 8px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-img {
    padding: 8px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .location-and-status {
    margin-bottom: 0;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .location-and-status .location .location-icon {
    width: 9px;
    height: 13px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .location-and-status .location .location-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .location-and-status .location span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-price p .price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-price p .currency {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-apartment-info {
    padding-bottom: 6px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-apartment-info li {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-apartment-info li span {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .card-apartment-info li:not(:last-child) {
    padding-right: 2px;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .card .card-text .dates {
    padding-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cabinet .cabinet-container section:first-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 576px) {
  .cabinet .cabinet-container .cabinet-right-side {
    margin-top: 10px;
  }
  .cabinet .cabinet-container .cabinet-right-side h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-cards {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper {
    flex-direction: column;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card {
    width: 100%;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card:not(:first-child) {
    margin-top: 12px;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context {
    height: inherit;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context .up {
    height: initial;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context .up span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-cards .card-wrapper .card .card-context:last-child ul li span:last-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-table {
    overflow-x: auto;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-table table {
    width: 576px;
  }
  .cabinet .cabinet-container .cabinet-right-side .account-cards {
    flex-wrap: wrap;
  }
  .cabinet .cabinet-container .cabinet-right-side .account-cards .card {
    margin-bottom: 12px;
    width: 48%;
  }
  .cabinet .cabinet-container .cabinet-right-side .account-cards .card:not(:last-child) {
    margin-right: 0;
  }
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper .favorites img {
    width: 12px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .cabinet .cabinet-container .cabinet-right-side .account-cards .card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .cabinet .cabinet-container .cabinet-right-side .increase-price {
    padding: 12px;
    padding-bottom: 12px;
  }
  .cabinet .cabinet-container .cabinet-right-side .increase-price h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .cabinet .cabinet-container .cabinet-right-side .increase-price p {
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    margin-bottom: 6px;
  }
  .cabinet .cabinet-container .cabinet-right-side .increase-price .price-form label {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
  }
  .cabinet .cabinet-container .cabinet-right-side .increase-price .radio-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .cabinet .cabinet-container .cabinet-right-side .edit {
    padding: 12px;
  }
  .cabinet .cabinet-container .cabinet-right-side .edit .form-label {
    padding-top: 0;
    flex-direction: column;
  }
  .cabinet .cabinet-container .cabinet-right-side .edit .form-label .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-table {
    padding: 12px;
  }
  .cabinet .cabinet-container .cabinet-right-side .information-table table {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
  }
}
@media screen and (max-width: 370px) {
  .cabinet .cabinet-container .cabinet-right-side .card-list .cards .card-wrapper {
    width: 44%;
  }
}
.map {
  background-color: #eff6ff;
  padding-top: 20px;
  padding-bottom: 60px;
}
.map .map-container .header h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 12px;
}
.map .map-container .header a {
  color: #3b82f6;
  padding-bottom: 16px;
  display: block;
}
.map .map-container section h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 16px;
}
.map .map-container section ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-bottom: 16px;
}
.map .map-container section ul li {
  margin-bottom: 3px;
}
.map .map-container section ul li a {
  color: #3b82f6;
}

main .residential {
  background-color: #eff6ff;
  padding-bottom: 60px;
  padding-top: 20px;
}
main .residential .residential-details-context {
  position: relative;
}
main .residential .residential-details-context::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
}
main .residential .residential-details-context .section-tab {
  margin-bottom: 16px;
}
main .residential .residential-details-context .details {
  background: #f8fafc;
  border-radius: 4px;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.15);
  padding: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .residential .residential-details-context .details .residential-photo {
  height: 264px;
  width: 264px;
}
main .residential .residential-details-context .details .residential-photo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
main .residential .residential-details-context .details .residential-information {
  margin-bottom: 5px;
  width: 70%;
}
main .residential .residential-details-context .details .residential-information h3 {
  color: #334155;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
main .residential .residential-details-context .details .residential-information p {
  color: #334155;
  margin-bottom: 16px;
  margin-top: 12px;
  text-align: justify;
  width: 90%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .residential .residential-details-context .details .residential-information .time-and-location .time,
main .residential .residential-details-context .details .residential-information .time-and-location .location {
  color: #334155;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main .residential .residential-details-context .details .residential-information .time-and-location .time .icon,
main .residential .residential-details-context .details .residential-information .time-and-location .location .icon {
  height: 24px;
  margin-right: 10px;
  width: 20px;
}
main .residential .residential-details-context .details .residential-information .time-and-location .time .icon img,
main .residential .residential-details-context .details .residential-information .time-and-location .location .icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
main .residential .residential-details-context .details .residential-information .time-and-location .location {
  margin-bottom: 40px;
}
main .residential .residential-details-context .details .residential-information a {
  border: 1px solid #1e3a8a;
  border-radius: 4px;
  color: #1e3a8a;
  padding: 8px 57.5px;
}
main .residential .residential-details-context .residential-carousel-text {
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: 16px;
  position: relative;
}
main .residential .residential-details-context .residential-carousel-text .residential-text {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 66px;
  color: white;
  padding: 16px 20px;
  position: absolute;
  width: 100%;
}
main .residential .residential-details-context .residential-carousel-text .residential-text .price {
  background-color: #2563eb;
  display: inline-block;
  padding: 6px 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
main .residential .residential-details-context .residential-carousel-text .residential-text .name {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 80px;
}

@media only screen and (max-width: 1024px) {
  main .agent {
    height: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }
  main .agent .agency-details-context {
    margin-bottom: 20px;
    padding: 8px;
  }
  main .agent .agency-details-context .details {
    top: 160px;
    width: 100%;
  }
  main .agent .agency-details-context .details .agency-photo {
    height: auto;
    width: 25%;
  }
  main .agent .agency-details-context .details .agency-information p,
main .agent .agency-details-context .details .agency-information .time-and-location {
    display: none;
  }
  main .agent .agency-details-context .details .agency-information h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  main .agent .agency-details-context .details .agency-information a {
    border: none;
    color: #475569;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  main .agent {
    height: 200px;
  }
  main .agent .agency-details-context .details {
    top: 100px;
  }
}
@media (max-width: 576px) {
  main .agent {
    height: 160px;
  }
  main .agent .agency-details-context .details {
    top: 75px;
  }
}
@media (max-width: 480px) {
  main .agent {
    height: 120px;
  }
  main .agent .agency-details-context .details {
    top: 45px;
  }
}
@media only screen and (max-width: 768px) {
  main .agent {
    height: 200px;
  }
  main .agent .agency-details-context .details {
    top: 100px;
  }
}
@media (max-width: 576px) {
  main .agent {
    height: 160px;
  }
  main .agent .agency-details-context .details {
    top: 75px;
  }
}
@media (max-width: 480px) {
  main .agent {
    height: 120px;
  }
  main .agent .agency-details-context .details {
    top: 45px;
  }
}
cat >> /home/makan/test2/public/frontend/css/scss/style.css << 'EOF'

/* Шрифт для страниц меню */
.main-section-text-context .texts,
.main-section-text-context .texts p,
.main-section-text-context .texts h1,
.main-section-text-context .texts h2,
.main-section-text-context .texts h3,
.main-section-text-context .texts li {
    font-family: 'Segoe UI', Arial, sans-serif !important;
    line-height: 1.75;
    color: #2c3e50;
}

.main-section-text-context .texts h1,
.main-section-text-context .texts h2,
.main-section-text-context .texts h3 {
    font-weight: 600;
    margin-bottom: 12px;
}

.main-section-text-context .texts p {
    font-size: 15px;
    margin-bottom: 14px;
}
EOF* { font-family: Inter, sans-serif; }

/* SEO Footer Links */
.footer-seo {
    padding: 20px 0;
    background: transparent;
}
.footer-seo .seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-seo .seo-links a {
    display: inline-block;
    color: #e2e8f0;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    white-space: nowrap;
}
.footer-seo .seo-links a:hover {
    background: rgba(255,255,255,0.18);
    color: #fff;
}

/* Menu Info Dropdown */
.menu-info-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 8px;
  z-index: 9999;
  min-width: 520px;
  padding: 24px;
}
.menu-info-dropdown.active {
  display: block;
}
.menu-info-dropdown-inner {
  display: flex;
  gap: 40px;
}
.menu-info-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 140px;
}
.menu-info-col a {
  color: #0e235e;
  font-size: 14px;
  text-decoration: none;
}
.menu-info-col a:hover {
  color: #3b82f6;
}
.menu-info-label {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.menu-info-hours {
  font-size: 13px;
  color: #555;
}
.menu-info-social {
  display: flex;
  gap: 12px;
  align-items: center;
}
.menu-info-social a {
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .menu-info-btn {
    display: none;
  }
  .menu-info-dropdown {
    display: none !important;
  }
}
header .navbar .navbar-content {
  position: relative;
}

/* User button 3cm from wishlist */
header .top-header .header-content .right-side {
  gap: 113px !important;
}


/* Lang btn hover underline */
header .top-header .header-content .left-side .languages a.lang-btn:hover {
  border-bottom: 2px solid #1d4ed8 !important;
  padding-bottom: 2px;
  color: #1d4ed8 !important;
}

/* Nav hover underline */
header .navbar .navbar-content nav ul li a:hover {
  color: #2563eb !important;
  border-bottom: 2px solid #2563eb !important;
}

/* Header logo size like test1 */
@media only screen and (min-width: 1025px) {
  header .navbar .navbar-content .logo {
    width: 165px !important;
    flex-shrink: 0 !important;
  }
}

/* Header logo size for medium screens like test1 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .navbar .navbar-content .logo {
    width: 150px !important;
    flex-shrink: 0 !important;
  }
  header .navbar .navbar-content nav ul li:not(:last-child) {
    margin-right: 10px !important;
  }
}

/* Create ad button nowrap like test1 */
header .navbar .navbar-content .creating {
  white-space: nowrap !important;
  min-width: fit-content !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
header .navbar .navbar-content .creating span {
  white-space: nowrap !important;
}

/* FINAL: mobile language dropdown hidden by default */
@media only screen and (max-width: 1024px) {
  header .navbar .navbar-content .mobile-lang-switcher {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    margin: 0 12px 0 auto !important;
    z-index: 9999 !important;
  }

  header .navbar .navbar-content #mobileLangBtn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 4px 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1d4ed8 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
  }

  header .navbar .navbar-content #mobileLangDropdown {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 6px) !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
    z-index: 99999 !important;
    min-width: 72px !important;
    overflow: hidden !important;
  }

  header .navbar .navbar-content #mobileLangDropdown.open {
    display: block !important;
  }

  header .navbar .navbar-content #mobileLangDropdown .mobile-lang-item {
    display: block !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  header .navbar .navbar-content #mobileLangDropdown .mobile-lang-item.active {
    color: #1d4ed8 !important;
    background: #eff6ff !important;
  }
}

@media only screen and (min-width: 1025px) {
  header .navbar .navbar-content .mobile-lang-switcher {
    display: none !important;
  }
}

/* Final mobile header order: logo -> language -> create button */
@media only screen and (max-width: 1024px) {
  header .navbar .navbar-content {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    position: relative !important;
  }

  header .navbar .navbar-content .hamburger {
    order: 1 !important;
    flex: 0 0 auto !important;
  }

  header .navbar .navbar-content .logo {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin-right: auto !important;
  }

  header .navbar .navbar-content nav {
    order: 5 !important;
  }

  header .navbar .navbar-content .mobile-lang-switcher {
    order: 3 !important;
    display: flex !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 8px 0 0 !important;
    flex: 0 0 auto !important;
    z-index: 30 !important;
  }

  header .navbar .navbar-content .creating {
    order: 4 !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
    z-index: 20 !important;
    white-space: nowrap !important;
  }

  header .navbar .navbar-content .mobile-lang-dropdown {
    top: calc(100% + 6px) !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
  }
}

/* Small phones adjustment */
@media only screen and (max-width: 480px) {
  header .navbar .navbar-content {
    gap: 6px !important;
  }

  header .navbar .navbar-content .mobile-lang-switcher {
    margin-right: 6px !important;
  }

  header .navbar .navbar-content .creating {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
}

/* Mobile menu compact */
@media only screen and (max-width: 1024px) {
  header .navbar .navbar-content nav ul li {
    padding: 6px 20px !important;
  }
}

/* Mobile social icons fix */
@media only screen and (max-width: 1024px) {
  header .navbar .navbar-content nav .social-icons-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
  }
  header .navbar .navbar-content nav .social-icons-mobile li {
    width: auto !important;
    padding: 0 !important;
    border-bottom: none !important;
  }
  header .navbar .navbar-content nav .social-icons-mobile li a {
    font-size: 24px;
    color: #3b82f6;
  }
  header .navbar .navbar-content nav .social-icons-mobile li i {
    font-size: 24px;
  }
}

/* Mobile social icons fix v2 */
@media only screen and (max-width: 1024px) {
  header .navbar .navbar-content nav .social-icons-mobile {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 6px 20px !important;
  }
  header .navbar .navbar-content nav .social-icons-mobile li.for-mobile {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
  }
  header .navbar .navbar-content nav .social-icons-mobile li.for-mobile a {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  header .navbar .navbar-content nav .social-icons-mobile li.for-mobile i {
    font-size: 24px !important;
  }
}

/* Instagram icon color */
@media only screen and (max-width: 1024px) {
  header .navbar .navbar-content nav .social-icons-mobile li.for-mobile a .fa-instagram {
    color: #c13584 !important;
  }
}
