html {
  font-size: 62.5%;
}

section {
  overflow-x: hidden;
}

body {
  font-size: calc(1.4rem + 0.357vw);
  background: #F9FAFB;
}
@media (max-width: 1199px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.bg-white {
  background: #ffffff;
}

.container-fluid {
  padding-left: 2.14vw;
  padding-right: 2.14vw;
}

p a {
  color: inherit;
}
p a:hover {
  text-decoration: none;
}

h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong {
  font-family: "Zodiak-VariableItalic";
  font-style: italic;
  font-weight: 400;
}

.headline-icon {
  margin-bottom: 1.6rem;
}

h1,
.h1 {
  font-weight: 400;
  font-size: calc(3rem + 2.5vw);
  letter-spacing: -3.6px;
  color: #6F6259;
  line-height: 1.1;
  margin-bottom: 4.76vw;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 4.8rem;
    letter-spacing: -2.4px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.4rem;
    letter-spacing: -1.2px;
  }
}

h2,
.h2 {
  font-size: calc(2rem + 1.66vw);
  line-height: 110%;
  letter-spacing: -2.4px;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 3.2rem;
    letter-spacing: -1.6px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}

h3,
.h3 {
  font-size: calc(2rem + 1.19vw);
}

h4,
.h4 {
  font-size: calc(1.8rem + 0.357vw);
}

.fz-56 {
  font-size: calc(3rem + 1.547vw);
  font-size: 5.6rem;
}
@media (max-width: 991px) {
  .fz-56 {
    font-size: 2rem;
  }
}

.small-headline {
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #A49C96;
  font-size: calc(0.8rem + 0.357vw);
  margin-bottom: 2.857vw;
}

.perex {
  font-size: calc(1.6rem + 0.95vw);
  color: #6F6259;
  margin-bottom: 4.76vw;
}

.perex-big {
  font-size: calc(3rem + 1.547vw);
  color: #6F6259;
}
.perex-big p {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .perex-big {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .perex-big {
    font-size: 2.4rem;
  }
  .perex-big br {
    display: none;
  }
  p {
    margin-bottom: 2.4rem;
  }
}
.mw-1064 {
  max-width: 63.33vw;
}
@media (max-width: 1679px) {
  .mw-1064 {
    max-width: 1064px;
  }
}

.mw-656 {
  max-width: 39.047vw;
}
@media (max-width: 1679px) {
  .mw-656 {
    max-width: 656px;
  }
}

.mw-928 {
  max-width: 55.238vw;
}
@media (max-width: 1679px) {
  .mw-928 {
    max-width: 928px;
  }
}
@media (max-width: 1199px) {
  .mw-928 {
    max-width: 90vw;
  }
}

.mw-1200 {
  max-width: 71.428vw;
}
@media (max-width: 1679px) {
  .mw-1200 {
    max-width: 1200px;
  }
}

.mw-1340 {
  max-width: 79.76vw;
}
@media (max-width: 1679px) {
  .mw-1340 {
    max-width: 1340px;
  }
}

@media (max-width: 1499px) {
  .mw-xl-1200 {
    max-width: 120rem;
  }
}
@media (max-width: 1199px) {
  .mw-lg-784 {
    max-width: 78.4rem !important;
  }
  .mw-lg-624 {
    max-width: 62.4rem !important;
  }
  .mt-1 {
    margin-top: 2.4rem !important;
  }
  .mb-1 {
    margin-bottom: 2.4rem !important;
  }
  .pt-1 {
    padding-top: 2.4rem !important;
  }
  .pb-1 {
    padding-bottom: 2.4rem !important;
  }
  .mb-2 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.text-primary {
  color: #948A83 !important;
}

@media (min-width: 991px) {
  .negativ-mb-16 {
    margin-bottom: -16rem;
  }
}
.mfp-bg {
  z-index: 2000;
}

.mfp-wrap {
  z-index: 2001;
}

th.text-right {
  text-align: right;
}

td.text-right {
  text-align: right;
}

.locality-map-container {
  position: relative;
  padding-bottom: 56.25%;
}

.locality-map-container .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-map-container {
  position: relative;
  padding-bottom: 25%;
}

.contact-map-container .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .locality-map-container {
    padding-bottom: 75%;
  }
  .contact-map-container {
    padding-bottom: 50%;
  }
}
@media (max-width: 991px) {
  .contact-map-section {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .locality-map-container {
    padding-bottom: 150%;
  }
  .contact-map-container {
    padding-bottom: 75%;
  }
}
.contact-map-filter {
  padding-bottom: 4rem;
  background-color: #ffffff;
}

.contact-map-filter-item img {
  width: 3.2rem;
  height: auto !important;
}

.contact-map-filter-toggle {
  font-size: 1.6rem;
}

@media (max-width: 1199px) {
  .contact-map-filter-item img {
    width: 2.4rem;
  }
}
.pin-info-img img {
  max-width: 100%;
}

.pnlm-container {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_238_5127)'%3E%3Cpath d='M66.75 6.75V52.19L52.19 66.75H6.75V113.25H53.25V67.81L67.81 53.25H113.25V6.75H66.75ZM88.19 8.25L68.25 28.19V8.25H88.19ZM68.25 30.31L90.31 8.25H110.69L68.25 50.69V30.31ZM51.75 89.69L29.69 111.75H9.31L51.75 69.31V89.69ZM30.75 88.19V68.25H50.69L30.75 88.19ZM29.25 68.25V89.69L8.25 110.69V68.25H29.25ZM31.81 111.75L51.75 91.81V111.75H31.81ZM89.25 31.81V51.75H69.31L89.25 31.81ZM90.75 51.75V30.31L111.75 9.31V51.75H90.75Z' fill='%23D6D8DA'/%3E%3Cpath d='M29.25 29.035V53.25H30.75V29.035C34.075 37.815 42.57 44.08 52.5 44.08H53.25V42.58H52.5C40.505 42.58 30.75 32.825 30.75 20.83V15.705C34.075 24.485 42.57 30.75 52.5 30.75H53.25V29.25H52.5C40.505 29.25 30.75 19.495 30.75 7.5V6.75H29.25V7.5C29.25 19.495 19.495 29.25 7.5 29.25H6.75V30.75H7.5C17.43 30.75 25.925 24.49 29.25 15.705V20.83C29.25 32.825 19.495 42.58 7.5 42.58H6.75V44.08H7.5C17.43 44.08 25.925 37.82 29.25 29.035Z' fill='%23D6D8DA'/%3E%3Cpath d='M90.7461 67.5V66.75H89.2461V67.5C89.2461 79.495 79.4911 89.25 67.4961 89.25H66.7461V90.75H67.4961C77.4261 90.75 85.9211 84.49 89.2461 75.705V80.83C89.2461 92.825 79.4911 102.58 67.4961 102.58H66.7461V104.08H67.4961C77.4261 104.08 85.9211 97.82 89.2461 89.035V113.25H90.7461V89.035C94.0711 97.815 102.566 104.08 112.496 104.08H113.246V102.58H112.496C100.501 102.58 90.7461 92.825 90.7461 80.83V75.705C94.0711 84.485 102.566 90.75 112.496 90.75H113.246V89.25H112.496C100.501 89.25 90.7461 79.495 90.7461 67.5Z' fill='%23D6D8DA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_238_5127'%3E%3Crect width='120' height='120' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}

.video-section {
  position: relative;
  padding-bottom: 56.25%;
}

.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-primary .accordion-body a {
  color: #323E48;
}

.bg-primary .accordion-body a:hover {
  color: #702E3E;
}

.tooltip {
  z-index: 1000 !important;
}

.bg-primary {
  background: #6F6259 !important;
}

button:focus {
  outline: none;
}

.btn {
  padding: 2.2rem 3.1rem;
  font-size: calc(1.2rem + 0.357vw);
  font-weight: 400;
  line-height: 1;
  border: 1px solid transparent;
  text-decoration: none !important;
}
.btn-primary {
  border-color: #948A83;
  background: #948A83;
  color: #ffffff;
}
.btn-primary:hover {
  background: #ADA6A1;
  border-color: #ADA6A1;
  color: #ffffff;
}
.btn-secondary {
  border-color: #948A83;
  background: #948A83;
  color: #ffffff;
}
.btn-secondary:hover {
  background: #ADA6A1;
  border-color: #ADA6A1;
  color: #ffffff;
}
.btn-outline {
  border-color: #D9D9DA;
  color: #373A36;
}
.btn-outline:hover {
  border-color: #96989A;
  color: #373A36;
}
.btn-outline-primary {
  border-color: #948A83;
}
.btn-outline-primary:hover {
  background: #ADA6A1;
  border-color: #ADA6A1;
  color: #ffffff;
}
.btn-small {
  padding: 1.5rem 2.4rem;
  font-size: calc(1rem + 0.357vw);
}

@media (max-width: 1199px) {
  .btn {
    padding: 1.5rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1;
  }
  .btn-small {
    font-size: 1.6rem;
  }
}
.form-group {
  margin-bottom: 2.4rem;
}
.form-group label {
  color: #373A36;
  font-size: calc(1rem + 0.357vw);
  margin-bottom: 1.2rem;
}

.form-control {
  background: rgba(229, 231, 233, 0.5);
  height: 6.4rem;
  padding: 1rem 2.4rem;
  transition: all 0.3s;
  font-size: 2rem;
  font-weight: 400;
}
.form-control:hover {
  background: #E9EAEA;
}
.form-control:focus {
  background: #E9EAEA;
  outline: none;
  box-shadow: none;
  border: none;
}

textarea.form-control {
  height: 19.2rem;
}

@media (max-width: 1199px) {
  .form-group label {
    font-size: 1.6rem;
  }
  .form-control {
    height: 4.8rem;
    padding: 1rem 1.6rem;
  }
}
.check-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
}
.check-styled input[type=checkbox], .check-styled input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=checkbox] + label, .check-styled input[type=radio] + label {
  display: flex;
  width: 100%;
  margin: 0;
  min-height: 3.2rem;
  margin: 0;
  vertical-align: middle;
  padding-left: 5.6rem;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.2;
  font-size: calc(0.8rem + 0.357vw);
  position: relative;
  color: #96989A;
  transition: all 0.3s;
}
.check-styled input[type=checkbox] + label p, .check-styled input[type=radio] + label p {
  margin-bottom: 0;
}
.check-styled input[type=checkbox] + label a, .check-styled input[type=radio] + label a {
  color: inherit;
  text-decoration: underline;
}
.check-styled input[type=checkbox] + label:hover:before, .check-styled input[type=radio] + label:hover:before {
  background: #E9EAEA;
}
.check-styled input[type=checkbox] + label:before, .check-styled input[type=radio] + label:before {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0px;
  border: 1px solid transparent;
  background-color: rgba(229, 231, 233, 0.5019607843);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  display: block;
}
.check-styled input[type=checkbox] + label:after, .check-styled input[type=radio] + label:after {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0px;
  background: url("/images/front/check.svg") no-repeat center;
  background-size: 1.8rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
}
.check-styled input[type=checkbox]:checked + label:before, .check-styled input[type=radio]:checked + label:before {
  background: #6F6259;
}
.check-styled input[type=checkbox]:checked + label:after, .check-styled input[type=radio]:checked + label:after {
  opacity: 1;
}

.check-styled.check-styled-text input[type=checkbox], .check-styled.check-styled-text input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled.check-styled-text input[type=checkbox] + label, .check-styled.check-styled-text input[type=radio] + label {
  display: flex;
  margin: 0;
  height: 4rem;
  padding: 0 1.6rem;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  font-size: 1.6rem;
  position: relative;
  color: #948A83;
  transition: all 0.3s;
  background: #ffffff;
  align-items: center;
}
@media (max-width: 767px) {
  .check-styled.check-styled-text input[type=checkbox] + label, .check-styled.check-styled-text input[type=radio] + label {
    height: 3.2rem;
    font-size: 1.4rem;
    padding: 0 1.2rem;
  }
  .check-styled.check-styled-text input[type=checkbox] + label span, .check-styled.check-styled-text input[type=radio] + label span {
    font-size: 1.4rem;
  }
}
.check-styled.check-styled-text input[type=checkbox] + label:before, .check-styled.check-styled-text input[type=checkbox] + label:after, .check-styled.check-styled-text input[type=radio] + label:before, .check-styled.check-styled-text input[type=radio] + label:after {
  display: none;
}
.check-styled.check-styled-text input[type=checkbox] + label:hover:before, .check-styled.check-styled-text input[type=radio] + label:hover:before {
  background: #E9EAEA;
}
.check-styled.check-styled-text input[type=checkbox]:checked + label, .check-styled.check-styled-text input[type=radio]:checked + label {
  background: #948A83;
  color: #ffffff;
}
.check-styled.check-styled-text input[type=checkbox]:checked + label span, .check-styled.check-styled-text input[type=radio]:checked + label span {
  color: #ffffff;
}

.check-styled.check-styled-icon input[type=checkbox], .check-styled.check-styled-icon input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled.check-styled-icon input[type=checkbox] + label, .check-styled.check-styled-icon input[type=radio] + label {
  display: flex;
  margin: 0;
  height: 4.8rem;
  padding: 0 2.4rem;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  font-size: 1.6rem;
  position: relative;
  color: #948A83;
  transition: all 0.3s;
  background: #ffffff;
  align-items: center;
  border-radius: 2.4rem;
}
.check-styled.check-styled-icon input[type=checkbox] + label svg, .check-styled.check-styled-icon input[type=radio] + label svg {
  margin-right: 1.2rem;
  width: 2.4rem;
  max-height: 100%;
}
.check-styled.check-styled-icon input[type=checkbox] + label svg path, .check-styled.check-styled-icon input[type=radio] + label svg path {
  fill: #6F6259;
}
.check-styled.check-styled-icon input[type=checkbox] + label img, .check-styled.check-styled-icon input[type=radio] + label img {
  margin-right: 1.2rem;
  width: 2.4rem;
  max-height: 100%;
}
@media (max-width: 767px) {
  .check-styled.check-styled-icon input[type=checkbox] + label, .check-styled.check-styled-icon input[type=radio] + label {
    height: 3.2rem;
    font-size: 1.4rem;
    padding: 0 1.2rem;
  }
  .check-styled.check-styled-icon input[type=checkbox] + label img, .check-styled.check-styled-icon input[type=checkbox] + label svg, .check-styled.check-styled-icon input[type=radio] + label img, .check-styled.check-styled-icon input[type=radio] + label svg {
    width: 1.6rem;
    margin-right: 0.8rem;
  }
}
.check-styled.check-styled-icon input[type=checkbox] + label:before, .check-styled.check-styled-icon input[type=checkbox] + label:after, .check-styled.check-styled-icon input[type=radio] + label:before, .check-styled.check-styled-icon input[type=radio] + label:after {
  display: none;
}
.check-styled.check-styled-icon input[type=checkbox] + label:hover:before, .check-styled.check-styled-icon input[type=radio] + label:hover:before {
  background: #E9EAEA;
}
.check-styled.check-styled-icon input[type=checkbox]:checked + label, .check-styled.check-styled-icon input[type=radio]:checked + label {
  background: #948A83;
  color: #ffffff;
}
.check-styled.check-styled-icon input[type=checkbox]:checked + label svg path, .check-styled.check-styled-icon input[type=radio]:checked + label svg path {
  fill: #ffffff;
}
.check-styled.check-styled-icon input[type=checkbox]:checked + label span, .check-styled.check-styled-icon input[type=radio]:checked + label span {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .form-group label {
    font-size: 1.6rem;
  }
  .form-control {
    height: 4.8rem;
    padding: 1rem 1.6rem;
  }
  .check-styled input[type=checkbox] + label, .check-styled input[type=radio] + label {
    font-size: 1.2rem;
    padding-left: 4rem;
    min-height: 2.4rem;
  }
  .check-styled input[type=checkbox] + label:before, .check-styled input[type=checkbox] + label:after, .check-styled input[type=radio] + label:before, .check-styled input[type=radio] + label:after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 1.6rem;
  }
  .form-group label {
    font-size: 1.4rem;
  }
  .form-control {
    height: 4rem;
    padding: 1rem 1.6rem;
    font-size: 1.5rem;
  }
  .input-group {
    height: 4rem;
  }
  .input-group .btn {
    height: 4rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.show-map {
  width: 14.4rem;
  height: 14.4rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
.show-map:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

@media (max-width: 1199px) {
  .show-map {
    width: 10.4rem;
    height: 10.4rem;
  }
}
@media (max-width: 991px) {
  .show-map {
    width: 8rem;
    height: 8rem;
    font-size: 1.2rem;
  }
}
.primary-icon-link {
  color: #948A83;
  padding-right: 0.8rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 2.4rem;
}
.primary-icon-link span {
  color: #948A83;
  text-decoration: underline;
}
.primary-icon-link svg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0.2rem;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .primary-icon-link svg {
    margin-top: 0;
  }
}
.primary-icon-link svg path {
  fill: #948A83;
}
.primary-icon-link:hover {
  color: #ADA6A1;
}
.primary-icon-link:hover span {
  color: #ADA6A1;
}
.primary-icon-link:hover svg path {
  fill: #ADA6A1;
}

.circle-arrow {
  width: 7.2rem;
  height: 7.2rem;
  border: 1px solid #E9EAEA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}
.circle-arrow:hover {
  border-color: #a9afb3;
}

@media (max-width: 991px) {
  .circle-arrow {
    width: 4rem;
    height: 4rem;
  }
  .circle-arrow img {
    width: 2.2rem;
  }
}
.simple-link {
  color: #96989A;
  text-decoration: none;
}
.simple-link:hover {
  color: #373A36;
}

.simple-white-link-underline {
  color: #ffffff;
  text-decoration: underline;
  font-size: 1.6rem;
}
.simple-white-link-underline:hover {
  color: #96989A;
  text-decoration: none;
}

.styled-select {
  background: rgba(229, 231, 233, 0.5);
  height: 6.4rem;
  transition: all 0.3s;
  position: relative;
}
.styled-select:after {
  width: 1.4rem;
  height: 1rem;
  background: url("/images/front/select.svg") no-repeat center;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-0.5rem);
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.styled-select select {
  outline: none !important;
  box-shadow: none !important;
  height: 100%;
  padding: 1rem 2.4rem;
  margin-top: 0px;
  -moz-appearance: none;
  font-family: "Satoshi-Variable";
  color: #373A36;
  font-size: 2rem;
  font-weight: 400;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: transparent;
  border: none;
  width: 100%;
}

@media (max-width: 1199px) {
  .styled-select {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .styled-select {
    height: 4rem;
  }
  .styled-select:after {
    right: 1.6rem;
  }
  .styled-select select {
    font-size: 1.5rem;
    padding: 1rem 1.6rem;
  }
}
.primary-icon-link-left {
  display: flex;
  align-items: center;
  color: #948A83;
  text-decoration: none;
  font-size: 1.8rem;
}
.primary-icon-link-left img {
  margin-right: 0.8rem;
}
.primary-icon-link-left:hover {
  opacity: 0.8;
}

.ui-slider {
  box-shadow: none;
}

.range-filter-wrap {
  margin-bottom: 2.4rem;
}
.range-filter-wrap .ui-slider-horizontal {
  height: 0.1rem;
  border: none;
  float: none;
  width: 100%;
  border-radius: 0;
  background-color: #D0CFCE;
}

.ui-slider .ui-slider-range {
  box-shadow: none;
  background-color: #948A83;
}

.ui-slider .ui-slider-handle {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #F9FAFB;
  border-radius: 50%;
  border: 0.1rem solid #948A83;
  transition: all 0.3s;
}
.ui-slider .ui-slider-handle:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #948A83;
  border-radius: 50%;
}
.ui-slider .ui-slider-handle:hover {
  background: #948A83;
  border: 1rem solid #948A83;
}
.ui-slider .ui-slider-handle:hover:After {
  background: #ffffff;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -1.1rem;
}

.ui-slider-horizontal .ui-slider-handle {
  outline: none !important;
  transition: background-color 200ms;
}

.header {
  position: relative;
  z-index: 100;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.78vw 0;
  padding-bottom: 0;
}
.header-logo img {
  max-width: 100%;
}
.header-menu {
  display: flex;
}
.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu ul li {
  margin: 0 2.4rem;
  padding: 0;
}
@media (max-width: 1360px) {
  .header-menu ul li {
    margin: 0 1.6rem;
  }
}
.header-menu ul li a {
  font-size: calc(1.2rem + 0.357vw);
  color: rgba(111, 98, 89, 0.7);
  text-decoration: none;
  transition: all 0.3s;
}
.header-menu ul li a:hover {
  color: #6F6259;
}
.header-menu ul li.active a {
  color: #6F6259;
}

.header-menu-toggle {
  display: none;
  width: 40px;
  position: absolute;
  top: 4.2rem;
  right: 4rem;
  width: 4rem;
  height: 3rem;
  padding: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none;
}

.header-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #6F6259;
  border-radius: 0px;
  opacity: 1;
  left: 0rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header-menu-toggle span:nth-child(1) {
  top: 2px;
}

.header-menu-toggle span:nth-child(2) {
  top: 14px;
}

.header-menu-toggle span:nth-child(3) {
  top: 26px;
}

.header-menu-toggle.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.header-menu-toggle.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 1199px) {
  .header-content {
    padding-top: 3.2rem;
  }
  .header-logo {
    width: 16rem;
  }
  .header-menu {
    display: none;
  }
  .header-menu-toggle {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-content {
    padding-top: 2rem;
  }
  .header-logo {
    width: 12rem;
  }
  .header-menu-toggle {
    display: flex;
    top: 2.8rem;
    right: 2rem;
    width: 3.2rem;
    height: 2.2rem;
  }
  .header-menu-toggle span:nth-child(1) {
    top: 0px;
  }
  .header-menu-toggle span:nth-child(2) {
    top: 10px;
  }
  .header-menu-toggle span:nth-child(3) {
    top: 20px;
  }
  .header-menu-toggle.open span:nth-child(1) {
    top: 12px;
  }
  .header-menu-toggle.open span:nth-child(3) {
    top: 12px;
  }
}
.mobile-menu {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #6F6259;
  z-index: 2000;
  overflow-y: auto;
  display: none;
  transform: translateX(-100%);
  transition: all 0.3s;
  color: #ffffff;
  padding: 3.2rem 4rem;
}
.mobile-menu a {
  color: #ffffff;
}
.mobile-menu.opening {
  display: block;
}
.mobile-menu.open {
  transform: translateX(0%);
}
.mobile-menu-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.mobile-menu-logo img {
  max-width: 100%;
}
.mobile-menu-close img {
  max-width: 100%;
}
.mobile-menu-content {
  display: flex;
  margin: 0 auto;
}
.mobile-menu-content h2 {
  color: #ffffff;
}
.mobile-menu-left {
  width: 50%;
}
.mobile-menu-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-left ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 3.2rem;
}
.mobile-menu-left ul li a {
  font-size: 3.2rem;
  line-height: 1.1;
  text-decoration: none;
}
.mobile-menu-right {
  width: 50%;
}
.mobile-menu-right h2 {
  margin-bottom: 4rem;
}
.mobile-menu-right .manager-box {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mobile-menu-right .manager-box-img {
  width: 8rem;
  height: 10.3rem;
}
.mobile-menu-right .manager-box-text {
  padding-left: 1.6rem;
}
.mobile-menu-right .manager-box-text h4 {
  margin-bottom: 1.6rem;
  color: #ffffff;
}
.mobile-menu-right .manager-box-title {
  color: #ffffff;
}
.mobile-menu-right .contact-item {
  margin-bottom: 2.4rem;
}
.mobile-menu-right .contact-item-label {
  color: #ffffff;
}

@media (max-width: 991px) {
  .mobile-menu {
    padding: 2.4rem 3.2rem;
  }
  .mobile-menu-content {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
@media (max-width: 767px) {
  .mobile-menu {
    padding: 2rem;
  }
  .mobile-menu-top {
    margin-bottom: 6rem;
  }
  .mobile-menu-logo {
    width: 12rem;
  }
  .mobile-menu-close {
    width: 2.4rem;
  }
  .mobile-menu-content {
    padding: 0;
    flex-direction: column;
  }
  .mobile-menu-left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .mobile-menu-left ul li {
    margin-bottom: 2.4rem;
  }
  .mobile-menu-left ul li a {
    font-size: 2.4rem;
  }
  .mobile-menu-right {
    width: 100%;
    padding-bottom: 12rem;
  }
  .mobile-menu-right h2 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 440px) {
  .mobile-menu-right .manager-box-text {
    padding-left: 0;
  }
  .mobile-menu-right .manager-box-text h4 {
    margin-bottom: 2.4rem;
  }
}
.body-scroll {
  padding-top: 10rem;
}
.body-scroll .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 10rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.body-scroll .header-content {
  padding-top: 0;
}

.scroll-down .header {
  transform: translateY(-100%);
}

.scroll-up .header {
  transform: translateY(0%);
}

@media (max-width: 767px) {
  .body-scroll .header {
    height: 7rem;
  }
}
.full-img-section .primary-bg-box {
  position: relative;
  z-index: 1;
  margin-left: 10.238vw;
  margin-top: -3.8vw;
}

.full-img img {
  width: 100%;
  height: auto !important;
}
.full-img-video {
  position: relative;
}
.full-img-video .video-container {
  display: none;
}
.full-img-video .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.play-icon {
  width: 12rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.play-icon svg {
  margin-left: 0.8rem;
}
.play-icon svg path {
  transition: all 0.3s;
}
.play-icon:hover {
  background: #ffffff;
}
.play-icon:hover svg path {
  fill: #6F6259;
}

@media (max-width: 767px) {
  .play-icon {
    width: 8rem;
    height: 8rem;
  }
  .play-icon svg {
    width: 2rem;
  }
}
@media (max-width: 1199px) {
  .full-img-section .primary-bg-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: -6.4rem;
  }
}
.text-section ul {
  margin-bottom: 4.76vw;
}
.text-section a:not(.btn, .contact-item-value) {
  color: #373A36;
  text-decoration: underline;
}
.text-section a:not(.btn, .contact-item-value):hover {
  text-decoration: none;
}
.text-section h2 {
  font-size: calc(2rem + 1.19vw);
  margin-bottom: 4rem;
  letter-spacing: normal;
  margin-right: -12rem;
}
.text-section p + h2 {
  margin-top: 8rem;
}
.text-section h3 {
  font-size: calc(1.8rem + 0.357vw);
}

@media (max-width: 1199px) {
  .text-section h2 {
    margin-right: 0;
  }
  .text-section p + h2 {
    margin-top: 4rem;
  }
}
.swiper-img {
  width: auto;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  padding-bottom: 13.6rem;
  margin-bottom: 4.76vw;
}
.swiper-img .swiper-slide {
  flex-shrink: 1;
  padding: 0 1.2rem;
  width: auto;
}
.swiper-img .swiper-slide .swiper-img-box {
  height: 100%;
  position: relative;
}
.swiper-img .swiper-slide .swiper-img-box-name {
  font-size: calc(1rem + 0.357vw);
  color: #ffffff;
  position: absolute;
  padding: 2.38vw;
  left: 0;
  bottom: 0;
}
.swiper-img .swiper-slide .swiper-img-box img {
  height: 100%;
}
.swiper-h-800 .swiper-slide {
  height: 47.619vw;
}
.swiper-h-360 .swiper-slide {
  height: 21.428vw;
}
@media (max-width: 1199px) {
  .swiper-h-360 .swiper-slide {
    height: 30rem;
  }
}
@media (max-width: 991px) {
  .swiper-h-360 .swiper-slide {
    height: 20rem;
  }
}
.swiper-overflow {
  overflow: hidden;
  width: 100%;
}
.swiper-overflow .swiper {
  overflow: visible;
}
.swiper-button-prev, .swiper-button-next {
  width: 7.2rem;
  height: 7.2rem;
  background: url("/images/front/arrow_left.svg") no-repeat center;
  border: 1px solid #E9EAEA;
  border-radius: 50%;
  bottom: 0;
  margin-top: unset;
  top: unset;
  left: 0;
  margin-left: 1.2rem;
  transition: all 0.3s;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  border-color: #A9AFB3;
}
.swiper-button-next {
  left: 8rem;
  background: url("/images/front/arrow_right.svg") no-repeat center;
}
.swiper-button-simple {
  height: 2rem !important;
  width: 2.5rem;
  border: none;
  border-radius: 0;
}
.swiper-button-simple.swiper-button-next {
  left: 4rem !important;
}

@media (max-width: 1199px) {
  .swiper-img {
    padding-bottom: 8rem;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .swiper-img .swiper-slide {
    padding: 0 0.8rem;
  }
  .swiper-h-800 .swiper-slide {
    height: 46.8rem;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 4.8rem;
    height: 4.8rem;
    background-size: 2rem auto !important;
  }
  .swiper-button-next {
    left: 5.6rem;
  }
}
@media (max-width: 767px) {
  .swiper-img {
    padding-bottom: 6.4rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .swiper-img .swiper-slide {
    padding: 0 0.4rem;
  }
  .swiper-h-800 .swiper-slide {
    height: 23.4rem;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 4rem;
    height: 4rem;
    background-size: 2rem auto !important;
  }
  .swiper-button-next {
    left: 4.8rem;
  }
}
.swiper-logo {
  width: auto;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  padding-bottom: 13.6rem;
  margin-bottom: 4.76vw;
}
.swiper-logo .swiper-slide {
  flex-shrink: 0;
  width: 26.4rem;
  height: 16rem;
  background: #ffffff;
  margin: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.swiper-logo .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .swiper-logo {
    padding-bottom: 6.4rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .swiper-logo .swiper-slide {
    width: 16rem;
    height: 10rem;
  }
}
.swiper-flat {
  width: auto;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  padding-bottom: 13.6rem;
  margin-bottom: 4.76vw;
}
.swiper-flat .swiper-slide {
  flex-shrink: 0;
  width: 33.33%;
  margin: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .swiper-flat {
    padding-bottom: 6.4rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .swiper-flat .swiper-slide {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .swiper-flat {
    padding-bottom: 6.4rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .swiper-flat .swiper-slide {
    width: 95%;
  }
}
.dark-section {
  background: #373A36;
  padding-top: 7.738vw;
  padding-bottom: 7.738vw;
  color: #ffffff;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4 {
  color: #ffffff;
}
.dark-section .form-control {
  background: transparent;
  border: 1px solid #5A646C;
  color: #ffffff;
}
.dark-section .input-group .form-control + button {
  margin-left: -1px !important;
  position: relative;
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
}
.dark-section .check-styled input[type=checkbox] + label, .dark-section .check-styled input[type=radio] + label {
  color: #96989A;
}
.dark-section .check-styled input[type=checkbox] + label:before, .dark-section .check-styled input[type=radio] + label:before {
  background-color: transparent;
  border-color: #5A646C;
}
.dark-section .check-styled input[type=checkbox] + label:hover:before, .dark-section .check-styled input[type=radio] + label:hover:before {
  border-color: #96989A;
}
.dark-section .check-styled input:checked + label:before {
  background: #948A83;
  border-color: #948A83;
}
.dark-section .check-styled input:checked + label:after {
  opacity: 1;
}

@media (max-width: 1199px) {
  .dark-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.bg-primary {
  color: #ffffff;
}
.bg-primary h1,
.bg-primary .h1,
.bg-primary h2,
.bg-primary .h2,
.bg-primary h3,
.bg-primary .h3,
.bg-primary h4,
.bg-primary .h4 {
  color: #ffffff;
}
.bg-primary p {
  color: #ffffff;
}
.bg-primary a:not(.btn) {
  color: #ffffff;
}
.bg-primary .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}
.bg-primary .accordion-body {
  padding-left: 4rem;
  padding-right: 4rem;
}
.bg-primary .accordion-body:not(.collapsed) {
  background: #ffffff;
}
.bg-primary .accordion-button {
  padding-left: 4rem;
}
.bg-primary .accordion-button.collapsed {
  background: #6F6259;
  color: #ffffff;
}
.bg-primary .accordion-button.collapsed:after {
  background: url("/images/front/plus_white.svg") no-repeat center;
  border: 1px solid #ffffff;
}
.bg-primary .accordion-button:not(.collapsed) {
  background: #ffffff;
}

@media (max-width: 1199px) {
  .bg-primary .accordion-button {
    padding: 1.6rem 1.6rem 2.4rem 1.6rem;
  }
  .bg-primary .accordion-body {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 767px) {
  .bg-primary .accordion-button {
    padding: 1.6rem 0.8rem 2.4rem 0.8rem;
  }
  .bg-primary .accordion-body {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.newsletter-box {
  margin-left: 16.19vw;
  display: flex;
  align-items: center;
}
.newsletter-box-left {
  width: 50%;
}
.newsletter-box-left p {
  max-width: 22.85vw;
  margin-bottom: 0;
}
.newsletter-box-right {
  width: 50%;
  max-width: 30.95vw;
  margin-left: auto;
}
.newsletter-box-right .form-group label {
  font-size: calc(1.8rem + 0.357vw);
  color: #ffffff;
}

@media (max-width: 1679px) {
  .newsletter-box {
    margin: 0 auto;
  }
}
@media (max-width: 1499px) {
  .newsletter-box {
    margin: 0 auto;
  }
  .newsletter-box-left {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .newsletter-box-left h2 {
    width: 40rem;
    max-width: 100%;
  }
  .newsletter-box-left p {
    width: 40rem;
    max-width: 100%;
  }
  .newsletter-box-right {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .newsletter-box {
    margin: 0 auto;
  }
  .newsletter-box-left {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }
  .newsletter-box-left h2 {
    width: 31rem;
    max-width: 100%;
    margin-bottom: 3.2rem;
  }
  .newsletter-box-left p {
    width: 31rem;
    max-width: 100%;
  }
  .newsletter-box-right {
    margin: 0 auto;
    max-width: 100%;
  }
  .newsletter-box-right .form-group label {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .newsletter-box {
    flex-direction: column;
  }
  .newsletter-box-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
  .newsletter-box-right {
    width: 100%;
    max-width: 100%;
  }
}
.two-half-section {
  background: #E9EAEA;
  background: linear-gradient(to right, #E9EAEA 50%, #ffffff 50%);
  width: 100%;
  padding-top: 7.738vw;
  padding-bottom: 7.738vw;
}

.contact-box {
  display: flex;
}
.contact-box h2 {
  color: #373A36;
}
.contact-box-left {
  width: 50%;
}
.contact-box-left h2 {
  max-width: 29.16vw;
  margin-bottom: 2.857vw;
}
.contact-box-left .manager-box {
  margin-bottom: 3.33vw;
}
.contact-box-right {
  width: 50%;
  max-width: 30.95vw;
  margin-left: auto;
}
.contact-item {
  margin-bottom: 2.38vw;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  align-items: flex-start;
}
.contact-item-label {
  font-size: calc(1rem + 0.357vw);
  color: #373A36;
  margin-bottom: 0.8rem;
}
.contact-item-value {
  color: #373A36;
  text-decoration: none;
  font-size: calc(2.2rem + 0.357vw);
  transition: all 0.3s;
}
.contact-item-value:hover {
  color: #5A646C;
}

.manager-box {
  display: flex;
  align-items: center;
}
.manager-box-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.manager-box-col {
  width: 50%;
  margin-bottom: 2.4rem;
}
@media (max-width: 1199px) {
  .manager-box-col {
    width: 100%;
  }
}
.manager-box-img {
  width: 16rem;
  height: 20.6rem;
  border-radius: 16rem;
  overflow: hidden;
}
.manager-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manager-box-text {
  width: calc(100% - 16rem);
  padding-left: 4rem;
}
.manager-box-text h4 {
  color: #373A36;
  line-height: 110%;
  letter-spacing: -1.2px;
}
.manager-box-contact .manager-box-name {
  font-size: 2.4rem;
}
.manager-box-contact-text {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  margin-top: 2.4rem;
}
.manager-box-contact-text a {
  color: #373A36;
  text-decoration: none;
}
.manager-box-title {
  color: #96989A;
  font-size: calc(1rem + 0.357vw);
}

@media (max-width: 1679px) {
  .two-half-section .mw-1340 {
    max-width: 100%;
  }
  .contact-box-btn {
    width: 41rem;
  }
  .contact-box-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-box-left h2 {
    max-width: 100%;
    width: 41rem;
  }
  .contact-box-left .contact-item {
    width: 41rem;
    max-width: 100%;
  }
  .contact-box-right {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .two-half-section {
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
  }
  .two-half-section .container-fluid {
    padding: 0;
  }
  .contact-box {
    flex-direction: column;
  }
  .contact-box-left {
    width: 100%;
    background: #E9EAEA;
  }
  .contact-box-left-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .contact-box-left-text {
    width: 50%;
  }
  .contact-box-left .manager-box {
    width: 50%;
    margin-bottom: 0;
  }
  .contact-box-right {
    width: 100%;
    max-width: 100%;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .contact-box-right-inner {
    max-width: 46.4rem;
  }
  .contact-item-label {
    font-size: 1.4rem;
  }
  .contact-item-value {
    font-size: 2rem;
  }
  .manager-box-img {
    width: 14.4rem;
    height: 18.6rem;
  }
  .manager-box-text {
    padding-left: 2.4rem;
    width: calc(100% - 14.4rem);
  }
  .manager-box-text h4 {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  .manager-box-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 899px) {
  .contact-box-left-inner, .contact-box-right-inner {
    max-width: 100%;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media (max-width: 639px) {
  .contact-box-left h2 {
    margin-bottom: 2.4rem;
  }
  .contact-box-left-inner {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .contact-box-left-text {
    width: 100%;
    order: 1;
  }
  .contact-box-left .manager-box {
    order: 3;
    width: 100%;
  }
  .contact-box-btn {
    order: 2;
    margin-bottom: 4rem;
    margin-top: 0.8rem;
  }
  .contact-box-right-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .contact-item {
    margin-bottom: 1.6rem;
  }
  .contact-item-value {
    font-size: 1.5rem;
  }
}
@media (max-width: 440px) {
  .manager-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .manager-box-img {
    width: 16rem;
    height: 20.6rem;
    margin-bottom: 2.4rem;
  }
  .manager-box-text {
    padding-left: 0;
    width: 100%;
  }
  .manager-box-contact .manager-box-name {
    font-size: 1.8rem;
  }
  .manager-box-contact-text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.contact-box-sent h2 {
  margin-bottom: 2.38vw !important;
}

.footer {
  background: #6F6259;
  padding-top: 4.76vw;
  padding-bottom: 2.38vw;
  padding-left: 3rem;
  padding-right: 3rem;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
}
.footer-content-left {
  width: 50%;
}
.footer-content-right {
  width: 50%;
  text-align: right;
  justify-content: flex-end;
}
.footer-content-right p {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
.footer-content-right .h2 {
  color: #ffffff;
  margin-bottom: 6.4rem;
}
.footer-content-right .h2 p {
  color: #ffffff;
  margin-bottom: 6.4rem;
  font-size: calc(2rem + 1.66vw);
  line-height: 110%;
  letter-spacing: -2.4px;
}
.footer-content-right .small {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 2.4rem;
}
.footer-social {
  margin-top: 4rem;
}
.footer-social span {
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
}
.footer-social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2.4rem;
}
.footer-social-list a {
  margin-left: 1.6rem;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.footer-social-list a:hover {
  opacity: 1;
}
.footer-logo {
  margin-bottom: 6.4rem;
  display: flex;
  width: 20rem;
}
.footer-logo img {
  width: 100%;
}
.footer-menu {
  margin-bottom: 5.6rem;
  display: flex;
}
.footer-menu ul {
  width: 27rem;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.footer-menu ul li {
  margin: 0.8rem 2.4rem;
  margin-left: 0;
}
.footer-menu ul li a {
  font-size: calc(1.2rem + 0.357vw);
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer-menu ul li a:hover {
  opacity: 1;
}
.footer-text {
  margin-bottom: 9.4rem;
  color: #ADB0B2;
  max-width: 52rem;
  font-size: 1.4rem;
}
.footer-text p {
  margin-bottom: 0;
}
.footer-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(0.9rem + 0.357vw);
}
.footer-bottom-left {
  display: flex;
  align-items: center;
  width: calc(50% - 10rem);
}
.footer-bottom-left p {
  margin-bottom: 0;
  margin-right: 3.2rem;
}
.footer-bottom-left a {
  margin-right: 1.6rem;
  display: inline-flex;
  text-decoration: none;
}
.footer-bottom-center {
  width: 20rem;
}
.footer-bottom-right {
  width: calc(50% - 10rem);
  text-align: right;
}

@media (max-width: 1439px) {
  .footer-text {
    margin-bottom: 4rem;
  }
  .footer-bottom {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .footer-menu ul li a {
    font-size: 1.6rem;
  }
  .footer-bottom {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-logo {
    margin-bottom: 4rem;
    width: 12rem;
  }
  .footer-menu {
    margin-bottom: 0rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
  .footer-menu ul li a {
    font-size: 1.5rem;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-content-left {
    width: 100%;
  }
  .footer-content-right {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  .footer-content-right .h2 {
    margin-bottom: 4rem;
  }
  .footer-content-right p {
    margin-bottom: 4rem;
    font-size: 2rem;
    letter-spacing: -1px;
  }
  .footer-social {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .footer-social span {
    font-size: 1.6rem;
  }
  .footer-social-list {
    justify-content: flex-start;
  }
  .footer-social-list a {
    margin-left: 0;
    margin-right: 1.6rem;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .footer-bottom-left {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    order: 2;
    margin-bottom: 1.6rem;
  }
  .footer-bottom-left p {
    margin-right: 0;
  }
  .footer-bottom-center {
    width: 100%;
    order: 1;
    margin-bottom: 4rem;
  }
  .footer-bottom-right {
    width: 100%;
    text-align: left;
    order: 3;
  }
}
.path-hover {
  fill: transparent;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
.path-hover:hover {
  fill: rgba(111, 98, 89, 0.4);
}
.path-hover-2 {
  fill: rgba(50, 62, 72, 0.7);
}
.path-hover-2:hover {
  fill: rgba(50, 62, 72, 0.85);
}
.path-hover-none {
  fill: transparent;
}
.path-hover-none:hover {
  fill: transparent;
}

.svg-link {
  position: relative;
}

.image-map-section {
  position: relative;
}
.image-map-section .primary-bg-box {
  margin-left: 10.238vw;
  margin-top: -3.8vw;
}
.image-map-info-box {
  position: absolute;
  pointer-events: none;
  top: 3.8vw;
  left: 3.8vw;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 24rem;
  font-size: 1.6rem;
}
.image-map-info-box img {
  margin-bottom: 2.4rem;
}
.image-map-img-box {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .image-map-img-box.hide-mobile {
    display: none !important;
  }
}
.image-map-img-box svg a {
  outline: none;
}
.image-map-img-box img {
  width: 100%;
}

.tooltip {
  background: none;
}
.tooltip-inner {
  background: none;
}
.tooltip-arrow {
  display: none !important;
}

.map-tooltip {
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 2.4rem 3.2rem;
  position: relative;
  line-height: 1.2;
  text-align: left;
  color: #373A36;
  width: 43rem;
}
.map-tooltip-small {
  width: 27rem;
}
.map-tooltip .title {
  font-size: 2rem;
  color: #6F6259;
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-align: left;
}
.map-tooltip .gray-title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #8C8F93;
  text-align: left;
  margin-bottom: 2rem;
}
.map-tooltip p {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  color: #373A36;
  text-align: left;
}
.map-tooltip .content {
  color: #373A36;
  text-align: left;
  white-space: nowrap;
}
.map-tooltip .content:not(:last-child) {
  margin-bottom: 2.4rem;
}
.map-tooltip .tooltip-table {
  color: #373A36;
}
.map-tooltip .tooltip-table tr {
  border: none;
}
.map-tooltip .tooltip-table td {
  border: none;
  padding: 0.8rem;
}
.map-tooltip .tooltip-table td:first-child {
  min-width: 5.6rem;
}
.map-tooltip .tooltip-table td:last-child {
  text-align: right;
  min-width: 9.6rem;
}
.map-tooltip .price {
  font-weight: 700;
  font-size: 1.6rem;
  color: #373A36;
  text-align: left;
}
.map-tooltip .more-info {
  font-weight: 700;
  font-size: 1.6rem;
  color: #948A83;
  text-align: left;
}
.map-tooltip .content-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  margin-bottom: 1.6rem;
}
.map-tooltip .content-tag-item {
  border-radius: 2.4rem;
  border: 1px solid #6F6259;
  font-size: 1.4rem;
  font-weight: 400;
  color: #6F6259;
  padding: 0.5rem 1.2rem;
  margin: 0.2rem;
  display: flex;
}

@media (max-width: 1199px) {
  .image-map-section .primary-bg-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: -6.4rem;
  }
}
.image-map-mobile {
  display: none;
}

@media (max-width: 991px) {
  .image-map-section .primary-bg-box {
    margin-top: 0rem;
  }
  .image-map-info-box {
    position: relative;
    background: #6F6259;
    left: 0;
    top: 0;
    width: 100%;
    padding: 3.2rem;
  }
  .image-map-info-box p {
    max-width: 24rem;
  }
}
@media (max-width: 767px) {
  .image-map-mobile {
    display: block;
  }
  .image-map-img-box {
    display: none;
  }
  .image-map-img-box.active-circles {
    display: block;
  }
  .image-map-info-box {
    display: none;
  }
}
.swiper-house {
  padding: 0 2rem;
  margin-top: 2rem;
  padding-bottom: 6rem;
  margin-bottom: 4rem;
}
.swiper-house .price-table-box {
  width: 30rem;
  flex-shrink: 0;
  margin: 0 0.4rem;
}

.circle-dot {
  background: rgba(255, 255, 255, 0.5);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.circle-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}
.circle-dot:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background: #948A83;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .circle-dot {
    width: 2rem;
    height: 2rem;
  }
  .circle-dot:after {
    width: 1.2rem;
    height: 1.2rem;
    left: 0.4rem;
    top: 0.4rem;
  }
}
.active-circles .circle-dot {
  pointer-events: auto;
}

.material-tooltip {
  width: 24rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  opacity: 1;
  position: relative;
  line-height: 1.2;
  text-align: left;
  color: #373A36;
  border-radius: 8px;
}
.material-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.material-img {
  width: 12.8rem;
  margin-bottom: 2.4rem;
}
.material-img img {
  max-width: 100%;
}
.material-name {
  font-size: 1.4rem;
  color: #373A36;
}
.material-info {
  font-size: 1.4rem;
  color: #373A36;
  margin-top: 0.8rem;
}
.material-info span {
  color: #B8B8BA;
}
.material-info a {
  text-decoration: none;
  color: #6F6259;
}

.material-box-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.material-box-list .material-box {
  width: 100%;
  padding: 2.4rem 1.2rem;
  background: #ffffff;
}
.material-box-list .material-text {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
.material-box-list .material-name {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.material-box-list .material-info {
  margin-top: auto;
  font-size: 1.6rem;
}
.material-box-col {
  width: 25%;
  display: flex;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}

@media (max-width: 767px) {
  .material-box-list .material-box {
    padding: 1.2rem;
    flex-direction: row;
    align-items: flex-start;
  }
  .material-box-list .material-box-col {
    width: 100%;
  }
  .material-box-list .material-img {
    width: 8rem;
    height: 8rem;
    margin-bottom: 0;
  }
  .material-box-list .material-text {
    width: calc(100% - 8rem);
    padding-left: 1.6rem;
    text-align: left;
    align-items: flex-start;
  }
  .material-box-list .material-name {
    font-size: 1.4rem;
  }
  .material-box-list .material-info {
    font-size: 1.4rem;
  }
}
.primary-bg-box {
  padding: 3.8vw 8.095vw;
  background: #6F6259;
  color: #ffffff;
  position: relative;
}
.primary-bg-box-num {
  letter-spacing: -4.8px;
  font-size: calc(5.6rem + 2.38vw);
  font-family: "Zodiak-VariableItalic";
  font-style: italic;
  line-height: 1.1;
}
.primary-bg-box .show-map {
  top: 4rem;
  right: 4rem;
  position: absolute;
}
.primary-bg-box h2,
.primary-bg-box .h2 {
  color: #ffffff;
  margin-bottom: 2.857vw;
}
.primary-bg-box p:last-child {
  margin-bottom: 0;
}
.primary-bg-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
}
.primary-bg-box ul li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 5.6rem;
  min-height: 4rem;
  margin-bottom: 1.2rem;
  padding-top: 0.6rem;
}
.primary-bg-box ul li:before {
  width: 4rem;
  height: 4rem;
  background: url("/images/front/checkmark_white.svg") no-repeat center;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.primary-bg-box-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.primary-bg-box-btns a {
  margin-bottom: 2.4rem;
}
.primary-bg-box .primary-icon-link span {
  color: #ffffff;
}
.primary-bg-box .primary-icon-link:hover {
  opacity: 0.8;
}
.primary-bg-box .primary-icon-link:hover span {
  color: #ffffff;
}
.primary-bg-box .primary-icon-link:hover svg path {
  fill: #ffffff;
}

@media (max-width: 991px) {
  .primary-bg-box {
    padding: 2rem;
    width: 100%;
    max-width: 100%;
  }
  .primary-bg-box ul {
    margin-top: 2.4rem;
    margin-bottom: 0.8rem;
  }
  .primary-bg-box .show-map {
    top: 2rem;
    right: 2rem;
  }
}
.primary-big-box {
  background: #6F6259;
  color: #ffffff;
  padding-top: 7.738vw;
  padding-bottom: 4.76vw;
  position: relative;
}
.primary-big-box .perex-big {
  color: #ffffff;
}
.primary-big-box .show-map {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 4.76vw;
  margin-bottom: 4.76vw;
}
.primary-big-box h1,
.primary-big-box h2,
.primary-big-box h3,
.primary-big-box h4 {
  color: #ffffff;
}
.primary-big-box a:not(.btn) {
  color: #ffffff;
}
.primary-big-box-top {
  margin-bottom: 7.738vw;
}
.primary-big-box-top p {
  margin-bottom: 0;
  line-height: 1.35;
}
.primary-big-box-main {
  display: flex;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.primary-big-box-main-img {
  width: 65.476vw;
  position: relative;
}
.primary-big-box-main-img-text {
  position: absolute;
  padding: 2.38vw;
  font-size: 1.6rem;
  bottom: 0;
  left: 0;
}
.primary-big-box-main-img img {
  width: 100%;
}
.primary-big-box-main-text {
  width: 34.524vw;
  position: relative;
}
.primary-big-box-main-text-inner {
  margin: 0 auto;
  width: 22.857vw;
  max-width: 100%;
}
.primary-big-box-main-text-inner h2 {
  font-size: calc(4rem + 2.38vw);
  margin-left: -14vw;
  letter-spacing: -4px;
  margin-bottom: 3.8vw;
  text-align: right;
}
@media (min-width: 1500px) {
  .primary-big-box-main-text-inner h2 {
    min-width: 26.19vw;
  }
}
.primary-big-box-main-text-inner h2 strong {
  display: block;
  margin-left: -11.01vw;
  margin-right: 3.33vw;
}
@media (max-width: 1679px) {
  .primary-big-box-main-text-inner {
    width: 38.4rem;
  }
}
.primary-big-box-main-text-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.primary-big-box-main-text-inner ul li {
  margin: 0;
  padding: 2rem 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 2rem;
}
@media (max-width: 1199px) {
  .primary-big-box-main-text-inner ul li {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
.primary-big-box-main-text-inner ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.primary-big-box-bottom {
  position: relative;
  overflow: hidden;
}
.primary-big-box-number {
  display: flex;
  flex-direction: column;
  max-width: 16.75vw;
  margin-right: 4.2vw;
}
.primary-big-box-number-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3.8vw;
}
.primary-big-box-number-list.smaller .primary-big-box-number {
  max-width: 14.88vw;
  margin-right: 6rem;
}
@media (max-width: 991px) {
  .primary-big-box-number-list.smaller .primary-big-box-number {
    width: unset;
    max-width: 14.88vw;
  }
}
.primary-big-box-number-list.smaller .primary-big-box-number:last-child {
  margin-right: 0;
}
.primary-big-box-number-list.smaller .primary-big-box-number .number-top {
  font-size: calc(4rem + 2.38vw);
}
@media (max-width: 1400px) {
  .primary-big-box-number-list.smaller .primary-big-box-number .number-top {
    font-size: 6.4rem;
  }
}
.primary-big-box-number-list.smaller .primary-big-box-number .number-top span {
  font-size: calc(1.6rem + 0.95vw);
}
@media (max-width: 1679px) {
  .primary-big-box-number {
    max-width: 28rem;
  }
}
.primary-big-box-number .number-top {
  font-size: calc(5.6rem + 2.38vw);
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.4rem;
  white-space: nowrap;
}
.primary-big-box-number .number-top span {
  font-size: calc(2rem + 1.19vw);
  padding-bottom: 1.4rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.primary-big-box-number p {
  font-size: calc(1rem + 0.357vw);
  font-weight: 400;
  color: #BFB9B4;
}
.primary-big-box-info-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 47.142rem;
}
@media (max-width: 1679px) {
  .primary-big-box-info-list {
    max-width: 79.2rem;
  }
}
.primary-big-box-info-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
.primary-big-box-info-item-img {
  width: 8.09vw;
}
@media (max-width: 1679px) {
  .primary-big-box-info-item-img {
    width: 13.6rem;
  }
}
.primary-big-box-info-item-img img {
  width: 100%;
}
.primary-big-box-info-item-text {
  width: calc(100% - 8.09vw);
  padding-left: 2.4rem;
  max-width: calc(2.4rem + 11.9vw);
}
@media (max-width: 1679px) {
  .primary-big-box-info-item-text {
    width: calc(100% - 13.6rem);
    max-width: 22.4rem;
  }
}

@media (max-width: 1199px) {
  .primary-big-box {
    padding-top: 6.4rem;
  }
  .primary-big-box-top {
    margin-bottom: 6.4rem;
  }
  .primary-big-box-info-list {
    padding: 0 3.2rem;
  }
  .primary-big-box-info-item-img {
    width: 8rem;
  }
  .primary-big-box-info-item-text {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    width: calc(100% - 8rem);
  }
  .primary-big-box-main-text-inner {
    width: 22.4rem;
  }
  .primary-big-box-main-text-inner h2 {
    font-size: 4.8rem;
    letter-spacing: -2.4px;
    margin-left: -13.5rem;
    text-align: right;
  }
  .primary-big-box-main-text-inner h2 strong {
    margin-right: 3.2rem;
  }
  .primary-big-box-bottom .perex-big {
    padding: 0 3.2rem;
  }
  .primary-big-box-number {
    min-width: 20rem;
  }
  .primary-big-box-number-list {
    margin-left: auto;
    margin-right: auto;
  }
  .primary-big-box-number p {
    font-size: 1.4rem;
  }
  .primary-big-box-number .number-top {
    font-size: 6.4rem;
  }
  .primary-big-box-number .number-top span {
    font-size: 2.4rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 991px) {
  .primary-big-box {
    padding-top: 6.4rem;
  }
  .primary-big-box-top {
    margin-bottom: 6.4rem;
  }
  .primary-big-box-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .primary-big-box-main-img {
    max-width: 64.6rem;
    width: 100%;
    height: 47.8rem;
    margin-bottom: 6.4rem;
  }
  .primary-big-box-main-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .primary-big-box-main-text {
    width: 100%;
    padding: 0 3.2rem;
  }
  .primary-big-box-main-text-inner {
    width: 52.4rem;
    max-width: 100%;
    margin-left: 0;
  }
  .primary-big-box-main-text-inner h2 {
    font-size: 4.8rem;
    letter-spacing: -2.4px;
    margin-left: 0em;
    text-align: left;
  }
  .primary-big-box-main-text-inner h2 strong {
    margin-right: 0rem;
    margin-left: 0;
  }
  .primary-big-box-number {
    min-width: 20rem;
  }
  .primary-big-box-number-list {
    margin-left: 0;
    padding: 0 3.2rem;
    margin-top: 4.8rem;
  }
  .primary-big-box-number p {
    font-size: 1.4rem;
  }
  .primary-big-box-number .number-top {
    font-size: 6.4rem;
  }
  .primary-big-box-number .number-top span {
    font-size: 2.4rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .primary-big-box {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .primary-big-box .show-map {
    position: relative;
    margin-left: auto;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .primary-big-box-top {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 4rem;
  }
  .primary-big-box-info-item {
    width: 100%;
  }
  .primary-big-box-main-img {
    margin-bottom: 4rem;
  }
  .primary-big-box-main-text-inner h2 {
    font-size: 3.2rem;
    letter-spacing: -1.6px;
  }
}
.contact-map-img {
  width: 100%;
}
.contact-map .primary-bg-box {
  position: relative;
  z-index: 1;
  margin-left: 10.238vw;
  margin-top: -3.8vw;
}
.contact-map-filter-list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.contact-map-filter-item {
  width: 20%;
  padding-right: 2rem;
  margin-bottom: 2.4rem;
}
.contact-map-filter-item .check-styled input[type=checkbox] + label, .contact-map-filter-item .check-styled input[type=radio] + label {
  align-items: center;
}
.contact-map-filter-item .check-styled input[type=checkbox] + label span, .contact-map-filter-item .check-styled input[type=radio] + label span {
  margin-left: 0.8rem;
  font-size: 1.6rem;
  color: #373A36;
}
@media (max-width: 1199px) {
  .contact-map-filter-item {
    width: 25%;
  }
  .contact-map-filter-item .check-styled input[type=checkbox] + label, .contact-map-filter-item .check-styled input[type=radio] + label {
    align-items: center;
  }
  .contact-map-filter-item .check-styled input[type=checkbox] + label img, .contact-map-filter-item .check-styled input[type=radio] + label img {
    height: 2.4rem;
  }
}
@media (max-width: 991px) {
  .contact-map-filter-item {
    width: 33.33%;
  }
  .contact-map-filter-item .check-styled input[type=checkbox] + label img, .contact-map-filter-item .check-styled input[type=radio] + label img {
    height: 2.4rem;
  }
  .contact-map-filter-item .check-styled input[type=checkbox] + label span, .contact-map-filter-item .check-styled input[type=radio] + label span {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .contact-map-filter-item {
    width: 50%;
    padding-right: 1rem;
  }
  .contact-map-filter-item .check-styled input[type=checkbox] + label img, .contact-map-filter-item .check-styled input[type=radio] + label img {
    height: 2.4rem;
  }
  .contact-map-filter-item .check-styled input[type=checkbox] + label span, .contact-map-filter-item .check-styled input[type=radio] + label span {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.contact-map-filter-toggle {
  margin-top: 0.8rem;
}

@media (max-width: 1199px) {
  .contact-map {
    overflow: hidden;
  }
  .contact-map-img {
    height: 34rem;
    width: 100%;
    object-fit: cover;
  }
  .contact-map .primary-bg-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: -6.4rem;
  }
}
#contact {
  position: relative;
}

.contact-form-anchor {
  position: absolute;
  top: -7.738vw;
}

@media (max-width: 1199px) {
  .contact-form-anchor {
    top: 0;
  }
}
@media (min-width: 767px) {
  .page-title-btn {
    margin-top: 5.6rem;
  }
}
.page-title-text h1 {
  margin-bottom: 3.8vw;
}
.page-title-two-col {
  display: flex;
  justify-content: space-between;
}
.page-title-two-col-main {
  max-width: 39.047vw;
}
.page-title-two-col-small {
  max-width: 22.857vw;
  margin-right: -8.09vw;
  font-size: calc(1rem + 0.357vw);
  color: #96989A;
}
.page-title-two-col-small p {
  margin-bottom: 0;
}
.page-title-two-col-small p a {
  color: inherit;
}
.page-title-two-col-small p a:hover {
  text-decoration: none;
}
.page-title-two-col-perex {
  max-width: 26.78vw;
  margin-right: -8.09vw;
  font-size: calc(2rem + 1.19vw);
  color: #6F6259;
}
.page-title-two-col-perex p {
  margin-bottom: 0;
}

.page-title-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-title-top-left h1 {
  margin-bottom: 3.2rem;
}
.page-title-top-right {
  width: 22.857vw;
  margin-right: -8.09vw;
}
@media (max-width: 1499px) {
  .page-title-top-right {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .page-title-top-right {
    margin-right: -8.09vw;
  }
}
@media (max-width: 991px) {
  .page-title-top-right {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .page-title-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-title-top-left h1 {
    margin-bottom: 1.6rem;
  }
  .page-title-top-right {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1679px) {
  .page-title-two-col-main {
    max-width: 65.6rem;
  }
  .page-title-two-col-perex {
    max-width: 45rem;
  }
}
@media (max-width: 1399px) {
  .page-title-two-col-main {
    max-width: 55rem;
  }
  .page-title-two-col-perex {
    max-width: 40rem;
    margin-right: 0;
  }
}
@media (max-width: 1499px) {
  .page-title-two-col-small {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .page-title-two-col-main {
    max-width: 38.4rem;
    margin-bottom: 2.4rem;
  }
  .page-title-two-col-small {
    margin-right: -8.09vw;
  }
  .page-title-two-col-perex {
    max-width: 30.5rem;
    font-size: 2.4rem;
    margin-right: -15rem;
  }
}
@media (max-width: 991px) {
  .page-title-two-col-main {
    max-width: 34.4rem;
    margin-bottom: 2.4rem;
  }
  .page-title-two-col-small {
    margin-right: 0;
  }
  .page-title-two-col-perex {
    max-width: 25.2rem;
    font-size: 2.4rem;
    margin-right: -7rem;
  }
}
@media (max-width: 767px) {
  .page-title-two-col {
    flex-direction: column;
  }
  .page-title-two-col-main {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
  .page-title-two-col-small {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .page-title-two-col-main {
    order: 2;
    margin-bottom: 0;
  }
  .page-title-two-col-perex {
    order: 1;
    max-width: 100%;
    width: 100%;
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
  .page-title-two-col-small {
    order: 3;
    font-size: 1.4rem;
  }
}
.accordion-item {
  border-bottom: 1px solid rgba(229, 231, 233, 0.5) !important;
}
.accordion-body {
  color: #373A36;
  padding: 0.8rem 2.4rem;
  padding-bottom: 3.2rem;
}
.accordion-body p {
  color: #373A36;
  margin-bottom: 0;
}
.accordion-button {
  padding: 3.2rem 2.4rem;
  color: #6F6259;
  font-size: calc(2.2rem + 0.357vw);
  line-height: 1.2;
  display: flex;
  align-items: center;
  min-height: 12.1rem;
}
.accordion-button span {
  max-width: 39.28vw;
}
@media (max-width: 1679px) {
  .accordion-button span {
    max-width: 66rem;
  }
}
.accordion-button:after {
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  border: 1px solid #E9EAEA;
  background: url("/images/front/plus.svg") no-repeat center;
}
.accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  background: url("/images/front/minus.svg") no-repeat center;
  border: 1px solid #E9EAEA;
}

@media (max-width: 1199px) {
  .bg-white.faq-section {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .accordion-button {
    padding: 1.6rem 1.6rem 2.4rem 1.6rem;
    font-size: 2rem;
    min-height: 10.2rem;
  }
  .accordion-button:after {
    width: 4rem;
    height: 4rem;
    background-size: 1.5rem auto !important;
  }
  .accordion-button:not(.collapsed):after {
    background-size: unset !important;
  }
  .accordion-body {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 767px) {
  .accordion-button {
    padding: 1.6rem 0.8rem 2.4rem 0.8rem;
    font-size: 1.5rem;
    min-height: 8.8rem;
  }
  .accordion-button span {
    max-width: 100%;
    padding-right: 2.4rem;
  }
  .accordion-body {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.block-faq > h2 {
  font-weight: 400;
  font-size: calc(3rem + 2.5vw);
  letter-spacing: -3.6px;
  color: #702E3E;
  line-height: 1.1;
  margin-bottom: 2.38vw !important;
}

@media (min-width: 768px) {
  .block-faq > h2 {
    margin-bottom: 3.8vw !important;
  }
}
.hero-section {
  position: relative;
  margin-top: -10rem;
  margin-bottom: -1px;
}
.hero-img {
  width: 100%;
}
.hero-img img {
  width: 100%;
}
.hero-text {
  position: absolute;
  margin-left: 18.33vw;
  margin-top: 14.28vw;
  top: 0;
  left: 0;
  z-index: 10;
}
.hero-text h1 {
  font-size: calc(8rem + 2.38vw);
}
.hero-text h1 strong {
  display: block;
  margin-left: -8.09vw;
}
@media (max-width: 1679px) {
  .hero-text h1 {
    font-size: 12rem;
  }
}
.hero-text .perex {
  max-width: 23.03vw;
  font-size: calc(1.4rem + 0.357vw);
  margin-bottom: 4.8rem;
}
.hero-text .perex p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero-text .perex {
    max-width: 32vw;
  }
}
@media (max-width: 1679px) {
  .hero-text .perex {
    max-width: 38.7rem;
  }
}
.hero-btns {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.hero-btns .btn {
  margin: 0.8rem;
}
.hero-news {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  width: 22.857vw;
  max-width: 100%;
  margin-right: 5.95vw;
  margin-bottom: 4.76vw;
}
@media (max-width: 1679px) {
  .hero-news {
    width: 38.4rem;
  }
}
.hero-news-img {
  width: 10.4rem;
  height: 10.4rem;
}
.hero-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-news-text {
  padding-left: 2.4rem;
  font-size: calc(1rem + 0.357vw);
  width: calc(100% - 10.4rem);
  color: #ffffff;
}
.hero-news-text a {
  color: #ffffff;
  text-decoration: none;
}
.hero-news-text a:hover {
  text-decoration: underline;
}
.hero-news-text p {
  margin-bottom: 0;
}
.hero-news-date {
  margin-bottom: 1.6rem;
}

@media (max-width: 1499px) {
  .hero-text h1 {
    font-size: calc(6rem + 2.38vw);
  }
}
@media (max-width: 1199px) {
  .hero-text {
    font-size: 1.6rem;
  }
  .hero-text .perex {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    max-width: 30.5rem;
  }
  .hero-text h1 {
    font-size: calc(4rem + 2.38vw);
  }
  .hero-news {
    margin-right: 4rem;
    margin-bottom: 4rem;
    width: 38.4rem;
  }
  .hero-news-img {
    height: 8.8rem;
    width: 8.8rem;
  }
  .hero-news-date {
    margin-bottom: 0.6rem;
  }
  .hero-news-text {
    font-size: 1.4rem;
    padding-left: 1.6rem;
    width: calc(100% - 8.8rem);
  }
}
@media (max-width: 991px) {
  .hero-section {
    margin-top: 0;
  }
  .hero-btns {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-section {
    display: flex;
    flex-direction: column;
  }
  .hero-img {
    position: relative;
    order: 2;
    margin-top: 6.4rem;
  }
  .hero-text {
    order: 1;
    position: relative;
    font-size: 1.6rem;
    margin-top: 8rem;
    margin-left: 12rem;
  }
  .hero-text .perex {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    max-width: 30.5rem;
  }
  .hero-text h1 {
    font-size: 6.4rem;
  }
  .hero-text h1 strong {
    margin-left: -9rem;
  }
  .hero-news {
    background: #6F6259;
    position: relative;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .hero-news-outer {
    padding: 6.4rem 3.2rem;
    padding-bottom: 0;
    background: #6F6259;
    width: 100%;
    order: 3;
  }
  .hero-news-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .hero-img {
    margin-top: 4rem;
  }
  .hero-text {
    margin-left: 2rem;
    margin-top: 3.2rem;
  }
  .hero-text h1 {
    font-size: 3.2rem;
    margin-left: 2.4rem;
  }
  .hero-text h1 strong {
    margin-left: -2.4rem;
  }
  .hero-text .perex {
    font-size: 1.5rem;
  }
  .hero-news-outer {
    padding: 4rem 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 1599px) {
  .hero-text h1 {
    font-size: calc(6rem + 2.38vw);
    margin-bottom: 4vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-img {
    margin-top: calc(-30% + 280px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-img {
    margin-top: calc(-30% + 300px);
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hero-img {
    margin-top: calc(-30% + 400px);
  }
}
@media (min-width: 1600px) {
  .hero-img {
    margin-top: calc(-30% + 460px);
  }
}
@media (max-width: 1399px) {
  .hero-text {
    font-size: 1.6rem;
  }
  .hero-text .perex {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    max-width: 30.5rem;
  }
  .hero-text h1 {
    font-size: calc(4rem + 2.38vw);
  }
}
@media (min-width: 991px) {
  .modal-w-792 {
    max-width: 47.1428vw;
  }
}
.modal-w-1082 {
  max-width: 108.2rem;
}
@media (min-width: 1680px) {
  .modal-w-1082 {
    max-width: 64.4vw;
  }
}
@media (max-width: 1199px) {
  .modal-w-1082 {
    max-width: 98%;
  }
}
.modal-w-1490 {
  max-width: 149rem;
}
@media (min-width: 1680px) {
  .modal-w-1490 {
    max-width: 88.69vw;
  }
}
@media (max-width: 1520px) {
  .modal-w-1490 {
    max-width: 98%;
  }
}
.modal-header {
  border: none;
  padding: 4.8rem 6.4rem 0 6.4rem;
  position: relative;
}
.modal-title {
  font-size: 4rem;
  color: #6F6259;
}
.modal-body {
  padding: 0 6.4rem;
}
.modal-footer {
  padding: 0 6.4rem 4.8rem 6.4rem;
  justify-content: flex-start;
  border: none;
}
.modal-footer .btn {
  margin-right: 1.6rem;
}
.modal-text {
  margin-top: 4rem;
}
.modal-text p {
  max-width: 65.6rem;
}
.modal .btn-close {
  background: none;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 2.4rem;
  margin-right: 2.4rem;
}
.modal-form {
  max-width: 52rem;
}
.modal-form .check-styled {
  max-width: 45rem;
}

@media (max-width: 991px) {
  .modal-title {
    font-size: 2.4rem;
  }
  .modal-header {
    border: none;
    padding: 2.4rem 2.4rem 0 2.4rem;
    position: relative;
  }
  .modal-body {
    padding: 0 2.4rem;
  }
  .modal-footer {
    padding: 0 2.4rem 2.8rem 2.4rem;
  }
}
.modal-house .modal-content {
  background: #FAFAFA;
}
.modal-house-content {
  display: flex;
  margin-top: 3.2rem;
}
.modal-house-left {
  width: 41%;
  padding-right: 3.33vw;
}
.modal-house-left .primary-icon-link {
  margin-bottom: 1.6rem;
}
.modal-house-right {
  width: 59%;
}
.modal-house-img-big {
  width: 100%;
  position: relative;
}
.modal-house-img-big:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}
.modal-house-img-big:hover:after {
  opacity: 0.2;
}
.modal-house-img-big img {
  width: 100%;
}
.modal-house-img-list {
  display: flex;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-top: 0.8rem;
}
.modal-house-img-item {
  margin: 0.8rem;
  width: 16.66%;
  position: relative;
}
.modal-house-img-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}
.modal-house-img-item:hover:after {
  opacity: 0.2;
}
.modal-house-img-item img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modal-house-line-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.78vw;
}
.modal-house-line-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(229, 231, 233, 0.5);
  min-height: 6rem;
  padding: 1.6rem 0;
}
.modal-house-price {
  margin-bottom: 1.78vw;
}
.modal-house-price-value {
  font-weight: 700;
  font-size: calc(1.6rem + 0.95vw);
}
.modal-house-btn {
  margin-top: 3.095vw;
}

.modal-footer-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.095vw;
}
.modal-footer-navigation a {
  display: flex;
  text-decoration: none !important;
  align-items: center;
}
.modal-footer-navigation a span {
  text-decoration: none;
}
.modal-footer-navigation a .circle-arrow + span {
  margin-left: 1.6rem;
}
.modal-footer-navigation a span + .circle-arrow {
  margin-left: 1.6rem;
}
.modal-footer-navigation a:hover {
  color: #5A646C;
}
.modal-footer-navigation a:hover .circle-arrow {
  border-color: #a9afb3;
}

@media (max-width: 1679px) {
  .modal-house-left {
    width: 45%;
  }
  .modal-house-right {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .modal-house-left {
    width: 45%;
  }
  .modal-house-right {
    width: 55%;
  }
  .modal-house-line-item {
    min-height: 0;
    padding: 0.8rem 0;
    font-size: 1.6rem;
  }
  .modal-house-price-value {
    font-size: 2.2rem;
  }
  .modal-house .primary-icon-link {
    font-size: 1.6rem;
  }
  .modal-house .primary-icon-link svg {
    height: 2rem;
  }
  .modal-house-btn {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .modal-house-content {
    flex-direction: column;
  }
  .modal-house-left {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .modal-house-right {
    width: 100%;
  }
  .modal-house-img-list {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    margin-top: 0.4rem;
  }
  .modal-house-img-item {
    margin: 0.4rem;
  }
  .modal .modal-material {
    margin-top: 2.4rem;
  }
  .modal .modal-material .modal-house-img-list {
    flex-wrap: wrap;
  }
  .modal .modal-material .modal-house-img-item {
    width: 25%;
    margin: 0;
    padding: 0.4rem;
  }
  .modal .modal-material .modal-house-left {
    order: 2;
  }
  .modal .modal-material .modal-house-right {
    order: 1;
    margin-bottom: 2.4rem;
  }
  .modal-footer .btn {
    width: 100%;
    margin: 0.4rem 0;
  }
}
.modal-backdrop {
  background: rgba(20, 25, 29, 0.95);
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-tabs {
  margin-top: 8rem;
}
.modal-tabs .nav-tabs {
  justify-content: center;
}
.modal-tabs .nav-tabs .nav-link {
  font-size: 4rem;
  color: #E2CA8C;
  padding: 1.1rem 2.4rem;
  border: none;
  border-bottom: 1px solid transparent;
  position: relative;
}
.modal-tabs .nav-tabs .nav-link.active {
  color: #6F6259;
  background: transparent;
  border: none;
  border-bottom: 1px solid #6F6259;
}
.modal-tabs .nav-tabs .nav-link.active .tabs-info {
  border-color: #6F6259;
}
.modal-tabs .nav-tabs .nav-link .tabs-info {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 0.6rem 0.7rem;
  border-radius: 1.6rem;
  border: 1px solid #E2CA8C;
  display: inline-flex;
  transform: translate(-0.5rem, -2rem);
  margin-right: -1rem;
}
@media (max-width: 767px) {
  .modal-tabs .nav-tabs .nav-link .tabs-info {
    transform: translate(-0.2rem, -1rem);
    font-size: 1rem;
    padding: 0.4rem 0.4rem;
  }
}
.modal-tabs .tab-pane {
  padding-top: 6.4rem;
}
.modal-tabs p {
  max-width: 66rem;
}

.modal-gray .modal-content {
  background: #F8F8F8;
}

@media (max-width: 767px) {
  .modal-tabs {
    margin-top: 2.4rem;
  }
  .modal-tabs .nav-tabs .nav-link {
    font-size: 1.6rem;
    padding: 1rem 1.2rem;
  }
  .modal-tabs .tab-pane {
    padding-top: 2.4rem;
  }
}
.modal-body .flat-item-list {
  padding-bottom: 6.4rem;
}
.modal-body .flat-item-col {
  width: 50%;
}
@media (max-width: 575px) {
  .modal-body .flat-item-col {
    width: 100%;
  }
}

.panorama-box {
  position: relative;
}
.panorama-box-img {
  width: 100%;
}
.panorama-box-play {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.panorama-box-play-img {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}
.panorama-box-play p {
  color: #ffffff;
}
.panorama-info {
  text-align: center;
  margin: 0 auto;
  max-width: 16.428vw;
  margin-top: -3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(1rem + 0.357vw);
}
.panorama-info p {
  margin-bottom: 0;
}
.panorama-info img {
  margin-bottom: 2.4rem;
}

@media (max-width: 1679px) {
  .panorama-info {
    max-width: 22rem;
    font-size: 1.2rem;
    margin-top: -1rem;
  }
  .panorama-info img {
    width: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 575px) {
  .panorama-box-play img {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }
  #modal-panorama .modal-fullscreen .modal-header,
  #modal-panorama .modal-fullscreen .modal-footer {
    height: 60px;
  }
}
#panorama-icon-rotate {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 16px;
  border-radius: 10px;
  text-align: center;
}

#panorama-icon-rotate img {
  width: 32px;
  margin-bottom: 12px;
}

#panorama-icon-rotate p {
  font-size: 12px;
  margin-bottom: 0;
}

@media (orientation: landscape) {
  #panorama-icon-rotate {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #panorama-icon-rotate {
    display: none !important;
  }
}
.price-table table {
  vertical-align: middle;
  white-space: nowrap;
}
.price-table table thead th {
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(1rem + 0.357vw);
  border: none;
  padding: 0 2.4rem;
  height: 8rem;
  vertical-align: middle;
}
.price-table table thead th:first-child {
  padding-left: 3.2rem;
}
.price-table table tbody td {
  height: 8rem;
  background: #ffffff;
  border-bottom: 4px solid #f9fafb;
  padding: 0 1.2rem;
}
.price-table table tbody td:first-child {
  padding-left: 3.2rem;
}
.price-table table tbody td:last-child {
  text-align: right;
}
.price-table table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.5);
}

.sort-outer {
  display: flex;
  align-items: center;
}

.sort-box {
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
}

.sort-item {
  display: flex;
  align-items: center;
}
.sort-item:hover svg path, .sort-item.active svg path {
  fill: #948A83;
}

.price-table-mobile {
  display: none;
}
@media (max-width: 991px) {
  .price-table-mobile {
    display: block;
  }
}
.price-table-box {
  background: #ffffff;
  padding: 2.4rem;
  margin-bottom: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price-table-box-name {
  font-size: 1.6rem;
  color: #6F6259;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.price-table-box-info {
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.price-table-box-price {
  font-weight: 700;
  margin-top: 0.8rem;
  margin-bottom: 2.4rem;
}
.price-table-box-btns {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 1.2rem;
}
.price-table-box-btns .btn {
  padding: 1.1rem 1.7rem;
  margin-right: 0.8rem;
}
.price-table-box-2 {
  background: #ADA6A1;
}
.price-table-box-2 .price-table-box {
  color: #ffffff;
}
.price-table-box-2 .price-table-box-name {
  color: #ffffff;
}
.price-table-box-2 .price-table-box-btns .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.price-table-box-2 p {
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
  color: #ffffff;
}

.flat-list-tabs .nav-tabs {
  justify-content: flex-end;
  border: none;
}
.flat-list-tabs .nav-tabs .nav-link {
  padding: 0;
  border: none;
  background: #ffffff;
}
.flat-list-tabs .nav-tabs .nav-link.active {
  background: rgba(233, 234, 234, 0.5);
}
.flat-list-tabs .tab-pane {
  padding-top: 4rem;
}

.flat-list-sort {
  display: flex;
  align-items: center;
}
.flat-list-sort > * {
  margin-right: 4rem;
}

@media (max-width: 991px) {
  .flat-list-tabs .nav-tabs {
    display: none;
  }
  .flat-list-sort {
    display: none;
  }
}
.step-section {
  width: 100%;
  overflow: hidden;
}

.step-item {
  padding: 3.8vw 8.095vw;
  background: #ffffff;
  position: relative;
  text-align: left !important;
  display: flex;
}
.step-item:after {
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
}
.step-item-primary {
  background: #6F6259;
  color: #ffffff;
}
.step-item-primary a:hover {
  color: #ffffff;
}
.step-item-primary:after {
  background: #6F6259;
}
.step-item:not(.step-item-primary) .step-item-num {
  color: #6F6259;
}
.step-item:not(.step-item-primary) .step-item-num-text {
  color: #6F6259;
}
.step-item-num {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.step-item-num-title {
  font-size: calc(16rem + 2.38vw);
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -10px;
  font-family: "Zodiak-VariableItalic";
  margin-bottom: 2.4rem;
  font-style: italic;
}
.step-item-num-text {
  color: #ffffff;
  width: 22.857vw;
  max-width: 40rem;
}
.step-item-text {
  width: 50%;
  padding-top: 6vw;
}
.step-item-text p:last-child {
  margin-bottom: 1.6rem;
}

.step-item .step-item-num {
  order: 0 !important;
  text-align: left !important;
}

.step-item .step-item-num-title {
  font-size: calc(12rem + 2.38vw);
}

.step-item .step-item-num-text {
  margin-left: 0 !important;
}

.step-item .step-item-text {
  padding-top: 5vw;
  width: 60%;
}

@media (max-width: 1199px) {
  .step-item-num-title {
    font-size: 16rem;
    letter-spacing: normal;
  }
  .step-item-num-text {
    width: 100%;
    max-width: 38.4rem;
  }
  .step-item .step-item-num-title {
    font-size: 16rem;
  }
}
@media (max-width: 767px) {
  .step-item {
    display: flex;
    flex-direction: column;
  }
  .step-item-num {
    order: 1 !important;
    width: 100%;
  }
  .step-item-num-title {
    font-size: 8rem;
    letter-spacing: normal;
  }
  .step-item-num-text {
    width: 100%;
    max-width: 38.4rem;
  }
  .step-item-text {
    order: 2;
    padding-top: 0;
    width: 100%;
  }
  .step-item .step-item-num-title {
    font-size: 8rem;
  }
  .step-item .step-item-text {
    padding-top: 0;
    width: 100%;
  }
}
.small-step-list {
  display: flex;
  flex-direction: column;
}
.small-step-item {
  width: 100%;
  display: flex;
  padding: 3.2rem 0;
  padding-right: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.small-step-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.small-step-item-num {
  width: 24rem;
  font-size: 6.4rem;
}
.small-step-item-text {
  width: calc(100% - 24rem);
}
.small-step-item-text h4 {
  font-size: 2.8rem;
}
.small-step-item-text p {
  color: #BFB9B4;
}
.small-step-item-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .small-step-item-num {
    width: 8rem;
    font-size: 4rem;
  }
  .small-step-item-text {
    width: calc(100% - 8rem);
  }
  .small-step-item-text h4 {
    font-size: 1.8rem;
  }
}
.news-section {
  width: 100%;
  overflow: hidden;
}

.news-item {
  padding: 3.8vw;
  background: #ffffff;
  position: relative;
  margin-bottom: 2.4rem;
  display: flex;
}
.news-item:before {
  right: 100%;
  left: -100vw;
  background: #f9fafb;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.news-item:after {
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
}
.news-item-date {
  font-size: calc(1rem + 0.357vw);
  margin-bottom: 2.4rem;
}
@media (max-width: 1679px) {
  .news-item-date {
    font-size: 1.6rem;
  }
}
.news-item-left {
  width: 50%;
  background: #ffffff;
  position: relative;
  z-index: 10;
  margin-top: -1px;
}
.news-item-left:before {
  right: 100%;
  left: -100vw;
  background: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.news-item-left-inner {
  max-width: 22.857vw;
}
@media (max-width: 1679px) {
  .news-item-left-inner {
    max-width: 38.4rem;
  }
}
.news-item-left p:last-child {
  margin-bottom: 0;
}
.news-item .h4 {
  color: #373A36;
  letter-spacing: normal;
  margin-bottom: 2.4rem;
}
.news-item .h4 a {
  text-decoration: none;
}
.news-item .h4 a:hover {
  text-decoration: underline;
}
.news-item p {
  font-size: calc(1rem + 0.357vw);
}
@media (max-width: 1679px) {
  .news-item p {
    font-size: 1.6rem;
  }
}
.news-item-right {
  width: 50%;
  min-height: calc(21.428vw + 4rem);
}
.news-item-right .swiper-img {
  padding-bottom: 4rem;
  margin-bottom: 0;
}
.news-item-swiper {
  min-width: 30.95vw;
}
@media (max-width: 1679px) {
  .news-item-swiper {
    min-width: 52rem;
  }
}

@media (max-width: 1199px) {
  .news-item {
    max-width: calc(100% - 4rem) !important;
    padding: 4rem;
  }
  .news-item-left {
    padding-right: 3.2rem;
  }
  .news-item-right {
    min-height: 34rem;
  }
}
@media (max-width: 991px) {
  .news-item {
    max-width: calc(100% - 4rem) !important;
    padding: 2.4rem;
    flex-direction: column;
  }
  .news-item-left {
    padding-right: 0;
    width: 100%;
  }
  .news-item-left-inner {
    max-width: 100%;
  }
  .news-item-right {
    min-height: 24rem;
    width: 100%;
    margin-top: 2.4rem;
  }
  .news-item-swiper {
    min-width: 0;
  }
}
.icon-text-list {
  display: flex;
  flex-wrap: wrap;
}
.icon-text-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.icon-text-item-img {
  width: 4rem;
  height: 4rem;
}
.icon-text-item-img img {
  max-width: 100%;
}
.icon-text-item-text {
  width: calc(100% - 4rem);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .icon-text-list {
    margin-top: 2.4rem;
  }
  .icon-text-item-img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .icon-text-item-text {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.masonry-gallery-section {
  width: 100%;
  overflow: hidden;
}

.grid-outer {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.grid-sizer,
.grid-item {
  width: 33.33%;
  padding: 1.2rem;
  padding-top: 0;
  padding-bottom: 2.4rem;
}
.grid-sizer img,
.grid-item img {
  width: 100%;
}
.grid-sizer-info,
.grid-item-info {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  margin-top: 2.4rem;
  line-height: 1;
  padding: 0 1.6rem;
}

@media (max-width: 1199px) {
  .grid-item,
  .grid-sizer {
    padding: 0.8rem;
  }
  .grid-item-info,
  .grid-sizer-info {
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 991px) {
  .grid-item,
  .grid-sizer {
    width: 50%;
    padding: 0.4rem;
  }
  .grid-item-info,
  .grid-sizer-info {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.two-col-masonry {
  display: flex;
}
.two-col-masonry-gal {
  width: 57.32%;
  overflow: hidden;
}
.two-col-masonry-gal .grid-item,
.two-col-masonry-gal .grid-sizer {
  width: 50%;
}
.two-col-masonry-text {
  width: 42.68%;
  padding-left: 3.2rem;
}
.two-col-masonry-text h2 {
  font-size: calc(4rem + 2.38vw);
  text-align: right;
  margin-right: 5.2vw;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin-bottom: 3.8vw;
}
@media (max-width: 1199px) {
  .two-col-masonry-text h2 {
    font-size: 4.8rem;
  }
}
.two-col-masonry-text h2 strong {
  margin-right: 5.6rem;
}
.two-col-masonry-text ul {
  max-width: 33.09vw;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
}
.two-col-masonry-text ul li {
  padding: 2.4rem 1.6rem;
  font-size: calc(1.8rem + 0.357vw);
  border-bottom: 1px solid rgba(229, 231, 233, 0.5);
}

@media (max-width: 1199px) {
  .two-col-masonry-text ul li {
    padding: 1.6rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .two-col-masonry {
    flex-direction: column;
  }
  .two-col-masonry-section {
    padding: 0 2rem;
  }
  .two-col-masonry-gal {
    width: 100%;
    order: 2;
  }
  .two-col-masonry-text {
    width: 100%;
    order: 1;
    max-width: 62.4rem !important;
    margin: 0 auto;
    padding-left: 0;
    margin-top: 4rem;
    margin-bottom: 2.4rem;
  }
  .two-col-masonry-text h2 {
    text-align: left;
    align-items: flex-start;
    white-space: normal;
    font-size: 2.4rem;
  }
  .two-col-masonry-text ul {
    margin-left: 0;
    max-width: 100%;
  }
  .two-col-masonry-text ul li {
    padding: 0.8rem;
    font-size: 1.5rem;
  }
}
.timeline {
  position: relative;
  margin: 0 auto;
  padding-top: 0rem;
}
.timeline:after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #948A83;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 0px;
}
.timeline-item {
  padding: 3.2rem;
  background: #ffffff;
  position: relative;
  width: calc(50% - 5.6rem);
  margin-bottom: 2.4rem;
  /* Place the container to the left */
}
.timeline-item-content:after {
  position: absolute;
  left: 100%;
  margin-left: -4px;
  top: 0.8rem;
  height: 2.4rem;
  width: 1.6rem;
  background: url("/images/front/timeline_left.svg") no-repeat left center;
  content: "";
  display: block;
}
.timeline-item.right .timeline-item-content:after {
  left: unset;
  right: 100%;
  margin-right: -4px;
  margin-left: 0;
  background: url("/images/front/timeline_right.svg") no-repeat left center;
}
.timeline-item-headline {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #96989A;
  margin-bottom: 2.4rem;
}
.timeline-item p {
  margin-bottom: 0;
  font-size: calc(1.8rem + 0.357vw);
}
.timeline-item:after {
  content: "";
  position: absolute;
  width: 4.2rem;
  height: 4.2rem;
  right: -7.7rem;
  background-color: #ffffff;
  top: 0rem;
  border-radius: 50%;
  z-index: 1;
}
.timeline-item.timeline-ok:after {
  background: url("/images/front/timeline_checked.svg");
}
.timeline-item.timeline-time:after {
  background: #f9fafb url("/images/front/timeline_time.svg");
}
.timeline-item.timeline-time:before {
  width: 2px;
  background-color: #D9D9DA;
  top: 0;
  bottom: -2.4rem;
  left: -5.7rem;
  margin-left: 0px;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.timeline-item.timeline-empty:after {
  background: #f9fafb;
  border: 2px solid #D9D9DA;
}
.timeline-item.timeline-empty:before {
  width: 2px;
  background-color: #D9D9DA;
  top: 0;
  bottom: -2.4rem;
  left: -5.7rem;
  margin-left: 0px;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.timeline-item.timeline-empty.end::before {
  background: #f9fafb;
}
.timeline-item.left {
  left: 0;
}
.timeline-item.left.timeline-empty:before, .timeline-item.left.timeline-time:before {
  left: unset;
  right: -5.8rem;
}
.timeline-item.right {
  margin-left: auto;
}
.timeline-item.right:after {
  right: unset;
  left: -7.7rem;
}
.timeline-headline {
  text-align: center;
}
.timeline-headline h2 {
  line-height: 1.1;
  margin-top: 6rem;
  margin-bottom: 4.8rem;
}
.timeline-end {
  width: 3rem;
  height: 1.6rem;
  left: 50%;
  position: absolute;
  margin-left: -1.5rem;
  margin-top: -1rem;
  background: url("/images/front/timeline_gray_arrow.svg") no-repeat center;
}
.timeline-end:after {
  width: 2px;
  height: 2.4rem;
  background: #D9D9DA;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 0.6rem;
}
.timeline-end-ok {
  background: url("/images/front/timeline_primary_arrow.svg") no-repeat center;
}
.timeline-end-ok:after {
  background: #948A83;
}

@media (max-width: 1199px) {
  .timeline-item {
    padding: 2.4rem;
  }
  .timeline-item p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .timeline {
    margin-left: 1rem;
  }
  .timeline:after {
    left: 0;
  }
  .timeline-item {
    width: calc(100% - 4rem);
    margin-left: 4rem;
    padding: 2rem;
  }
  .timeline-item-headline {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .timeline-item.timeline-time:before, .timeline-item.timeline-empty:before {
    left: -4rem !important;
  }
  .timeline-item p {
    font-size: 1.6rem;
  }
  .timeline-item:after {
    right: unset !important;
    left: -6rem !important;
  }
  .timeline-item-content:after {
    left: unset !important;
    right: 100% !important;
    margin-right: -4px !important;
    margin-left: 0 !important;
    background: url("/images/front/timeline_right.svg") no-repeat left center !important;
  }
  .timeline-end {
    left: 3rem !important;
  }
}
.timeline-item:last-of-type::before {
  width: 2px;
  background-color: #f9fafb;
  top: 0;
  bottom: -2.4rem;
  left: -5.8rem;
  margin-left: 0;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.timeline-item.left:last-of-type::before {
  left: auto;
  right: -5.8rem;
}

.timeline-item:last-of-type::after {
  background-color: #f9fafb;
}

.timeline-item.timeline-time:before {
  width: 4px;
  border-left: 1px solid #f9fafb;
  border-right: 1px solid #f9fafb;
}

.timeline-item.timeline-empty:before {
  width: 4px;
  border-left: 1px solid #f9fafb;
  border-right: 1px solid #f9fafb;
}

@media (max-width: 767px) {
  .timeline-item.left:last-of-type::before {
    left: -4rem !important;
  }
}
.alert-box-right {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  left: 0;
  padding: 3.2rem;
}

.alert {
  box-shadow: 16px 16px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 4rem;
  padding-right: 8rem;
  font-size: 1.6rem;
  border: none;
  z-index: 100;
}
.alert.w-100 {
  padding: 2.4rem;
  text-align: center;
  padding-left: 8rem;
  padding-right: 8rem;
}
.alert.w-100 p {
  max-width: 100%;
}
.alert p {
  max-width: 35.2rem;
  margin-bottom: 0;
}
.alert .btn-close {
  background: none;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  padding: 0;
  opacity: 1;
  transition: all 0.3s;
}
.alert .btn-close:hover {
  opacity: 0.6;
}
.alert-success {
  background: #2F8675;
  color: #ffffff;
}
.alert-warning {
  background: #FC9942;
  color: #ffffff;
}
.alert-danger {
  background: #E45A5A;
  color: #ffffff;
}
.alert-styled {
  background: #ffffff;
  box-shadow: 16px 16px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 3.5rem 7.2rem 4rem 9.6rem;
  color: #373A36;
  border-radius: 0;
}
.alert-styled .alert-icon {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 2.4rem;
  top: 2.4rem;
}
.alert-styled .alert-icon img {
  max-width: 100%;
}
.alert-styled .alert-title {
  color: #6F6259;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.alert-styled .alert-btns {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
}
.alert-styled .alert-btns .btn {
  margin-right: 0.8rem;
  padding: 1.5rem 2.4rem;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .alert {
    padding: 2.4rem;
    padding-right: 3.2rem;
    font-size: 1.5rem;
  }
  .alert .btn-close {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
  .alert .btn-close img {
    width: 100%;
  }
  .alert.w-100 {
    padding: 2.4rem;
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .alert-styled {
    padding-top: 3rem;
  }
  .alert-styled .alert-icon {
    left: 0;
    top: 0;
    width: 3.6rem;
    height: 3.6rem;
  }
}
.pin-info-col {
  margin-bottom: 3.8vw;
}
@media (max-width: 1199px) {
  .pin-info-col {
    margin-bottom: 4rem;
  }
}
.pin-info-item {
  display: flex;
  flex-direction: column;
}
.pin-info-img {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.2rem;
}
.pin-info-img-bg {
  width: 4.8rem;
  height: 5.6rem;
}
.pin-info-img-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pin-info-text h4 {
  margin-bottom: 2.4rem;
  font-weight: 700;
}
.pin-info-text-line {
  line-height: 1.1;
  margin-bottom: 1.2rem;
  font-weight: 400;
  color: #96989A;
  font-size: 1.6rem;
}
.pin-info-text-line strong {
  color: #373A36;
  font-weight: 700;
  font-size: 1.6rem;
}
.info-box-col {
  display: flex;
}
.info-box-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  padding: 4rem;
  margin-bottom: 2.4rem;
}
.info-box-item h3 {
  font-size: 2.8rem;
  margin-bottom: 4.8rem;
}
.info-box-item p {
  margin-top: auto;
  font-size: 1.6rem;
}
.info-box-item p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .info-box-item {
    padding: 2.4rem;
  }
  .info-box-item h3 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .info-box-item p {
    font-size: 1.4rem;
  }
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.tag-list .tag-item {
  margin: 0.4rem;
}
.tag-item {
  height: 4rem;
  padding: 0px 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  background: #ffffff;
  color: #6F6259;
  text-decoration: none;
  font-size: 1.4rem;
}

.modal-filter {
  margin-bottom: 3rem;
}
.modal-filter-label {
  margin-bottom: 1.2rem;
}

.circle-icon {
  border: 1px solid #E9EAEA;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.4rem;
}
.circle-icon-list {
  margin-left: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-icon-list .circle-icon {
  margin: 0.2rem;
}
.circle-icon img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  .modal-filter {
    margin-bottom: 1.2rem;
  }
}
.icon-remove:hover {
  opacity: 0.8;
}

.filter-box {
  border: 1px solid #E9EAEA;
  padding: 3.2rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.filter-box-top {
  flex-wrap: wrap;
  display: flex;
}
.filter-box .filter-col {
  margin-right: 5.6rem;
  margin-bottom: 1.2rem;
}
.filter-box .filter-label {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.filter-box .check-styled input[type=checkbox] + label {
  display: flex;
  align-items: center;
}
.filter-box .check-styled input[type=checkbox] + label span {
  font-size: 1.6rem;
  color: #948A83;
}
@media (max-width: 767px) {
  .filter-box .check-styled input[type=checkbox] + label span {
    font-size: 1.4rem;
  }
}
.filter-box-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.filter-box-btn-list {
  display: flex;
  align-items: center;
}
.filter-box-btn-list .btn-primary {
  margin-right: 4rem;
}
.filter-box-number {
  font-size: 12rem;
  color: #6F6259;
  line-height: 1;
}
.filter-box-range-slider-list {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.filter-box-range-slider-list .range-filter-inner {
  position: relative;
}
.filter-box-range-slider-list .range-filter-wrap {
  padding-right: 2.8rem;
  width: 50%;
  position: relative;
}
.filter-box-range-slider-list .range-filter-wrap:nth-child(2) {
  padding-right: 0;
  padding-left: 2.8rem;
}
.filter-box-range-slider-list .range-filter-wrap .filter-label {
  margin-bottom: 2rem;
}
.filter-box-range-slider-list .range-slider-text {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6rem;
  color: #948A83;
}

.check-list {
  display: flex;
  flex-wrap: wrap;
}
.check-list .check-styled {
  width: auto;
  margin: 0.2rem;
  margin-right: 1.2rem;
}
.check-list .check-styled.check-styled-text {
  margin: 0.2rem;
}
.check-list .check-styled.check-styled-icon {
  margin: 0.2rem;
}

@media (max-width: 767px) {
  .filter-box {
    padding: 1.6rem;
  }
  .filter-box .filter-col {
    margin-right: 0;
    width: 100%;
  }
  .filter-box .filter-label {
    font-size: 1.4rem;
  }
  .filter-box .filter-box-range-slider-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .filter-box .filter-box-range-slider-list .range-slider-text {
    font-size: 1.4rem;
  }
  .filter-box .filter-box-range-slider-list .range-filter-wrap {
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .filter-box-number {
    display: none;
  }
  .filter-box-btn-list .btn-primary {
    font-size: 1.4rem;
    margin-right: 1.2rem;
  }
  .filter-box-btn-list .primary-icon-link-left {
    font-size: 1.4rem;
  }
  .filter-box-btn-list .primary-icon-link-left img {
    width: 3.2rem;
  }
}
.pagination {
  justify-content: center;
  margin-top: 5.6rem;
  margin-bottom: 4rem;
}
.pagination-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagination .page-item {
  display: flex;
  align-items: center;
}
.pagination .page-item.more .page-link {
  background: transparent;
  border: none;
}
.pagination .page-item.active .page-link {
  background: #948A83;
}
.pagination .page-item .page-link {
  width: 4.8rem;
  height: 4.8rem;
  margin: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .pagination .page-item .page-link {
    font-size: 1.4rem;
    height: 3.2rem;
    width: 3.2rem;
  }
}
.flat-item {
  padding: 3.2rem;
  background: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  position: relative;
}
.flat-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.flat-item-col {
  padding: 0.2rem;
  display: flex;
  width: 33.33%;
}
.flat-item:hover {
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.flat-item-label {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.flat-item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}
.flat-item-img img {
  max-width: 100%;
}
.flat-item-name {
  font-size: 6.4rem;
  text-decoration: none;
  margin-bottom: 0.8rem;
}
.flat-item-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.flat-item-info span {
  color: #96989A;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-item-info span:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #E9EAEA;
  border-radius: 50%;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.flat-item-info span:last-child:after {
  display: none;
}
.flat-item-tag {
  margin: 0.2rem;
  background: #FAFAFA;
  height: 4rem;
  padding: 0px 1.6rem;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
}
.flat-item-tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  margin-bottom: 2rem;
}
.flat-item-tag img {
  width: 2rem;
  margin-right: 1.2rem;
}
.flat-item-tag span {
  font-size: 1.4rem;
}
.flat-item-price {
  font-size: 3.2rem;
  color: #ADA6A1;
  margin-bottom: 2.4rem;
}
.flat-item-btn-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flat-item-btn-list > * {
  margin-bottom: 1.2rem;
}
.flat-item-btn-list .btn-primary {
  margin-right: 2.4rem;
}

@media (max-width: 1399px) {
  .flat-item-name {
    font-size: 4.8rem;
  }
  .flat-item-price {
    font-size: 2.8rem;
  }
  .flat-item-btn-list .btn-primary {
    margin-right: 1.2rem;
  }
  .flat-item-btn-list .primary-icon-link {
    font-size: 1.6rem;
  }
  .flat-item-btn-list .primary-icon-link svg {
    height: 1.8rem;
  }
}
@media (max-width: 991px) {
  .flat-item-col {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .flat-item {
    padding: 1.6rem;
  }
  .flat-item-col {
    width: 100%;
  }
  .flat-item-label {
    font-size: 1rem;
  }
  .flat-item-name {
    font-size: 3.2rem;
  }
  .flat-item-info span {
    font-size: 1.4rem;
  }
  .flat-item-info span:after {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .flat-item-price {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .flat-item-btn-list .btn-primary.btn-small {
    font-size: 1.4rem;
    padding: 1.2rem 1.6rem;
  }
  .flat-item-btn-list .primary-icon-link {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .tab-content > .show-mobile {
    display: block !important;
    opacity: 1 !important;
  }
  .tab-content > .hide-mobile {
    display: none !important;
  }
  .flat-list-tabs .tab-pane {
    padding-top: 0;
  }
}
.flat-info-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.flat-info-wrapper .small-headline {
  color: #96989A;
}
.flat-info-small-item {
  margin-bottom: 4.8rem;
}
.flat-info-left {
  width: 66%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 4rem;
  padding-left: 3.6rem;
  height: 100%;
}
.flat-info-left-main {
  display: flex;
}
.flat-info-left-main-left {
  width: 30rem;
  display: flex;
  flex-direction: column;
}
.flat-info-left-main-left .small-headline {
  margin-bottom: 4rem;
}
.flat-info-left-main-left img {
  max-width: 100%;
}
.flat-info-left-main-left .text-light {
  font-size: 1.6rem;
  color: #96989A;
  margin-top: auto;
}
.flat-info-left-main-right {
  width: calc(100% - 36rem);
  display: flex;
  justify-content: flex-start;
  padding-left: 3.2rem;
  max-width: 62.2rem;
  margin-left: auto;
  align-items: flex-end;
  flex-direction: column;
}
.flat-info-left-main-right .small-headline {
  margin-right: auto;
}
.flat-info-left-main-right img {
  max-width: 100%;
}
.flat-info-left-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2rem;
}
.flat-info-left-bottom-left {
  width: 32rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flat-info-left-bottom-right {
  width: calc(100% - 32rem);
  display: flex;
  justify-content: flex-end;
  padding-left: 3.2rem;
}
.flat-info-energy {
  background: #ADA6A1;
  height: 6.4rem;
  position: relative;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  border-radius: 8px 0px 0px 8px;
  padding-left: 1.6rem;
}
.flat-info-energy span.big {
  padding-left: 1.2rem;
  font-size: 4.8rem;
  font-weight: 700;
}
.flat-info-energy:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 2.4rem;
  background: url("/images/front/flat-info-arrow.svg") no-repeat left top;
  background-size: auto 100%;
}
.flat-info-right {
  width: 34%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  padding-left: 4rem;
  max-width: none;
}
.flat-info-right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.2rem;
  margin-bottom: 4rem;
  margin-top: 8rem;
  padding-right: 1.6rem;
}
.flat-info-right-top .small-headline {
  color: #54565A;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1.4;
}
.flat-info-right-top h2 {
  font-size: 6.4rem;
  margin-bottom: 0;
  line-height: 1;
}
.flat-info-right-table {
  width: 100%;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .flat-info-right-table {
    margin-bottom: 2.4rem;
  }
}
.flat-info-right-table .btn {
  margin-top: 1.6rem;
}
.flat-info-right-table table {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 4rem;
}
.flat-info-right-table table tr td {
  border-bottom: 1px solid rgba(233, 234, 234, 0.5);
  height: 6.4rem;
  padding: 0.8rem 1.6rem;
}
.flat-info-right-table table tr td a {
  color: #373A36;
  text-decoration: none;
}
.flat-info-right-table table tr td:last-child {
  text-align: right;
  padding-right: 1.6rem;
}
.flat-info-right-table table tr:hover td {
  border-bottom: 1px solid #6F6259;
  color: #6F6259;
}
.flat-info-right-table table tr:hover td a {
  color: #6F6259;
}
.flat-info-right-bottom {
  margin-top: auto;
  color: #96989A;
  padding-right: 2.4rem;
  max-width: 24.3vw;
  font-size: 1.6rem;
}
.flat-info-right-bottom p:last-child {
  margin-bottom: 0;
}

.detail-mobile {
  display: none !important;
}

@media (max-width: 1399px) {
  .flat-info-left {
    width: 60%;
  }
  .flat-info-right {
    width: 40%;
    max-width: 100%;
    padding-left: 3.2rem;
  }
  .flat-info-right-bottom {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .flat-info-left {
    order: 1;
    width: 100%;
  }
  .flat-info-right {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flat-info-small-item {
    margin-bottom: 2.4rem;
  }
  .flat-info-left {
    padding: 0;
    padding: 2rem;
  }
  .flat-info-left-main {
    flex-direction: column;
    margin-bottom: 2.4rem;
  }
  .flat-info-left-main-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.4rem;
  }
  .flat-info-left-main-left .small-headline {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .flat-info-left-main-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  .flat-info-left-bottom-left {
    width: auto;
  }
  .flat-info-left-bottom-right {
    padding: 0;
  }
  .flat-info-left-bottom-right img {
    width: 3.2rem;
  }
  .flat-info-right {
    padding-left: 0;
    padding: 2rem;
  }
  .flat-info-right-top {
    margin-bottom: 2.4rem;
    padding-right: 0;
    margin-top: 0;
  }
  .flat-info-right-top .small-headline {
    font-size: 1.6rem;
  }
  .flat-info-right-top h2 {
    font-size: 4rem;
    padding-right: 0;
  }
  .flat-info-right-table table {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .flat-info-right-table table tr td {
    height: 4rem;
    padding: 0.8rem;
  }
  .flat-info-energy {
    height: 4rem;
    font-size: 1.2rem;
    padding-left: 1rem;
  }
  .flat-info-energy span.big {
    font-size: 3.2rem;
  }
  .flat-info-left-main-left {
    display: none !important;
  }
  .flat-info-left-main-left.detail-mobile {
    display: flex !important;
    order: 3;
    margin-top: 2rem;
  }
  .flat-info-left-main .btn.detail-mobile {
    display: inline-block !important;
  }
  .flat-info-left-bottom.detail-desktop {
    display: none !important;
  }
  .flat-info-left-bottom.detail-mobile {
    display: flex !important;
    order: 4;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .flat-info-right-table .btn.detail-desktop {
    display: none !important;
  }
}
.flat-info-tabs {
  padding-top: 6.4rem;
}
.flat-info-tabs .nav-tabs {
  border: none;
  justify-content: center;
}
.flat-info-tabs .nav-tabs .nav-link {
  color: #C2A2AB;
  font-size: 4.8rem;
  padding: 0.2rem 2.4rem;
  line-height: 1.2;
  border: 1px solid #E9EAEA;
  background: transparent;
}
.flat-info-tabs .nav-tabs .nav-link:hover, .flat-info-tabs .nav-tabs .nav-link.active {
  color: #6F6259;
  border-color: #6F6259;
}
.flat-info-tabs .tab-pane {
  padding-top: 6.4rem;
}

@media (max-width: 767px) {
  .flat-info-tabs {
    padding-top: 2.4rem;
  }
  .flat-info-tabs .nav-tabs .nav-link {
    font-size: 2rem;
    padding: 0.7rem 1.6rem;
  }
  .flat-info-tabs .tab-pane {
    padding-top: 2.4rem;
  }
}
.flat-detail-num {
  font-size: 12.8rem;
  line-height: 110%; /* 140.8px */
  letter-spacing: -6.4px;
  color: #6F6259;
}
@media (max-width: 991px) {
  .flat-detail-num {
    font-size: 8rem;
  }
}
@media (max-width: 575px) {
  .flat-detail-num {
    font-size: 4rem;
    letter-spacing: 0;
  }
}

.flat-detail-state {
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 6.4rem;
}
@media (max-width: 575px) {
  .flat-detail-state {
    font-size: 1.4rem;
    letter-spacing: 2.8px;
    margin-bottom: 2.4rem;
  }
}
.flat-detail-state span:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
}
.flat-detail-state span:nth-child(1):after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #373A36;
  margin: 0 1.6rem;
}

.flat-detail-top-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flat-detail-top-box-left {
  width: 39.047vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .flat-detail-top-box-left {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.flat-detail-top-box-right {
  width: 22.857vw;
  margin-right: -8.09vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flat-detail-top-box-right p {
  font-size: 1.6rem;
  max-width: 39rem;
  color: #ADB0B2;
}
.flat-detail-top-box-right .btn {
  margin-bottom: 2.4rem;
}
@media (max-width: 1499px) {
  .flat-detail-top-box-right {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .flat-detail-top-box-right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .flat-detail-top-box-right {
    margin-right: 0;
  }
}
.flat-detail-top-box-bot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.6rem;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  .flat-detail-top-box-bot .flat-detail-top-box-left {
    width: auto;
  }
  .flat-detail-top-box-bot .flat-detail-top-box-right {
    width: auto;
  }
}

.flat-detail-top-item {
  display: flex;
  flex-direction: column;
}
.flat-detail-top-item .label {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.flat-detail-top-item .text {
  font-size: 4.8rem;
}
@media (max-width: 1399px) {
  .flat-detail-top-item .text {
    font-size: 4rem;
  }
}

.tag-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.tag-icon-list .tag-icon-item {
  margin: 0.4rem;
}

.tag-icon-item {
  display: flex;
  margin: 0;
  height: 4.8rem;
  padding: 0 2.4rem;
  font-weight: normal;
  line-height: 1;
  font-size: 1.6rem;
  position: relative;
  color: #948A83;
  transition: all 0.3s;
  background: #ffffff;
  align-items: center;
  border-radius: 2.4rem;
}
.tag-icon-item svg {
  margin-right: 1.2rem;
  width: 2.4rem;
  max-height: 100%;
}
.tag-icon-item img {
  margin-right: 1.2rem;
  width: 2.4rem;
  max-height: 100%;
}
@media (max-width: 767px) {
  .tag-icon-item {
    height: 3.2rem;
    font-size: 1.4rem;
    padding: 0 1.2rem;
  }
  .tag-icon-item img, .tag-icon-item svg {
    width: 1.6rem;
    margin-right: 0.8rem;
  }
}

@media (max-width: 767px) {
  .flat-detail-top-box-left {
    margin-bottom: 0;
  }
  .flat-detail-top-box-left .flat-detail-top-item {
    width: 50%;
    margin-bottom: 1.6rem;
  }
  .flat-detail-top-box-left .flat-detail-top-item .label {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .flat-detail-top-box-left .flat-detail-top-item .text {
    font-size: 3.2rem;
  }
  .flat-detail-top-box-bot {
    margin-top: 1.6rem;
  }
  .flat-detail-top-box-bot .tag-icon-list {
    margin-bottom: 2.4rem;
  }
}
.big-circle-link {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  color: #ffffff;
  background: #6F6259;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.big-circle-link-head {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.big-circle-link-head p {
  margin-bottom: 0;
}
.big-circle-link-head strong {
  font-family: "Zodiak-VariableItalic";
  font-weight: 400;
}
.big-circle-link a {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #ffffff;
}

.big-circle-link-wrapper {
  position: relative;
}
.big-circle-link-wrapper .big-circle-link {
  position: absolute;
  top: 35%;
  left: -10rem;
  z-index: 100;
}

@media (max-width: 1299px) {
  .big-circle-link-wrapper {
    position: relative;
  }
  .big-circle-link-wrapper .big-circle-link {
    position: absolute;
    top: 30%;
    left: 5rem;
    z-index: 100;
  }
}
@media (max-width: 1199px) {
  .big-circle-link {
    width: 14rem;
    height: 14rem;
  }
  .big-circle-link-head {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .big-circle-link a {
    font-size: 1rem;
  }
  .big-circle-link-wrapper {
    position: relative;
  }
  .big-circle-link-wrapper .big-circle-link {
    position: absolute;
    top: 30%;
    left: 0rem;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .big-circle-link {
    width: 20rem;
    height: 20rem;
  }
  .big-circle-link-head {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .big-circle-link a {
    font-size: 1.4rem;
  }
  .big-circle-link-wrapper {
    position: relative;
  }
  .big-circle-link-wrapper .big-circle-link {
    position: relative;
    top: 0%;
    left: 0rem;
    margin: 2.4rem auto;
  }
}
.flat-image-map {
  width: 100%;
}
.flat-image-map svg a {
  outline: none;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .flat-info-left-main-left {
    width: 24rem;
  }
  .flat-info-left-main-right {
    width: calc(100% - 32rem);
  }
}
.alertify, .alertify-show, .alertify-log {
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alertify-hide {
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.alertify-log-hide {
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

.alertify-cover-hidden {
  display: none;
}

.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1;
}

.alertify-hidden {
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}

:root * > .alertify-hidden {
  display: block;
  visibility: hidden;
}

.alertify-logs {
  position: fixed;
  z-index: 999999;
  top: 10px;
  right: 10px;
  width: 300px;
}

.alertify-logs-hidden {
  display: none;
}

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0;
}

.alertify-log-show {
  right: 0;
  opacity: 1;
}

.alertify-log-hide {
  transform: translate(300px, 0);
  opacity: 0;
}

.alertify-dialog {
  padding: 25px;
}

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alertify-inner {
  text-align: center;
}

.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 100%;
}

.alertify-button, .alertify-button:hover, .alertify-button:active, .alertify-button:visited {
  background: none;
  text-decoration: none;
  border: none;
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}

@media only screen and (max-width: 680px) {
  .alertify, .alertify-logs {
    width: 90%;
    box-sizing: border-box;
  }
  .alertify {
    left: 5%;
    margin: 0;
  }
}
.alertify {
  background: #FFF;
  border: 10px solid #000;
  border-radius: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}

.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px;
}

.alertify-button {
  border-radius: 0;
  color: #FFF;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-message {
  margin-bottom: 20px;
}

.alertify-button:hover, .alertify-button:focus {
  outline: none;
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.alertify-button:focus {
  box-shadow: 0 0 15px #2B72D5;
}

.alertify-button:active {
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
  background-color: #E45A5A;
  border: 1px solid #E45A5A;
}

.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus {
  background-color: #2F8675;
  border: 1px solid #2F8675;
}

.alertify-log {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.alertify-log-error {
  background: #E45A5A;
}

.alertify-log-success {
  background: #2F8675;
}

.alertify {
  border-radius: 0;
  border: none;
}

.alertify-cover {
  background-color: #000;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

.alertify-logs {
  width: 100%;
  top: auto;
  bottom: 0;
  right: 0;
  padding: 3.2rem;
}

.alertify-log {
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  text-align: center;
  right: 0;
  opacity: 1;
  transform: translate(0, 100%);
  transition: all 300ms;
  padding: 2.4rem;
  border-radius: 24px;
}

.alertify-log-show {
  transform: translateY(0);
}

.alertify-log-hide {
  transform: translate(0, 100%);
}

@media (max-width: 767px) {
  .alertify-logs {
    top: 0;
    bottom: auto;
  }
  .alertify-log {
    margin-top: 0;
    transform: translate(0, -100%);
  }
  .alertify-log-show {
    transform: translateY(0);
  }
  .alertify-log-hide {
    transform: translate(0, -100%);
  }
  .alertify-log {
    line-height: 22px;
    padding: 10px 15px;
  }
}
/*# sourceMappingURL=style.css.map */
