html,
body {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #0c0f17;
  margin: 0;
  padding: 0;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
}
a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s linear;
}
a:hover {
  color: #bda57e;
}
a.primary {
  color: #bda57e;
}
a.primary:hover {
  color: #cebda0;
}
img {
  image-rendering: pixelated;
}
*,
:before,
:after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: transparent;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #0c0f17;
}
::-webkit-scrollbar-thumb {
  background-color: #bda57e;
  border-radius: 8px;
  border: 0px solid #080b11;
  background-clip: padding-box;
}
::-webkit-scrollbar-corner {
  background: #0c0f17;
}
.container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 80px;
}
.container__inner {
  padding: 0 8%;
}
@media (max-width: 1499.98px) {
  .container__inner {
    padding: 0 4%;
  }
}
@media (max-width: 1199.98px) {
  .container {
    padding: 0 50px;
  }
  .container__inner {
    padding: 0;
  }
}
@media (max-width: 992.02px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 499.02px) {
  .container {
    padding: 0 14px;
  }
}
@media (max-width: 375.02px) {
  .container {
    padding: 0 10px;
  }
}
.container-fluid {
  width: 100%;
  padding: 0 20px;
}
.blocks {
  display: flex;
  gap: 30px;
}
.blocks--top {
  align-items: start;
}
.blocks .block {
  flex: 1;
}
.blocks .block--action {
  width: 100%;
  max-width: 480px;
}
.blocks .block--question-form {
  width: 100%;
  max-width: calc(23% - 20px);
}
@media (max-width: 1279.98px) {
  .blocks .block--question-form {
    max-width: calc(29% - 20px);
  }
}
@media (max-width: 1499.98px) {
  .blocks .block--action {
    max-width: 400px;
  }
}
@media (max-width: 992.02px) {
  .blocks .block--question-form {
    order: 2;
    max-width: 360px;
  }
}
@media (max-width: 768.02px) {
  .blocks .block--action {
    max-width: 480px;
    align-self: center;
  }
}
@media (max-width: 992.02px) {
  .section#faq .blocks {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768.02px) {
  .section#steps .blocks {
    flex-direction: column;
  }
}
@keyframes waves-around2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes waves-around3 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3);
    opacity: 0.1;
  }
}
h1,
h2,
h3,
h4 {
  font-weight: 100;
  line-height: 1.1em;
}
h1 {
  font-size: 5.4vw;
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .lang--th .intro h1 {
    font-size: 5.4vw;
  }
  .lang--ru .intro h1 {
    font-size: 5.1vw;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 6.7vw;
    line-height: 1.1em;
  }
}
@media (max-width: 992.02px) {
  h1 {
    font-size: 7.2vw;
  }
}
@media (max-width: 599.02px) {
  h1 {
    font-size: 8vw;
  }
  .lang--th .intro h1 {
    font-size: 8vw;
    line-height: 1.2em;
  }
  .lang--ru .intro h1 {
    font-size: 7.2vw;
  }
}
@media (max-width: 499.02px) {
  h1 {
    font-size: 9.6vw;
    letter-spacing: -2px;
  }
  .lang--th .intro h1 {
    font-size: 9.2vw;
    letter-spacing: -1px;
  }
  .lang--ru .intro h1 {
    font-size: 9vw;
    letter-spacing: -2px;
  }
}
h2 {
  font-size: 3vw;
}
@media (max-width: 1279.98px) {
  h2 {
    font-size: 4vw;
  }
}
@media (max-width: 992.02px) {
  h2 {
    font-size: 5vw;
    line-height: 1em;
  }
}
@media (max-width: 768.02px) {
  h2 {
    font-size: 6vw;
  }
}
@media (max-width: 599.02px) {
  h2 {
    font-size: 8vw;
  }
}
@media (max-width: 499.02px) {
  h2 {
    font-size: 10vw;
  }
}
h3 {
  font-size: 2.5vw;
}
@media (max-width: 1279.98px) {
  h3 {
    font-size: 3vw;
  }
}
@media (max-width: 992.02px) {
  h3 {
    font-size: 4vw;
    line-height: 1em;
  }
}
@media (max-width: 768.02px) {
  h3 {
    font-size: 5vw;
  }
}
@media (max-width: 599.02px) {
  h3 {
    font-size: 6vw;
  }
}
@media (max-width: 499.02px) {
  h3 {
    font-size: 8vw;
  }
}
.text-center {
  text-align: center;
}
mark {
  background-color: transparent;
  color: #bda57e;
}
.blink {
  background: linear-gradient(90deg, #ffffff, transparent, #ffffff, #ffffff, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400% auto;
  animation: textblink 20s linear infinite;
}
@keyframes textblink {
  from {
    background-position: 0% center;
  }
  to {
    background-position: 400% center;
  }
}
.section {
  padding: 80px 0;
  position: relative;
}
.section__up {
  font-weight: 400;
  color: #bda57e;
}
.section__header {
  display: flex;
  justify-content: start;
  position: relative;
  margin-bottom: 40px;
}
.section__header:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bda57e;
  margin-top: 6px;
  margin-right: 8%;
}
.section__header .section__up {
  width: 15%;
}
.section__header .section__title {
  margin: 0;
}
.section__header--vertical {
  flex-direction: column;
}
.section__header--vertical:before {
  content: none;
}
.section__header--vertical .section__up {
  margin-bottom: 40px;
}
@media (max-width: 1279.98px) {
  .section__header:before {
    margin-right: 10%;
  }
  .section__header .section__up {
    font-size: 14px;
    width: 20%;
  }
}
@media (max-width: 768.02px) {
  .section__header {
    flex-direction: column;
  }
  .section__header:before {
    content: none;
  }
  .section__header .section__up {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 992.02px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 768.02px) {
  .section {
    padding: 40px 0;
  }
}
.btn {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  color: #0c0f17;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  padding: 0 20px;
  line-height: 54px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.8em;
  border: none;
  outline: none;
  border-radius: 30px;
  transition: all 0.2s linear;
}
.btn:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  pointer-events: none;
}
.btn > i {
  font-size: 0.7em;
}
.btn > i.ml {
  margin-left: 8px;
}
.btn > i.mr {
  margin-right: 8px;
}
.btn + .btn {
  margin-left: 14px;
}
.btn--lg {
  font-size: 1em;
}
.btn--primary {
  color: #fff;
  background-color: #bda57e;
  position: relative;
}
.btn--primary:hover {
  background-color: #ac8d5c;
  color: #fff;
}
.btn--secondary {
  background-color: #fff;
  position: relative;
}
.btn--secondary:hover {
  background-color: #e6e6e6;
  color: #0c0f17;
}
.btn--bordered {
  color: #fff;
  background-color: #0c0f17;
  border: 1px solid #bda57e;
  line-height: 52px;
}
.btn--bordered:hover {
  color: #fff;
  background-color: #1d2232;
  border-color: #1d2232;
}
.btn--transparent {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.btn--transparent:hover {
  background-color: rgba(29, 34, 50, 0.5);
}
.btn--xl {
  line-height: 60px;
  font-size: 1.2em;
}
.btn--wide {
  padding: 0 40px;
}
.btn--icon {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn--icon > i {
  font-size: 16px;
}
@media (max-width: 375.02px) {
  a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.form__label,
.form label {
  display: block;
  color: #bda57e;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 0;
}
.form__control {
  margin-bottom: 18px;
  position: relative;
}
.form__control.no-label {
  padding-top: 16px;
}
.form__input {
  position: relative;
}
.form__input input {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  height: 54px;
  width: 100%;
  font-size: 16px;
  padding: 0 18px;
  background-color: rgba(12, 15, 23, 0.46);
  color: #fff;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  transition: border-color 0.2s linear;
}
.form__input input::placeholder,
.form__input input::-webkit-input-placeholder,
.form__input input:-moz-placeholder,
.form__input input:-ms-input-placeholder,
.form__input input:-moz-placeholder {
  color: rgba(204, 204, 204, 0.72);
}
.form__input input:-webkit-autofill {
  background-color: rgba(12, 15, 23, 0.46) !important;
  -webkit-text-fill-color: #fff !important;
  /* Background override using box-shadow hack */
  box-shadow: 0 0 0 1000px rgba(12, 15, 23, 0.46) inset !important;
  /* Prevent background flash */
  transition: background-color 9999s ease-in-out 0s;
}
.form__input input:focus {
  border-color: #bda57e;
}
.form__input input.error {
  border-color: #ff514d;
}
.form__input input.error ~ label {
  color: #ff514d;
}
.form__input textarea {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  height: auto;
  width: 100%;
  font-size: 16px;
  padding: 16px 18px;
  background-color: rgba(12, 15, 23, 0.46);
  color: #fff;
  min-height: 80px;
  resize: vertical;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  transition: border-color 0.2s linear;
}
.form__input textarea::placeholder {
  color: rgba(204, 204, 204, 0.72);
}
.form__input textarea:focus {
  border-color: #bda57e;
}
.form__input textarea.error {
  border-color: #ff514d;
}
.form__input textarea.error + label {
  color: #ff514d;
}
.form__input .error-msg {
  display: block;
  position: absolute;
  color: #ff514d;
  font-size: 12px;
  line-height: 12px;
  bottom: -16px;
  left: 16px;
}
.form__input--with-btn {
  display: flex;
}
.form__input--with-btn input {
  margin-right: -40px;
  padding-right: 50px;
  border-radius: 8px;
}
.form__input--floating label {
  position: absolute;
  left: 18px;
  top: 18px;
  margin: 0;
  color: #cccccc;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  pointer-events: none;
  transition: all 0.2s linear;
}
.form__input--floating input,
.form__input--floating textarea {
  padding-top: 10px;
}
.form__input--floating input:focus + label,
.form__input--floating textarea:focus + label,
.form__input--floating input:valid + label,
.form__input--floating textarea:valid + label {
  top: 6px;
  font-size: 12px;
  color: #bda57e;
}
.form__input--floating .phone .select__value {
  padding-top: 16px;
}
.form__input--floating .phone input {
  padding-top: 16px;
}
.form__input--floating .phone input:focus::placeholder {
  opacity: 0;
}
.form__input--floating .phone input:focus + label,
.form__input--floating .phone input:valid + label {
  opacity: 1;
}
.form__input--floating .phone label {
  opacity: 0;
  top: 6px;
}
.form__select {
  position: relative;
}
.form__select:after {
  content: "\e913";
  font-family: 'icomoon' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  right: 18px;
  top: 0;
  line-height: 54px;
  pointer-events: none;
  color: #fff;
}
.form__select select {
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 54px;
  width: 100%;
  font-size: 16px;
  padding: 0 44px 0 18px;
  outline: none;
  background-color: rgba(12, 15, 23, 0.46);
  color: #fff;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  transition: border-color 0.2s linear;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form__select select:focus {
  border-color: #bda57e;
}
.form__select select.error {
  border-color: #ff514d;
}
.form__select select option {
  color: #0c0f17;
}
label.form__radio {
  display: inline-grid;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  position: relative;
  margin: 0;
  transition: color 0.2s linear;
}
.form__radio:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  border: 1px solid #bda57e;
  background-color: rgba(12, 15, 23, 0.36);
}
.form__radio:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bda57e;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s linear;
}
.form__radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__radio:hover,
.form__radio:has(input:checked) {
  color: #bda57e;
}
.form__radio:has(input:checked):after {
  opacity: 1;
}
.form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}
label.form__checkbox {
  display: inline-grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}
.form__checkbox:before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 6px;
  border: 1px solid #bda57e;
  background-color: rgba(12, 15, 23, 0.36);
  transition: background-color 0.2s linear;
}
.form__checkbox:after {
  content: "";
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  width: 7px;
  height: 12px;
  border: solid #0c0f17;
  border-width: 0 2px 2px 0;
  opacity: 0;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: opacity 0.2s linear;
}
.form__checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__checkbox:has(input:checked):before {
  background-color: #bda57e;
}
.form__checkbox:has(input:checked):after {
  opacity: 1;
}
.form__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.form--inline {
  display: flex;
  align-items: center;
}
.form--inline .form__control {
  flex: 1;
}
.form--inline .form__control + .form__control {
  margin-left: 26px;
}
.select {
  position: relative;
  cursor: pointer;
}
.select__value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color 0.2s linear, color 0.2s linear;
  line-height: 32px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  height: 54px;
  font-size: 16px;
  padding: 10px 18px;
  background-color: rgba(12, 15, 23, 0.46);
  color: #fff;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
}
.select__value > i {
  margin-right: 5px;
}
.select__value::after {
  transition: all 0.2s linear;
  content: "\e915";
  font-family: 'icomoon' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-left: 6px;
}
.select__value.empty {
  color: #cccccc;
}
.select__box,
.select__options {
  position: absolute;
  width: 100%;
  top: 100%;
  transition: all 0.2s ease-in-out;
  background: #24282e;
  border-radius: 8px;
  overflow: hidden;
  z-index: 100;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
}
.select__option {
  padding: 10px 14px;
  white-space: nowrap;
}
.select__option:first-child {
  padding-top: 12px;
}
.select__option:last-child {
  padding-bottom: 12px;
}
.select__option:hover {
  background-color: #121520;
  color: #bda57e;
}
.select__option:hover > a {
  color: #bda57e;
}
.select.active .select__value {
  color: #bda57e;
  border-color: #bda57e;
}
.select.active .select__value:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select.active .select__box,
.select.active .select__options {
  visibility: visible;
  opacity: 1;
}
.phone {
  display: flex;
}
.phone__flag {
  flex-shrink: 0;
  align-self: center;
  margin-right: 8px;
  min-width: 20px;
}
.phone__code {
  color: #fff;
}
.phone__codes {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 306px;
  overflow: auto;
}
.phone__codes > li {
  display: flex;
  line-height: 36px;
  width: 100%;
  padding: 0 12px;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  font-size: 17px;
  color: #fff;
}
.phone__codes > li .phone__code {
  margin-left: 6px;
  color: #fff;
}
.phone__codes > li:hover {
  background-color: #0c0f17;
  color: #bda57e;
}
.phone__codes > li.divide {
  border-bottom: 1px solid #0c0f17;
  margin-bottom: 6px;
}
.phone__search {
  margin: 6px 6px 10px;
}
.phone__search input {
  height: 38px;
  background-color: #13171e;
}
.phone .select__value {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  display: flex;
  padding-right: 6px;
  font-size: 16px;
}
.phone .select__value:after {
  right: 6px;
  font-size: 0.9em;
}
.phone .select__box {
  width: 300px;
  padding: 0;
  overflow: hidden;
}
.phone .select.active .select__value {
  border-color: #bda57e;
}
.phone .select.active + input {
  border-color: #bda57e;
}
.phone > input {
  border-left: 0 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 4px;
  order: 2;
}
.phone:has(input:focus) .select__value {
  border-color: #bda57e;
}
.phone:has(input.error) .select__value {
  border-color: #ff514d;
}
.action {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border-radius: 20px;
  position: sticky;
  top: 120px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.action__inner {
  padding: 30px 40px;
}
.action__title {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 8px;
}
.action__text {
  font-size: 14px;
  color: #cccccc;
  margin-top: 10px;
}
@media (max-width: 499.02px) {
  .action__title {
    font-size: 30px;
  }
  .action__inner {
    padding: 24px 30px;
  }
}
@media (max-width: 375.02px) {
  .action__inner {
    padding: 22px 20px;
  }
}
.modal-active,
.modal-closing {
  overflow: hidden;
  margin-right: 8px;
}
.modal-active .header--fixed,
.modal-closing .header--fixed {
  padding-right: 8px;
}
.modal-active:after,
.modal-closing:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(12, 15, 23, 0.6);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 768.02px) {
  .modal-active,
  .modal-closing {
    margin-right: 0;
  }
  .modal-active .header--fixed,
  .modal-closing .header--fixed {
    padding-right: 0;
  }
}
.modal-closing:after {
  opacity: 0;
}
.modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.modal-active .modal-container {
  visibility: visible;
  opacity: 1;
}
.modal-closing .modal-container {
  visibility: visible;
  opacity: 0;
}
.modal {
  width: 100%;
  max-width: 600px;
  position: relative;
  transform: scale(1);
}
.modal-active .modal {
  animation: modal-scale-in 0.2s ease-in-out both;
}
.modal-closing .modal {
  animation: modal-scale-out 0.2s ease-in-out both;
}
.modal ::-webkit-scrollbar {
  width: 4px;
}
.modal__inner {
  background-color: rgba(12, 15, 23, 0.66);
  padding: 30px 54px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid #343434;
}
.modal__close {
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 14px;
  color: #686f7a;
  cursor: pointer;
  z-index: 5;
}
.modal__close:hover {
  color: #bda57e;
}
.modal__title {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 20px;
}
.modal__text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
  color: #686f7a;
  margin-bottom: 14px;
}
.modal--sm {
  max-width: 520px;
}
.modal--property {
  width: calc(100% - 80px);
  max-height: calc(100vh - 60px);
  max-width: 1180px;
}
.modal--property .modal__inner {
  padding: 0;
  overflow: hidden;
}
.modal--property .modal__close {
  top: 18px;
  right: 20px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(12, 15, 23, 0.72);
  transition: all 0.2s linear;
}
.modal--property .modal__close:hover {
  background-color: #1d2232;
  border-color: #1d2232;
}
.modal--property .modal__body {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 599.02px) {
  .modal--property {
    width: 100%;
    transform: translateY(0);
  }
  .modal-active .modal--property {
    animation: modal-property-in 0.2s ease-in-out both;
  }
  .modal-closing .modal--property {
    animation: modal-property-out 0.2s ease-in-out both;
  }
  .modal--property .modal__body {
    max-height: calc(100vh - 30px);
  }
  .modal--property .modal__inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 499.02px) {
  .modal__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .modal__inner {
    padding: 20px;
    margin: 0 10px;
    position: relative;
  }
  .modal--property .modal__inner {
    margin: 0;
  }
}
@keyframes modal-scale-in {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes modal-scale-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes modal-property-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modal-property-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.rich-title {
  display: flex;
  margin-bottom: 10px;
}
.rich-title__image {
  margin-right: 14px;
  width: 160px;
  flex-shrink: 0;
}
.rich-title__image img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.rich-title__content .modal__title {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: -6px;
}
.rich-title__content .modal__title small {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #bda57e;
}
@media (max-width: 499.02px) {
  .rich-title__content .modal__title {
    font-size: 24px;
  }
  .rich-title__image {
    width: 70px;
  }
}
@media (max-width: 375.02px) {
  .rich-title__image {
    display: none;
  }
}
.cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.cards--2 .card {
  width: calc(50% - 15px);
}
@media (max-width: 768.02px) {
  .cards--2 .card {
    width: 100%;
  }
}
.card {
  position: relative;
  width: 100%;
  font-size: 14px;
  margin-bottom: 40px;
}
.card__media {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  cursor: pointer;
}
.card__media .siema__images {
  cursor: pointer !important;
}
.card__media img {
  width: 100%;
  margin: 0 auto;
}
.card__video {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.card__video.active {
  visibility: visible;
  opacity: 1;
  z-index: 1 !important;
}
.card__video.vertical iframe {
  transform: translateX(-50%) translateY(-50%) scale(1.2) !important;
}
.modal-active .card__video {
  visibility: hidden;
  opacity: 0;
}
.card__icons {
  position: absolute;
  left: 22px;
  top: 12px;
  display: flex;
  align-items: center;
  z-index: 5;
  width: 100%;
}
.card__icon {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.card__icon > i {
  font-size: 18px;
  margin-right: 6px;
}
.card__icon + .card__icon {
  margin-left: 12px;
}
.card__icon--close {
  position: absolute;
  right: 30px;
  display: none;
}
.card__icon--close.active {
  display: block;
}
.card__content {
  border-radius: 20px 0 20px 20px;
  background-color: #0c0f17;
  padding: 20px 30px;
  position: relative;
  z-index: 5;
  margin-left: 12%;
  margin-top: -9%;
}
.card__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.card__title {
  flex: 1;
  font-size: 24px;
  font-weight: 400;
}
.card__location {
  font-size: 14px;
}
.card__location i {
  color: #bda57e;
  font-size: 12px;
  margin-right: 4px;
}
.card__features {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.card__feature {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.card__feature i {
  font-size: 1.4em;
  margin-right: 8px;
}
.card__feature + .card__feature {
  margin-left: 16px;
}
.card__description {
  margin-bottom: 20px;
  max-height: 52px;
  overflow: hidden;
  color: #cccccc;
  font-size: 15px;
  line-height: 1.2em;
}
.card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__btn {
  line-height: 44px;
  border-color: #cccccc;
}
.card__btn i {
  font-size: 0.7em;
}
.card .price__value {
  font-size: 24px;
  color: #bda57e;
  font-weight: 500;
  margin-bottom: 2px;
  white-space: nowrap;
}
.card .price__sub {
  font-weight: 500;
  color: #b3b3b3;
}
.card .siema__nav {
  bottom: 94px;
  z-index: 5;
}
@media (max-width: 1099.98px) {
  .card__content {
    margin-left: 10%;
    margin-top: -8%;
  }
  .card .siema__nav {
    bottom: 78px;
  }
}
@media (max-width: 599.02px), (min-width: 768.02px) and (max-width: 992.02px) {
  .card__content {
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
    padding: 14px 16px;
  }
  .card__header,
  .card__features,
  .card__description {
    margin-bottom: 14px;
  }
  .card__title {
    font-size: 22px;
  }
  .card__feature {
    font-size: 12px;
  }
  .card__description {
    font-size: 14px;
    line-height: 1em;
    max-height: 42px;
  }
  .card .price__value {
    font-size: 22px;
  }
  .card .siema__nav {
    bottom: 40px;
  }
  .card .siema__nav .next,
  .card .siema__nav .prev {
    width: 40px;
  }
  .card .siema__nav .next:after,
  .card .siema__nav .prev:after {
    font-size: 20px;
  }
  .card .siema .dots > i {
    height: 4px;
    width: 4px;
  }
  .card .siema .dots > i.a {
    height: 5px;
    width: 5px;
  }
}
@media (max-width: 499.02px) {
  .card__media {
    border-radius: 14px;
  }
}
@media (max-width: 375.02px) {
  .card__content {
    zoom: 0.9;
  }
}
@media (max-width: 320.02px) {
  .card__content {
    zoom: 0.8;
  }
}
.header {
  padding-top: 16px;
}
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header__inner {
  display: flex;
  align-items: center;
  margin: 0 -26px;
}
.header__wrap {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 12px;
  border-radius: 60px;
  background-color: transparent;
  transition: background-color 0.2s linear;
}
.header.blur .header__wrap {
  background-color: rgba(12, 15, 23, 0.25);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.header .logo {
  margin-right: 50px;
}
.header .nav {
  margin-left: 24px;
}
.header .nav__link {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 100;
  white-space: nowrap;
}
.header .nav__link + .nav__link {
  margin-left: 32px;
}
.header .nav__link.active {
  color: #bda57e;
}
.header .nav .dropdown {
  font-size: 0.8em;
  font-weight: 100;
  margin-right: 14px;
}
.header .nav .dropdown__value:after {
  font-size: 1.2em;
  opacity: 0;
}
.header .space {
  flex: 1;
}
.header .line {
  display: block;
  width: 1px;
  height: 32px;
  background-color: #fff;
  margin: 0 26px;
  opacity: 0.3;
}
.header .phone {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  margin-right: 26px;
}
.header .phone i {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
}
.header .phone i:before,
.header .phone i:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  animation: waves-around2 2s infinite linear;
}
.header .phone i:after {
  animation: waves-around3 3s infinite linear;
}
.header .btn {
  line-height: 50px;
  font-weight: 100;
  padding: 0 28px;
}
.header .btn > i.icon-arrow {
  font-size: 0.7em;
}
.header .btn.btn-collapse {
  padding: 0;
  height: 52px;
  width: 52px;
  border-radius: 50%;
}
.header .btn.btn-collapse > i {
  font-size: 1em;
}
.header .btn.btn-search {
  margin-left: 20px;
  background-color: transparent;
  color: #fff;
}
.header .btn.btn-search:hover {
  color: #bda57e;
}
.header .btn.btn-search i {
  font-size: 1.4em;
  position: relative;
  top: 2px;
}
@media (max-width: 1499.98px) {
  .header .line {
    margin: 0 16px;
  }
}
@media (max-width: 1199.98px) {
  .header .line,
  .header .nav {
    display: none;
  }
  .header .btn.btn-search {
    margin-left: 0;
  }
  .header .phone i {
    display: none;
  }
}
@media (max-width: 992.02px) {
  .header .logo {
    margin-right: 30px;
  }
  .header .logo__icon {
    font-size: 40px;
  }
  .header .logo__slogan {
    font-size: 13px;
  }
}
@media (max-width: 768.02px) {
  .header .space,
  .header .phone,
  .header .phone + .btn {
    display: none;
  }
  .header .btn.btn-search {
    order: -1;
  }
  .header__wrap {
    justify-content: right;
    padding: 0;
  }
  .header__inner {
    transition: background-color 0.2s linear;
    border-radius: 60px;
    padding: 12px;
    padding-left: 16px;
  }
  .header.blur .header__wrap {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .header.blur .header__inner {
    background-color: rgba(12, 15, 23, 0.25);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
@media (max-width: 499.02px) {
  .header {
    padding-top: 10px;
  }
  .header__inner {
    margin: 0 -6px;
    padding: 10px 12px;
  }
  .header .logo {
    margin: 0 6px;
  }
  .header .logo__icon {
    font-size: 34px;
  }
  .header .logo__icon .icon-luxe-home {
    line-height: 14px;
  }
  .header .logo__slogan {
    font-size: 12px;
    margin-left: 14px;
  }
}
@media (max-width: 375.02px) {
  .header .logo__icon {
    font-size: 28px;
  }
  .header .logo__slogan {
    font-size: 11px;
    margin-left: 10px;
  }
}
.logo {
  display: flex;
  align-items: center;
}
.logo__icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 48px;
}
.logo__icon .icon-luxe-home {
  font-size: 1.6em;
  line-height: 20px;
}
.logo__slogan {
  font-size: 15px;
  font-weight: 100;
  margin-left: 24px;
  white-space: nowrap;
}
.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.dropdown__value {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 10px 0;
  transition: color 0.2s linear;
}
.dropdown__value > i {
  margin-right: 5px;
}
.dropdown__value::after {
  transition: all 0.2s linear;
  content: "\e915";
  font-family: 'icomoon' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-left: 6px;
}
.dropdown__options {
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 100%;
  transition: all 0.2s ease-in-out;
  background: #1d2232;
  border-radius: 8px;
  overflow: hidden;
  z-index: 100;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
}
.dropdown__option {
  display: block;
  padding: 10px 14px;
  white-space: nowrap;
}
.dropdown__option:first-child {
  padding-top: 12px;
}
.dropdown__option:last-child {
  padding-bottom: 12px;
}
.dropdown__option:hover {
  background-color: #121520;
  color: #bda57e;
}
.dropdown__option:hover > a {
  color: #bda57e;
}
.dropdown__option.ident {
  padding-left: 28px;
}
.dropdown:hover .dropdown__value {
  color: #bda57e;
}
.dropdown.active .dropdown__value {
  color: #bda57e;
}
.dropdown.active .dropdown__value:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown.active .dropdown__options {
  visibility: visible;
  opacity: 1;
}
.footer {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__side {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 50px 20px 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
}
.footer__logo {
  margin-bottom: 40px;
}
.footer__logo .logo {
  flex-direction: column;
}
.footer__logo .logo__icon {
  font-size: 68px;
  margin-bottom: 20px;
}
.footer__logo .logo__slogan {
  margin: 0 auto;
  color: #686f7a;
}
.footer__social {
  margin-bottom: 40px;
}
.footer__crt {
  flex: 1;
  margin-bottom: 80px;
}
.footer__copyright {
  color: #686f7a;
}
.footer__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.footer__blocks {
  flex: 1;
  padding: 40px 80px;
}
.footer__blocks .block__title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 34px;
}
.footer__blocks .block__links {
  display: flex;
  flex-wrap: wrap;
}
.footer__blocks .block__links .links {
  width: 50%;
  margin-bottom: 40px;
  padding-right: 14px;
}
.footer__blocks .block__links .links__title {
  color: #bda57e;
  margin-bottom: 20px;
  font-weight: 400;
}
.footer__blocks .block__links .links__item {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 80px;
  min-height: 90px;
  display: flex;
  align-items: center;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.footer__link {
  color: #686f7a;
  width: 25%;
  margin: 8px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.footer__contacts .contacts__title {
  color: #686f7a;
  font-weight: 400;
}
.footer__contacts .contacts__phone {
  font-size: 20px;
  font-weight: 400;
  color: #bda57e;
  margin-bottom: 4px;
  display: block;
}
.footer__contacts .contacts__address {
  font-size: 12px;
  line-height: 1.8em;
  text-transform: uppercase;
}
.footer .action {
  background: none;
  border: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.footer .action__text {
  color: #686f7a;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}
.footer .action .form__input input {
  background-color: #121520;
  border: none;
  border-radius: 30px;
}
@media (max-width: 1279.98px) {
  .footer__side {
    max-width: 360px;
  }
}
@media (max-width: 1099.98px) {
  .footer__blocks .blocks {
    flex-direction: column;
    gap: 0;
  }
  .footer__blocks .blocks .block--action {
    margin-top: 20px;
  }
}
@media (max-width: 992.02px) {
  .footer__side {
    max-width: 330px;
    padding: 40px 20px 30px;
  }
  .footer__blocks {
    padding: 40px 60px;
  }
  .footer__link {
    width: 33%;
  }
}
@media (max-width: 768.02px) {
  .footer {
    flex-direction: column;
  }
  .footer__side {
    max-width: none;
    order: 1;
  }
  .footer__bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 46px;
  }
  .footer__link {
    width: 50%;
  }
  .footer__blocks {
    padding: 30px 46px;
  }
  .footer .blocks .block--action {
    max-width: none;
  }
}
@media (max-width: 375.02px) {
  .footer__blocks {
    padding: 24px 38px;
  }
  .footer__bottom {
    padding: 24px 38px;
  }
}
.social-icons .btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  height: 56px;
  width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-icons .btn > i {
  font-size: 16px;
  color: #bda57e;
}
.social-icons .btn:hover {
  border-color: #bda57e;
}
.social-icons .btn + .btn {
  margin-left: 6px;
}
.crumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.crumbs li {
  line-height: 15px;
  color: #cebda0;
}
.crumbs li > a {
  color: #fff;
}
.crumbs li > a:hover {
  color: #cebda0;
}
.crumbs li + li:before {
  font-family: 'icomoon';
  content: '\e913';
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  position: relative;
  bottom: 2px;
  font-size: 8px;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.crumbs li + li:last-child:before {
  color: #cebda0;
}
.fr {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 70%;
}
.fr > .frc,
.fr > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
}
.fr--100 {
  padding-bottom: 100%;
}
.fr--vdo {
  padding-bottom: 56.2%;
}
.siema {
  width: 100%;
  height: 100%;
  position: relative;
}
.siema__nav {
  position: absolute;
  top: calc(50% - 20px);
  height: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
}
.siema:hover .siema__nav {
  visibility: visible;
  opacity: 1;
}
.siema__nav .next,
.siema__nav .prev {
  color: rgba(12, 15, 23, 0.7);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 4px;
}
.siema__nav .next:after,
.siema__nav .prev:after {
  font-family: 'icomoon' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 900;
}
.siema__nav .next:hover,
.siema__nav .prev:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.siema__nav .next:after {
  content: "\e902";
}
.siema__nav .dots {
  display: none;
  gap: 12px;
  height: 50px;
  align-items: center;
}
.siema__nav .dots > i {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.2s linear;
}
.siema__nav .dots > i.a {
  background-color: #ac8d5c;
  height: 7px;
  width: 7px;
}
@media (max-width: 599.02px) {
  .siema__nav {
    visibility: visible;
    opacity: 1;
    zoom: 1.2;
  }
}
.side-active {
  overflow: hidden;
  margin-right: 8px;
}
.side-active .header--fixed {
  padding-right: 8px;
}
.side-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(12, 15, 23, 0.6);
}
@media (max-width: 768.02px) {
  .side-active {
    margin-right: 0;
  }
  .side-active .header--fixed {
    padding-right: 0;
  }
}
.side-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.side-container .side {
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.side-active .side-container {
  visibility: visible;
  opacity: 1;
}
.side-active .side-container .side {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 768.02px) {
  .side-container .side--menu {
    align-self: end;
    margin: 20px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.side {
  position: relative;
  background-color: #0c0f17;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 80vh;
  max-height: 100vh;
  margin-left: 20px;
  font-size: 14px;
  overflow-y: hidden;
}
.side__inner {
  padding: 30px 54px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.side__inner::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.side__inner::-webkit-scrollbar-thumb {
  background-color: rgba(189, 165, 126, 0.6);
}
.side__header {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side__header .logo {
  zoom: 0.8;
  color: #686f7a;
}
.side__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #686f7a;
}
.side__close .btn {
  margin-left: 16px;
  height: 52px;
  width: 52px;
  color: #cccccc;
}
.side__content {
  flex: 1;
}
.side .nav__link {
  display: block;
  text-transform: uppercase;
  padding: 14px 0;
}
.side .nav__link.active {
  color: #bda57e;
}
.side .form__control {
  margin-bottom: 0;
}
.side .form__control label {
  display: block;
  font-size: 12px;
  color: #686f7a;
  margin-bottom: 0;
}
.side__footer .contacts__title {
  color: #686f7a;
  font-weight: 400;
  font-size: 16px;
}
.side__footer .contacts__phone {
  font-size: 20px;
  font-weight: 400;
  color: #bda57e;
  margin-bottom: 4px;
  display: block;
}
.side__footer .contacts__address {
  font-size: 12px;
  line-height: 1.8em;
  text-transform: uppercase;
}
.side--menu {
  min-width: 360px;
}
@media (max-width: 768.02px) {
  .side {
    height: 100vh;
  }
}
@media (max-width: 499.02px) {
  .side--menu {
    min-width: 320px;
  }
}
@media (max-width: 320.02px) {
  .side--menu {
    min-width: auto;
  }
}
.property__content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 40px 40px;
}
.property__info {
  flex: 1;
  min-width: 0;
}
.property__action {
  position: sticky;
  top: 30px;
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
}
.property__title {
  font-size: 44px;
  margin: 0 0 8px;
}
.property__subtitle {
  font-size: 28px;
  margin: 0 0 16px;
}
.property__label {
  color: #bda57e;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.property__location {
  color: #cccccc;
  margin-bottom: 26px;
}
.property__location i {
  color: #bda57e;
  margin-right: 6px;
  font-size: 12px;
}
.property__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.property__tags span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 9px 14px;
  color: #cccccc;
  font-size: 13px;
  text-transform: uppercase;
}
.property hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 24px;
  margin-bottom: 24px;
}
.property__description {
  color: #cccccc;
  line-height: 1.5em;
}
.property__price {
  margin-top: 25px;
  margin-bottom: 26px;
}
.property .gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.property .gallery__image {
  position: relative;
}
.property .gallery__image--main {
  grid-row: span 2;
}
.property .gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property .gallery__more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background 0.1s linear;
}
.property .gallery__more span {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.property .gallery__more:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.property .summary {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
}
.property .summary__item {
  min-width: 86px;
}
.property .summary__item strong {
  display: block;
  font-size: 32px;
  line-height: 1em;
  font-weight: 100;
}
.property .summary__item span {
  color: #cccccc;
  font-size: 14px;
}
.property .facilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.property .facilities .facility {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #121520;
  color: #cccccc;
}
.property .facilities .facility i {
  color: #bda57e;
  font-size: 18px;
  margin-right: 10px;
}
.property .action__inner {
  padding: 24px 36px;
}
.property .action__title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 300;
}
.property .action__title span {
  color: #686f7a;
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
}
.property .price__title {
  color: #cccccc;
  font-weight: 400;
}
.property .price__value {
  color: #bda57e;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media (max-width: 992.02px) {
  .property__title {
    font-size: 38px;
  }
  .property__action {
    max-width: 360px;
  }
  .property .price__value {
    font-size: 38px;
  }
  .property .summary__item {
    min-width: 50px;
  }
  .property .action__inner {
    padding: 24px 26px;
  }
}
@media (max-width: 868.02px) {
  .property__content {
    flex-direction: column;
    gap: 0;
  }
  .property__action {
    max-width: 100%;
  }
  .property .summary__item {
    min-width: 86px;
  }
}
@media (max-width: 768.02px) {
  .property .gallery {
    grid-template-columns: 3.1fr 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .property .gallery__image--main {
    grid-row: span 3;
  }
  .property .gallery__image:has(.gallery__more) {
    display: none;
  }
}
@media (max-width: 599.02px) {
  .property .summary__item {
    min-width: 60px;
  }
}
@media (max-width: 499.02px) {
  .property__content {
    padding: 24px;
  }
  .property .gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }
  .property .gallery__image--main {
    grid-column: span 4;
  }
  .property .gallery__image:has(.gallery__more) {
    display: block;
  }
  .property .gallery__more span {
    font-size: 14px;
  }
}
.intro {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 760px;
  max-height: 960px;
  position: relative;
  margin-bottom: 40px;
}
.intro__inner {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.intro__bottom {
  position: relative;
  z-index: 1;
  display: flex;
}
.intro__up .up-title {
  font-size: 12px;
  text-transform: uppercase;
}
.intro__title span.nowrap {
  white-space: nowrap;
}
.intro__title span.blink {
  margin-left: 32%;
}
.intro__sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro__sub .sub-title {
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
}
.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/intro-bg.webp") no-repeat center;
  background-size: cover;
  opacity: 0.25;
  image-rendering: pixelated;
}
.intro__bg .video-bg {
  position: absolute;
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.intro__bg .video-bg--hidden {
  visibility: hidden;
  opacity: 0;
}
.intro .highlights {
  display: flex;
  margin-bottom: 40px;
}
.intro .highlight {
  display: flex;
  flex-direction: column;
}
.intro .highlight__value {
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: 400;
}
.intro .highlight__text {
  font-size: 1.2em;
}
.intro .highlight + .highlight {
  margin-left: 60px;
}
@media (max-width: 1199.98px) {
  .intro__title span.blink {
    margin-left: 0;
  }
}
@media (max-width: 992.02px) {
  .intro__action {
    zoom: 0.9;
    display: flex;
  }
  .lang--th .intro__action {
    zoom: 1;
  }
  .intro__title {
    margin: 80px 0;
  }
}
@media (max-width: 768.02px) {
  .intro {
    min-height: 650px;
  }
  .intro__title {
    margin: 60px 0;
  }
  .intro__sub .sub-title {
    display: none;
  }
  .intro .highlight__value {
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .intro .highlight__text {
    font-size: 1em;
  }
}
@media (max-width: 599.02px) {
  .intro__title {
    white-space: normal;
  }
}
@media (max-width: 499.02px) {
  .intro {
    height: calc(100vh - 80px);
  }
  .intro .highlight + .highlight {
    margin-left: 20px;
  }
}
@media (max-width: 375.02px) {
  .intro__action {
    zoom: 0.75;
  }
  .lang--th .intro__action {
    zoom: 0.85;
  }
}
@media (max-width: 320.02px) {
  .intro__action {
    zoom: 0.75;
  }
  .intro .btn {
    width: 100%;
    margin: 0 0 12px;
  }
}
.steps {
  margin: 20px 0;
  padding-right: 80px;
}
.steps .step {
  display: flex;
  align-items: start;
  margin-bottom: 14px;
}
.steps .step__number {
  font-size: 30px;
  color: #bda57e;
  text-align: center;
  min-width: 140px;
  font-weight: 400;
}
.steps .step__title {
  font-size: 30px;
  margin-bottom: 20px;
}
.steps .step__description {
  margin-bottom: 32px;
  color: #cccccc;
}
.steps .step hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 14px 0;
}
@media (max-width: 1499.98px) {
  .steps {
    padding-right: 40px;
  }
}
@media (max-width: 1099.98px) {
  .steps .step__number {
    text-align: left;
    min-width: 80px;
  }
}
@media (max-width: 992.02px) {
  .steps {
    padding-right: 0;
  }
}
@media (max-width: 499.02px) {
  .steps .step__title {
    font-size: 26px;
  }
  .steps .step__number {
    font-size: 26px;
    min-width: 60px;
  }
}
.keys-bg {
  background: url("../img/keys-bg.png") no-repeat center;
  background-size: contain;
  opacity: 0.4;
  position: absolute;
  bottom: -180px;
  left: 0;
  width: 100%;
  height: 240px;
}
#reasons.section .section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/reasons-bg.png") no-repeat top center;
  background-size: auto;
  top: -40px;
  /* Square mask using linear gradients from all sides */
  -webkit-mask-image: linear-gradient(to top, transparent, #0c0f17 20%), linear-gradient(to bottom, transparent, #0c0f17 20%), linear-gradient(to left, transparent, #0c0f17 20%), linear-gradient(to right, transparent, #0c0f17 20%);
  -webkit-mask-composite: destination-in;
  /* For Firefox */
  mask-image: linear-gradient(to top, transparent, #0c0f17 20%), linear-gradient(to bottom, transparent, #0c0f17 20%), linear-gradient(to left, transparent, #0c0f17 40%), linear-gradient(to right, transparent, #0c0f17 40%);
  mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.reasons {
  position: relative;
  display: flex;
  align-items: start;
  gap: 30px;
}
.reasons .reason {
  padding: 26px 20px;
  background-color: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
  flex: 1;
}
.reasons .reason__title {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 16px;
}
.reasons .reason__content {
  margin-bottom: 30px;
  line-height: 1.6em;
}
.reasons .reason__icon {
  color: #bda57e;
}
.reasons .reason--2 {
  margin-top: 10%;
}
.reasons .reason--3 {
  margin-top: 20%;
}
.reasons .reason--4 {
  margin-top: 30%;
}
@media (max-width: 1279.98px) {
  .reasons {
    gap: 12px;
  }
}
@media (max-width: 992.02px) {
  .reasons {
    flex-wrap: wrap;
    gap: 20px;
  }
  .reasons .reason {
    flex: none;
    width: calc(50% - 10px);
  }
  .reasons .reason--2,
  .reasons .reason--3,
  .reasons .reason--4 {
    margin-top: 0;
  }
}
@media (max-width: 599.02px) {
  .reasons .reason {
    width: 100%;
  }
  .reasons .reason__title {
    font-size: 20px;
  }
}
.support-options {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media (max-width: 992.02px) {
  .support-options {
    flex-wrap: wrap;
  }
}
.support-option {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 40px 40px;
}
.support-option__icon {
  width: 100px;
  margin-bottom: 60px;
}
.support-option__icon img {
  width: 100%;
}
.support-option__title {
  font-size: 24px;
  margin-bottom: 16px;
}
.support-option__text {
  font-size: 15px;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 40px;
}
.support-option__more {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
}
.support-option__more > i {
  color: #bda57e;
  font-size: 8px;
  margin-left: 20px;
}
@media (max-width: 992.02px) {
  .support-option {
    width: calc(50% - 10px);
  }
  .support-option:last-child {
    width: 100%;
  }
}
@media (max-width: 768.02px) {
  .support-option {
    width: 100%;
  }
}
@media (max-width: 599.02px) {
  .support-option {
    padding: 34px;
  }
  .support-option__icon {
    margin-bottom: 30px;
  }
}
@media (max-width: 499.02px) {
  .support-option__icon {
    width: 70px;
  }
}
.partners {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 46px 64px;
}
.partners__inner {
  display: flex;
  align-items: center;
}
.partners__title {
  width: 20%;
  flex-shrink: 0;
  font-size: 32px;
  line-height: 1.1em;
}
.partners__cards {
  display: flex;
  align-items: center;
}
.partners__cards .partner {
  flex: 1;
  opacity: 0.4;
}
.partners__cards .partner img {
  width: 100%;
}
@media (max-width: 1279.98px) {
  .partners__title {
    width: 200px;
  }
  .partners__cards {
    flex-wrap: wrap;
  }
  .partners__cards .partner {
    flex: none;
    width: 25%;
  }
}
@media (max-width: 992.02px) {
  .partners__title {
    width: 100%;
  }
  .partners__inner {
    flex-direction: column;
    align-items: start;
  }
  .partners__title {
    margin-bottom: 20px;
  }
  .partners__title span br {
    display: none;
  }
}
@media (max-width: 768.02px) {
  .partners {
    padding: 34px;
  }
  .partners__cards .partner {
    width: 33.33%;
  }
}
.question {
  background-color: #121520;
  border-radius: 20px;
}
.question__title {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 40px;
  cursor: pointer;
}
.question__title > i {
  font-size: 0.55em;
  color: #bda57e;
  transition: transform 0.3s ease;
  margin-left: 6px;
}
.question__title.active > i {
  transform: rotate(90deg);
}
.question__title.active + .question__answer {
  display: block;
}
.question__answer {
  color: #cccccc;
  padding: 0 40px 30px;
  display: none;
}
.question + .question {
  margin-top: 26px;
}
@media (max-width: 768.02px) {
  .question__title {
    font-size: 22px;
  }
}
@media (max-width: 499.02px) {
  .question__title {
    padding: 20px 20px;
  }
  .question__answer {
    padding: 0 20px 26px;
  }
  .question + .question {
    margin-top: 16px;
  }
}
.question-form {
  position: sticky;
  top: 120px;
}
.question-form__text {
  color: #cccccc;
}
.reviews {
  width: 100%;
  position: relative;
}
.reviews__inner {
  min-width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
.reviews__nav {
  position: absolute;
  top: calc(50% - 20px);
  height: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.reviews__nav .next,
.reviews__nav .prev {
  color: rgba(255, 255, 255, 0.6);
  background: #0c0f17;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: background 0.2s linear;
  width: 40px;
  height: 40px;
  position: relative;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 20px;
  margin: 0 -20px;
}
.reviews__nav .next:after,
.reviews__nav .prev:after {
  font-family: 'icomoon' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: block;
  width: 100%;
  font-size: 1.2em;
  font-weight: 900;
  position: relative;
}
.reviews__nav .next:hover,
.reviews__nav .prev:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.reviews__nav .prev:after {
  content: "\e901";
}
@media (max-width: 499.02px) {
  .reviews__inner {
    min-width: 100%;
    margin: auto;
  }
  .reviews__nav .next,
  .reviews__nav .prev {
    margin: 0 -10px;
  }
}
.review {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 28px 28px;
  width: calc(100% - 20px);
  margin: 0 auto;
  min-height: 354px;
}
.review__header {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.review__name {
  font-size: 24px;
}
.review__img {
  width: 80px;
  height: 80px;
  border: 1px solid #bda57e;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
}
.review__img img {
  width: 100%;
}
.review__content {
  color: #cccccc;
}
.rating {
  display: flex;
  margin: 6px 0;
}
.rating__stars {
  display: inline-block;
  font: normal normal normal 16px / 1 'icomoon';
  color: #cccccc;
  position: relative;
  margin-right: 12px;
}
.rating__stars span {
  color: #bda57e;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.rating__stars:before,
.rating__stars span:before {
  content: "\e90e  \e90e  \e90e  \e90e  \e90e";
  display: block;
}
.help {
  display: flex;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.help__content {
  flex: 1;
  padding: 20px 80px 60px;
}
.help__header {
  display: flex;
  align-items: center;
}
.help__title {
  flex: 2;
  margin-bottom: 10px;
  line-height: 1em;
}
.help__subtitle {
  margin-left: 78px;
  color: #bda57e;
  flex: 1;
}
.help__text {
  color: #cccccc;
  margin-top: 0;
  margin-bottom: 100px;
}
.help__form .form__control {
  margin-bottom: 18px;
}
.help__form .form__input input {
  border-radius: 0;
  padding-left: 0;
  font-size: 16px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.help__form .form__input input.error {
  border-color: #ff514d;
}
.help__form .form__input .error-msg {
  left: 0;
}
.help__bottom {
  font-size: 14px;
}
.help__phone {
  width: 33%;
  min-width: 340px;
  padding-top: 40px;
  padding-right: 60px;
  height: 520px;
}
.help .phone {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 340px;
  margin: 0 auto;
}
.help .phone__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.help .phone__dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20% 6%;
}
@media (min-width: 1200px) {
  .help__title {
    font-size: 3vw;
  }
}
@media (max-width: 1199.98px) {
  .help__content {
    padding: 10px 60px 40px;
  }
  .help__phone {
    display: none;
  }
}
@media (max-width: 992.02px) {
  .help__form .form__control:last-child {
    flex: none;
  }
  .help__text {
    margin-bottom: 60px;
  }
}
@media (max-width: 768.02px) {
  .help__form.form--inline {
    flex-direction: column;
    align-items: normal;
  }
  .help__form.form--inline .form__control {
    margin-left: 0;
  }
  .help__text {
    margin-bottom: 40px;
  }
  .help__subtitle {
    display: none;
  }
  .help__content {
    padding: 10px 40px 40px;
  }
}
@media (max-width: 499.02px) {
  .help__content {
    padding: 0 30px 30px;
  }
}
/*CHATIK*/
.chatik {
  position: fixed;
  z-index: 99;
  bottom: 25px;
  right: 25px;
}
.chatik__content {
  display: none;
}
.chatik a {
  text-decoration: none !important;
}
@media (max-width: 599.02px) {
  .chatik {
    bottom: 16px;
    right: 16px;
  }
}
.ch-btn {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 0;
  color: #fff;
  border: none;
  outline: none;
  background: rgba(12, 15, 23, 0.56);
  text-decoration: none !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.ch-btn:hover,
.ch-btn:focus {
  color: #fff;
}
.ch-btn > i {
  position: relative;
  z-index: 1;
}
.ch-btn__title {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  position: absolute;
  text-align: center;
  font-size: 17px;
  left: 0;
  top: 50%;
  transform: translate(calc(-100% - 13px), -50%);
  white-space: nowrap;
  padding: 5px 15px;
  line-height: 21px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)), rgba(12, 15, 23, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  font-weight: 100;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.ch-btn__title:before,
.ch-btn__title:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 0;
  width: 0;
  transform: translateY(-50%);
  border-style: solid;
}
.ch-btn__title:before {
  right: -11px;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.16);
  filter: drop-shadow(2px 0 4px rgba(0, 0, 0, 0.16));
}
.ch-btn__title:after {
  right: -9px;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent rgba(12, 15, 23, 0.72);
}
.ch-btn:before {
  content: none;
}
.ch-btn.color--primary {
  background: rgba(189, 165, 126, 0.68);
  box-shadow: inset 0 0 0 1px rgba(206, 189, 160, 0.46);
}
.ch-btn.color--fbmes {
  background: rgba(30, 136, 229, 0.62);
  box-shadow: inset 0 0 0 1px rgba(74, 163, 236, 0.5);
}
.ch-btn.color--skype {
  background: rgba(3, 169, 244, 0.62);
  box-shadow: inset 0 0 0 1px rgba(74, 194, 247, 0.5);
}
.ch-btn.color--email {
  background: rgba(255, 72, 95, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 120, 137, 0.5);
}
.ch-btn.color--wechat {
  background: rgba(69, 220, 0, 0.58);
  box-shadow: inset 0 0 0 1px rgba(112, 232, 64, 0.48);
}
.ch-btn.color--line {
  background: rgba(56, 185, 0, 0.58);
  box-shadow: inset 0 0 0 1px rgba(96, 206, 55, 0.48);
}
.ch-btn.color--insta {
  background: rgba(151, 55, 189, 0.62);
  box-shadow: inset 0 0 0 1px rgba(179, 99, 211, 0.5);
}
.ch-btn.color--sms {
  background: rgba(255, 84, 156, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 132, 183, 0.5);
}
.ch-btn.color--whatsapp {
  background: rgba(86, 242, 129, 0.66);
  box-shadow: inset 0 0 0 1px rgba(143, 247, 169, 0.54);
}
.ch-btn.color--phone {
  background: rgba(160, 192, 206, 0.86);
  box-shadow: inset 0 0 0 1px rgba(190, 214, 224, 0.64);
}
.ch-btn.color--vk {
  background: rgba(99, 131, 168, 0.62);
  box-shadow: inset 0 0 0 1px rgba(136, 161, 190, 0.5);
}
.ch-btn.color--telegram {
  background: rgba(0, 136, 204, 0.62);
  box-shadow: inset 0 0 0 1px rgba(51, 160, 214, 0.5);
}
.ch-btn.color--viber {
  background: rgba(123, 81, 157, 0.62);
  box-shadow: inset 0 0 0 1px rgba(153, 118, 181, 0.5);
}
a.ch-btn {
  line-height: 60px;
  padding-top: 2px;
}
/*end colors*/
.welcome:not(.active) .ch-btn--chat .ch-btn__title,
.ch-btn:hover .ch-btn__title {
  opacity: 1;
  visibility: visible;
}
.chatik__trigger {
  position: relative;
}
.chatik__trigger .ch-btn i {
  display: block;
  transition: transform 0.4s;
}
.ch-btn--close {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  font-size: 24px;
}
.chatik.active .ch-btn--close {
  visibility: visible;
  opacity: 1;
}
.ch-btn--chat i {
  transform: rotate(0deg);
  font-size: 22px;
}
.ch-btn--close i {
  transform: rotate(-180deg);
}
.chatik.active .ch-btn--chat i {
  transform: rotate(180deg);
}
.chatik.active .ch-btn--close i {
  transform: rotate(0deg);
}
.chatik.active .chatik__content {
  display: block;
}
/*END CHATIK*/
.mb-40 {
  margin-bottom: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.p-4 {
  padding: 40px 0;
}
.full-width {
  width: 100%;
}
[ng-cloak],
[data-ng-cloak],
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
.text-primary {
  color: #bda57e;
}
.show-xs {
  display: none;
}
.hide {
  display: none;
}
/*# sourceMappingURL=style.css.map */