@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  font-family: 'Inter', sans-serif;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
}
ul {
  padding: 0px;
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
}
input,
button,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  font-family: 'Inter', sans-serif;
}

.center {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
/* COOKIE */
.cookie {
  width: 100%;
  height: auto;
  float: left;
  padding: 6px 0;
  background-color: #b7a465e3;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000005;
  display: none;
}
.cookie__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.cookie__item:nth-child(1) {
  width: 70%;
  height: auto;
}
.cookie__item:nth-child(2) {
  width: 140px;
  height: auto;
}
.cookie__item p {
  width: 100%;
  height: auto;
  float: left;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.cookie__item p > a {
  text-decoration: underline;
  color: #fff;
}
.cookie__item span {
  width: 100%;
  height: 37px;
  float: left;
  color: #b4a263;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
/* COOKIE */

/* HEADER */
header {
  width: 100%;
  height: auto;
  float: left;
  padding: 25px 0;
  background-color: #ffffff;
}
.header__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.header__item {
  width: fit-content;
  height: auto;
}
.header__item-logo {
  width: fit-content;
  height: auto;
  float: left;
}
.header__item-logo img {
  width: 225px;
  height: auto;
  float: left;
}
.header__item-description {
  width: fit-content;
  height: auto;
  float: left;
  color: #1b1b1b;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.header__item-description h1 {
  font-size: 15px;
  font-style: normal;
}
.header__item-description a {
  width: fit-content;
  height: auto;
  float: left;
  color: #b7a465;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  margin: 2px 0 0 0;
  position: relative;
  padding: 0 0 0 16px;
}
.header__item-description a::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 15px;
  left: 0;
  top: 2px;
  background-image: url('../images/icon/location.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__item-phone {
  width: fit-content;
  height: 40px;
  float: left;
  position: relative;
  padding: 0 0 0 50px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}
.header__item-phone::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 5px;
  background-color: #b7a465;
  background-image: url('../images/icon/phone.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.header__item-phone a {
  width: fit-content;
  height: auto;
  float: left;
  color: #1b1b1b;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: 0.4s;
}
.header__item-phone a:hover {
  color: #b7a465;
  transition: 0.4s;
}
.header__item__buttons {
  width: fit-content;
  height: auto;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.header__item__buttons-call {
  width: fit-content;
  height: auto;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: #b7a465;
  padding: 15px 27px 14px;
  cursor: pointer;
  text-transform: uppercase;
}
.header__item__buttons__dropdown {
  width: fit-content;
  height: auto;
  float: right;
  border-radius: 5px;
  border: 1px solid #b7a465;
  background: #fff;
  margin: 0 0 0 9px;
  padding: 13px 25px 13px 12px;
  position: relative;
  cursor: pointer;
}
.header__item__buttons__dropdown span {
  color: #b7a465;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.header__item__buttons__dropdown span::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #b7a465;
  right: 10px;
  top: 20px;
}
.header__item__buttons__dropdown.active span::before {
  transform: rotate(180deg);
}
.header__item__buttons__dropdown.active {
  border-radius: 5px 5px 0 0;
}
.header__item__buttons__dropdown ul {
  position: absolute;
  width: 100%;
  height: 0px;
  border-radius: 0 0 5px 5px;
  left: -1px;
  top: 48px;
  background-color: #fff;
  border: 1px solid #b7a46500;
  overflow: hidden;
  transition: 0.2s;
}
.header__item__buttons__dropdown.active ul {
  height: 61px;
  transition: 0.1s;
  border: 1px solid #b7a465;
  top: 46px;
}
.header__item__buttons__dropdown ul > li {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #b7a4655c;
}
.header__item__buttons__dropdown ul > li:last-child {
  border-bottom: unset;
}
.header__item__buttons__dropdown ul > li > a {
  width: 100%;
  height: 30px;
  padding: 0 22px 0 14px;
  float: left;
  color: #b7a465;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  display: flex;
  align-content: center;
  align-items: center;
  transition: 0.1s;
  text-transform: uppercase;
}
.header__item__buttons__dropdown ul > li > a:hover {
  background-color: #b7a465;
  color: #fff;
  transition: 0.1s;
}
.header__item__buttons-bar {
  width: 40px;
  height: 40px;
  background-color: #b7a465;
  margin: 0 0 0 10px;
  display: none;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.header__item__buttons-bar i {
  color: #fff;
  font-size: 22px;
}
/* HEADER */

/* NAVIGATION */
.navigation {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0;
  background-color: #b7a465;
}
.navigation ul {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.navigation ul > li {
  width: fit-content;
  height: auto;
}
.navigation ul > li > a {
  width: fit-content;
  height: auto;
  float: left;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
/* NAVIGATION */

/* MAIN */
.main {
  width: 100%;
  height: auto;
  float: left;
  padding: 160px 0 190px;
  background-color: #ffffff;
  position: relative;
}
.main::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(27, 27, 27, 0.6);
  z-index: 1;
}
.main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.main__row {
  width: 100%;
  height: auto;
  float: left;
}
.main__item {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main__item-title {
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 37px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: relative;
  z-index: 1005;
}
.main__item-title br {
  display: block;
}
.main__item-title .br-mob {
  display: none;
}
.main__item-description {
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 28px 0 0 0;
  position: relative;
  z-index: 1005;
}
.main__item__buttons {
  width: fit-content;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 41px auto 0;
  position: relative;
  z-index: 1005;
}
.main__item__buttons a {
  width: 265px;
  height: 53px;
  border-radius: 5px;
  margin: 0 12px;
  padding: 8px 0 9px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-transform: uppercase;
}
.main__item-more {
  color: #b7a465;
  border: 1px solid #b7a465;
  background: #fff;
}
.main__item-call {
  color: #fff;
  border: 1px solid #fff;
  background: #b7a465;
}
.main video,
.main-mobile {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  object-fit: cover;
}
.main-mobile {
  display: none;
}
/* MAIN */

/* ADVANTAGES */
.advantages {
  width: 100%;
  height: auto;
  float: left;
  margin: -59px 0 0;
  position: relative;
  z-index: 1005;
}
.advantages__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages__item {
  width: calc(20% - 16.8px);
  height: auto;
  float: left;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(27, 27, 27, 0.1);
  padding: 15px 20px;
  box-sizing: border-box;
}
.advantages__item img {
  width: 31.1px;
  height: 41.57px;
  float: left;
  object-fit: contain;
  object-position: center;
}
.advantages__item p {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 7px 0 0 0;
}
/* ADVANTAGES */

/* COMMAND */
.command {
  width: 100%;
  height: auto;
  float: left;
  padding: 78px 0 0 0;
}
.command__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.command__item:nth-child(1) {
  width: 30%;
  height: auto;
}
.command__item:nth-child(2) {
  width: calc(70% - 30px);
  height: auto;
}
.command__item-poster {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.command__item span {
  width: 100%;
  height: auto;
  float: left;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.command__item p {
  width: 100%;
  height: auto;
  float: left;
  color: #b7a465;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin: 22px 0 0 0;
}
/* COMMAND */

/* HOUSES */
.houses {
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0 78px 0;
}
.houses-title {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.houses__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.houses__item {
  width: calc(50% - 21px);
  height: auto;
  margin: 54px 0 0 0;
  border-radius: 10px;
  border: 1px solid #b7a465;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(27, 27, 27, 0.1);
  padding: 22px;
  box-sizing: border-box;
  position: relative;
}
.houses__item-poster {
  width: 100%;
  height: 251px;
  float: left;
  object-fit: cover;
  object-position: center;
}
.houses__item-size {
  width: fit-content;
  height: auto;
  color: #b7a465;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 14px 14px 45px;
  position: absolute;
  right: 22px;
  top: 22px;
  background-color: #fff;
}
.houses__item-size::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 12px;
  width: 20px;
  height: 20px;
  background-image: url('../images/icon/size.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.houses__item-size sup {
  font-size: 11px;
  position: absolute;
  top: 10px;
}
.houses__item-title {
  width: fit-content;
  height: auto;
  float: left;
  color: #b7a465;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border-radius: 5px;
  background: #fff;
  padding: 11px 30px 9px;
  margin: -15px 0 0 18px;
}
.houses__item__parametrs {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.houses__item__parametrs p {
  width: 33%;
  height: 35px;
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 17px 0 0 0;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  padding: 0 0 0 45px;
  box-sizing: border-box;
  align-items: center;
}
.houses__item__parametrs p::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
  border-radius: 5px;
  background-color: #b7a465;
}
.houses__item__parametrs p:nth-child(1)::before {
  background-image: url('../images/icon/h1.svg');
}
.houses__item__parametrs p:nth-child(2)::before {
  background-image: url('../images/icon/h3.svg');
}
.houses__item__parametrs p:nth-child(3)::before {
  background-image: url('../images/icon/h9.svg');
}
.houses__item__parametrs p:nth-child(4)::before {
  background-image: url('../images/icon/h7.svg');
}
.houses__item__parametrs p:nth-child(5)::before {
  background-image: url('../images/icon/h2.svg');
}
.houses__item__parametrs p:nth-child(6)::before {
  background-image: url('../images/icon/h4.svg');
}
.houses__item__parametrs p:nth-child(7)::before {
  background-image: url('../images/icon/h6.svg');
}
.houses__item__parametrs p:nth-child(8)::before {
  background-image: url('../images/icon/h8.svg');
}
.houses__item__parametrs p:last-child {
  opacity: 0;
}
.houses__item__bottom {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0 0;
  align-content: center;
  align-items: center;
}
.houses__item__bottom-price {
  width: fit-content;
  height: auto;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 35px;
  position: relative;
  font-weight: 600;
}
.houses__item__bottom-price::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 27px;
  height: 27px;
  background-image: url('../images/icon/price.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.houses__item__bottom-price b {
  font-weight: 700;
}
.houses__item_bottom-button {
  width: fit-content;
  height: auto;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #b7a465;
  padding: 16px 56px;
  text-transform: uppercase;
}
/* HOUSES */

/* AD BANNER */
.adBanner {
  width: 100%;
  height: auto;
  float: left;
  padding: 132px 0;
  position: relative;
  background-image: url('../images/bg/adbanner.jpeg');
  background-position: 0 -300px;
  background-repeat: no-repeat;
  background-size: cover;
}
.adBanner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(27, 27, 27, 0.52);
}
.adBanner-title {
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.72px;
  position: relative;
  z-index: 1005;
}
/* AD BANNER */

/* MOMENTS */
.moments {
  width: 100%;
  height: auto;
  float: left;
  padding: 67px 0 0;
}
.moments-title {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
}
.moments__row {
  width: 100%;
  height: auto;
  float: left;
  margin: 48px 0 0 0;
}
.moments__item {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.moments__box:nth-child(1) {
  width: 50%;
  height: auto;
}
.moments__box:nth-child(2) {
  width: calc(50% - 43px);
  height: auto;
}
.moments__box img {
  width: 100%;
  height: 294px;
  float: left;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.moments__box p {
  width: 100%;
  height: auto;
  float: left;
  color: #b7a465;
  text-align: left;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
}
.moments__box span {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 11px 0 0 0;
  padding: 0 0 55px;
  position: relative;
}
.moments__box span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 32px;
  background-image: url('../images/logo/logo-mini.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.moments__row .owl-dots {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px 0 0 0;
}
.moments__row .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid #b7a465 !important;
  margin: 0 6px;
  transition: 0.3s;
}
.moments__row .owl-dot.active {
  background-color: #b7a465 !important;
  transition: 0.3s;
}
.moments__carousel .owl-nav {
  width: 250px;
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 36px auto 0;
  align-content: center;
  align-items: center;
}
.moments__carousel-prev {
  width: 18px;
  height: 13px;
  background-image: url('../images/icon/prev.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.moments__carousel-next {
  width: 18px;
  height: 13px;
  background-image: url('../images/icon/next.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* MOMENTS */

/* INSPECTION */
.inspection {
  width: 100%;
  height: auto;
  float: left;
  padding: 62px 0 0;
  display: none;
}
.inspection-title {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: left;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
}
.inspection-button {
  width: fit-content;
  height: auto;
  float: right;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #b7a465;
  padding: 19px 25px;
  margin: -62px 0 0 0;
  text-transform: uppercase;
}
.inspection__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 34px 0 0 0;
}
.inspection__item {
  width: 100%;
  height: auto;
  position: relative;
}
.inspection__item-plan {
  width: 100%;
  height: 478px;
  float: left;
  border-radius: 10px;
}
.inspection__item-plan .marker-1 {
  width: 35px;
  height: 50px;
  background-image: url('../images/icon/marker-1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.inspection__item-plan .marker-2 {
  width: 35px;
  height: 50px;
  background-image: url('../images/icon/marker-2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.inspection__item-plan .marker-3 {
  width: 35px;
  height: 50px;
  background-image: url('../images/icon/marker-3.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.inspection__item-plan .marker-4 {
  width: 35px;
  height: 50px;
  background-image: url('../images/icon/marker-4.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.inspection__item-plan .marker-5 {
  width: 35px;
  height: 50px;
  background-image: url('../images/icon/marker-5.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.inspection__item-plan .marker-6 {
  width: 35px;
  height: 50px;
  background-image: url('../images/icon/marker-6.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.inspection__item-plan .marker-7 {
  width: 35px;
  height: 50px;
  background-image: url('../images/icon/marker-7.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inspection__item-plan .marker-8 {
  width: 100px;
  height: 30px;
  background-image: url('../images/logo/logo.svg');
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: center;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #b7a465;
  z-index: 1;
}
.inspection__item__info {
  width: 30%;
  height: auto;
  background-color: #fff;
  padding: 19px;
  position: absolute;
  border: 3px solid #b7a465;
  right: 20px;
  bottom: 20px;
  z-index: 10005;
  display: none;
}
.inspection__item__info-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ffffff;
  font-size: 16px;
  width: 22px;
  height: 22px;
  background: #b7a465;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: normal;
}
.inspection__item__info-close i {
  text-align: center;
  width: 100%;
}
.inspection__item__info p {
  width: 100%;
  height: auto;
  float: left;
  color: #b7a465;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.inspection__item__info span {
  width: 100%;
  height: auto;
  float: left;
  color: #323232;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 5px 0 0 0;
}
.inspection__item-plan .mapboxgl-popup-anchor-bottom {
  display: none;
  opacity: 0;
}
/* INSPECTION */

/* PRIVILEGE */
.privilege {
  width: 100%;
  height: auto;
  float: left;
  padding: 68px 0;
}
.privilege-title {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}
.privilege__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.privilege__item {
  width: 50%;
  height: auto;
  margin: 65px 0 0 0;
}
.privilege__item-number {
  width: 100%;
  height: auto;
  float: left;
  color: rgba(183, 164, 101, 0.2);
  text-align: left;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
}
.privilege__item-title {
  width: 100%;
  height: auto;
  float: left;
  color: #b7a465;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
  padding: 0 0 0 24px;
  box-sizing: border-box;
  margin: -20px 0 0;
}
.privilege__item-description {
  width: 95%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0 0 0 24px;
  box-sizing: border-box;
}
/* PRIVILEGE */

/* GALLERY */
.gallery {
  width: 100%;
  height: auto;
  float: left;
  padding: 52px 0 47px;
  background: linear-gradient(102deg, #b7a465 1.46%, #d4c285 65.68%);
}
.gallery-title {
  width: 100%;
  height: auto;
  float: left;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0 0 52px 0;
}
.gallery-pharagraph {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0 0 38px 0;
}
.gallery__row {
  width: 100%;
  height: auto;
  float: left;
}
.gallery__row .owl-stage-outer {
  border-radius: 10px;
  border: 3px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.gallery__item {
  width: 100%;
  height: auto;
  float: left;
}
.gallery__item img {
  width: 100%;
  height: 600px;
  float: left;
  object-fit: cover;
  object-position: center;
}
.gallery__carousel .owl-dots {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 150px auto 0;
}
.gallery__carousel .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid #ffffff !important;
  margin: 0 6px;
  transition: 0.3s;
}
.gallery__carousel .owl-dot.active {
  background-color: #ffffff !important;
  transition: 0.3s;
}
.gallery__carousel .owl-nav {
  width: calc(100% - 50px);
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: calc(50% - 100px);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.gallery__carousel-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100px;
  background-image: url('../images/icon/prev.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
  box-shadow: 0px 4px 10px 0px rgba(27, 27, 27, 0.1);
}
.gallery__carousel-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100px;
  background-image: url('../images/icon/next.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
  box-shadow: 0px 4px 10px 0px rgba(27, 27, 27, 0.1);
}
.gallery__miniaturization {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -153px 0 0 0;
  z-index: 1005;
  position: relative;
}
.gallery__miniaturization__box {
  width: 100%;
  height: auto;
}
.gallery__miniaturization__box img {
  width: 100%;
  height: 100px;
  float: left;
  border-radius: 10px;
  border: 3px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  object-fit: cover;
  object-position: center;
}
.gallery__miniaturization .gallery__carousel-next,
.gallery__miniaturization .gallery__carousel-prev {
  width: 35px;
  height: 35px;
  background-size: 15px;
}
.gallery__miniaturization .owl-nav {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery__miniaturization .owl-nav > button {
  margin: -100px -15px 0 -15px;
  z-index: 1;
}
/* GALLERY */

/* DISADVANTAGES */
.disadvantages {
  width: 100%;
  height: auto;
  float: left;
  padding: 67px 0 0;
}
.disadvantages-title {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.disadvantages-description {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin: 8px 0 0 0;
}
.disadvantages__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.disadvantages__item {
  width: 24%;
  height: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(27, 27, 27, 0.1);
  margin: 43px 0 0 0;
}
.disadvantages__item img {
  width: 100%;
  height: 175px;
  float: left;
  object-fit: cover;
  object-position: center;
  border-radius: 5px 5px 0px 0px;
}
.disadvantages__item p {
  width: 100%;
  height: auto;
  float: left;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
  margin: 17px 0 21px 0;
  padding: 0 22px;
  box-sizing: border-box;
}
/* DISADVANTAGES */

/* FAQ */
.faq {
  width: 100%;
  height: auto;
  float: left;
  padding: 67px 0;
}
.faq-title {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.faq__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 27px 0 0 0;
  align-content: flex-start;
  align-items: flex-start;
}
.faq__item {
  width: calc(50% - 13px);
  height: auto;
  padding: 16px 30px;
  border-radius: 5px;
  border: 2px solid #b7a465;
  margin: 23px 0 0 0;
  box-sizing: border-box;
}
.faq__item p {
  width: 100%;
  height: auto;
  min-height: 42px;
  float: left;
  color: #b7a465;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 70px 0 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.faq__item p::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('../images/icon/plus.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  transition: 0.3s;
}
.faq__item.active p::after {
  transform: rotate(45deg);
  transition: 0.3s;
}
.faq__item span {
  width: 100%;
  float: left;
  color: #1b1b1b;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 10px 0 0;
  display: none;
}
/* FAQ */

/* CALL */
.call {
  width: 100%;
  height: auto;
  float: left;
  padding: 119px 0 96px;
  background-image: url('../images/poster/call.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.call::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(27, 27, 27, 0.52) 0%,
    rgba(86, 86, 86, 0) 100%
  );
}
.call__row {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.call__item {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.call__item-title {
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 39px;
  letter-spacing: 0.32px;
}
.call__item-title a {
  color: #fff;
}
.call__item-description {
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.58px;
}
.call__item-button {
  width: fit-content;
  height: auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #b7a465;
  margin: 34px auto 0;
  padding: 19px 80px;
  text-transform: uppercase;
  border: 1px solid #fff;
}
/* CALL */

/* ABOUT */
.about {
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0 0;
}
.about__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about__item {
  width: 50%;
  height: auto;
  min-height: 250px;
}
.about__item-title {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
}
.about__item-description {
  width: 90%;
  height: auto;
  float: left;
  color: #333;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0 0 0;
}
.about__item-description a {
  color: #b7a465;
}
.about__item-button {
  width: fit-content;
  height: auto;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #b7a465;
  padding: 19px 45px;
  margin: 30px 0 0 0;
  text-transform: uppercase;
}
.about__item-poster {
  width: 100%;
  height: 445px;
  float: left;
  border-radius: 5px;
}
.about__item .wistia_responsive_padding {
  border-radius: 15px;
  overflow: hidden;
  padding: 0 !important;
}
/* ABOUT */

/* CONTACTS */
#contacts {
  width: 100%;
  height: auto;
  float: left;
}
.contacts {
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0;
}
.contacts__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.contacts__item {
  width: 52%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.contacts__item:nth-child(2) {
  width: 45%;
}
.contacts__item iframe {
  width: 100%;
  height: 400px;
  float: left;
}
.contacts__item-title {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.contacts__item__list {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
}
.contacts__item__list a {
  width: fit-content;
  height: 34px;
  float: left;
  color: #333;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0 0 0;
  padding: 0 0 0 49px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}
.contacts__item__list a::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #b7a465;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.contacts__item__list a:nth-child(1)::before {
  content: '\f095';
}
.contacts__item__list a:nth-child(2)::before {
  content: '\f0e0';
}
.contacts__item__list a:nth-child(3)::before {
  content: '\f3c5';
}
.contacts__item__networks {
  width: fit-content;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin: 37px 0 0 0;
}
.contacts__item__networks a {
  width: 35px;
  height: 35px;
  border: 2px solid #b7a465;
  color: #b7a465;
  font-size: 17px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  transition: 0.3s;
  position: relative;
}
.contacts__item__networks a:hover {
  background-color: #b7a465;
  color: #fff;
  transition: 0.3s;
}
.contacts__item__networks a > span {
  position: absolute;
  margin: 75px 0 0 0;
  background-color: #5c5b5570;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 12px;
  width: fit-content;
  height: auto;
  font-weight: 500;
}
.contacts__item-button {
  width: fit-content;
  height: auto;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #b7a465;
  padding: 19px 45px;
  margin: 30px 0 0 0;
  text-transform: uppercase;
}
.contacts__item-navigate {
  background-image: url('https://maps.gstatic.com/mapfiles/embed/images/entity11.png');
  background-size: 68px 210px;
  width: 22px !important;
  height: 22px;
  overflow: hidden;
  margin: 0 auto !important;
  position: absolute;
  top: 23px;
  left: 145px;
  display: none !important;
}
/* CONTACTS */

/* FOOTER */
footer {
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0 100px;
  background-color: #b7a465;
}
.footer__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__item {
  width: 50%;
  height: auto;
}
.footer__item:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
.footer__item-logo {
  width: fit-content;
  height: auto;
  float: left;
}
.footer__item-logo img {
  width: 230px;
  height: auto;
  float: left;
}
.footer__item ul {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 30px 0 0 0;
}
.footer__item ul > li {
  width: fit-content;
  height: auto;
  float: left;
  margin: 0 42px 15px 0;
}
.footer__item ul > li > a {
  width: fit-content;
  height: auto;
  float: left;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px dashed #b7a465;
}
.footer__item ul > li > a:hover {
  border-bottom: 1px dashed #fff;
}
.footer__item-phone {
  width: fit-content;
  height: auto;
  float: left;
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}
.footer__box {
  width: fit-content;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
.footer__block {
  width: fit-content;
  height: auto;
}
.footer__block p {
  width: 100%;
  height: auto;
  float: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  text-align: right;
}
.footer__block span {
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  line-height: 16px;
  color: #ffffff;
  text-align: left;
  margin: 15px 0 0 0;
  font-weight: 700;
}
.footer__block__network {
  width: fit-content;
  height: auto;
  float: right;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
.footer__block__network a {
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 17px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 10px;
  transition: 0.3s;
  position: relative;
}
.footer__block__network a:hover {
  background-color: #fff;
  color: #bcab72;
  transition: 0.3s;
}
.footer__block__network a > span {
  position: absolute;
  margin: 75px 0 0 0;
  background-color: #5c5b5570;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 12px;
  width: fit-content;
  height: auto;
  font-weight: 500;
}
/* FOOTER */

/* COPYRIGHT */
.copyright {
  width: 100%;
  height: auto;
  float: left;
  padding: 25px 0;
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
}
.copyright__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.copyright__item {
  width: 50%;
  height: auto;
}
.copyright__item-copyright {
  width: fit-content;
  height: auto;
  float: left;
  color: #b7a465;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.copyright__item ul {
  width: fit-content;
  height: auto;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.copyright__item ul > li {
  width: fit-content;
  height: auto;
  float: left;
  margin: 0 0 0 20px;
}
.copyright__item ul > li > a {
  width: fit-content;
  height: auto;
  float: left;
  font-size: 13px;
  color: #b7a465;
}
.copyright__item ul > li > a:hover {
  text-decoration: underline;
}
/* COPYRIGHT */

/* MODAL */
.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 100005;
  background-color: #00000008;
}
.modal__row {
  width: 90%;
  max-width: 600px;
  height: auto;
  background-color: #ffffff;
  border: 3px solid #b7a465;
  padding: 60px 50px 40px;
  box-sizing: border-box;
  position: relative;
}
.modal__item {
  width: 100%;
  height: auto;
  float: left;
}
.modal__item-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
  color: #b7a465;
  cursor: pointer;
}
.modal__item-title {
  width: 100%;
  height: auto;
  float: left;
  font-size: 23px;
  color: #323233;
  font-weight: 800;
  text-align: center;
}
.modal__item-description {
  width: 100%;
  height: auto;
  float: left;
  color: #323232;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 15px 0px 0px;
  text-align: center;
}
.modal__item form {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.modal__item form > label {
  width: 48%;
  height: auto;
  float: left;
  margin: 20px 0 0 0;
}
.modal__item form > label:nth-child(3) {
  width: 100%;
}
.modal__item form > label > input {
  width: 100%;
  height: 50px;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #bfbfbf;
  transition: 0.4s;
}
.modal__item form > label > textarea {
  width: 100%;
  height: 90px;
  float: left;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #bfbfbf;
  resize: none;
  transition: 0.4s;
}
.modal__item form > label > input:focus,
.modal__item form > label > textarea:focus {
  border: 1px solid #b7a465;
  transition: 0.4s;
}
.modal__item form > label > input.error {
  border: 1px solid #f44336;
  transition: 0.4s;
}
.modal__item-error {
  width: 100%;
  height: auto;
  float: left;
  color: #f44336;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  margin: 15px 0px 0px;
  text-align: left;
  background-color: #ff00002b;
  padding: 5px 10px;
  box-sizing: border-box;
  display: none;
}
.modal__item-success {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  left: 0;
  top: 0;
  display: none;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.modal__item-success p {
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  color: #323232;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  position: relative;
  padding: 110px 0 0 0;
  margin: 10px 0 0 0;
}
.modal__item-success p::before {
  content: '';
  position: absolute;
  width: 85px;
  height: 85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0xMiAwQzUuMzgzIDAgMCA1LjM4MyAwIDEyczUuMzgzIDEyIDEyIDEyIDEyLTUuMzgzIDEyLTEyUzE4LjYxNyAwIDEyIDB6bTAgMjNDNS45MzUgMjMgMSAxOC4wNjUgMSAxMlM1LjkzNSAxIDEyIDFzMTEgNC45MzUgMTEgMTEtNC45MzUgMTEtMTEgMTF6IiBmaWxsPSIjYjdhNDY1IiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48cGF0aCBkPSJtMTYuODAxIDguNDAzLTYuMTMyIDYuMTMzLTIuOTE2LTIuOTE2YS41LjUgMCAwIDAtLjcwNy43MDdsMy4yNyAzLjI3YS41LjUgMCAwIDAgLjcwOCAwbDYuNDg1LTYuNDg2YS41LjUgMCAwIDAtLjcwOC0uNzA4eiIgZmlsbD0iI2I3YTQ2NSIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.modal__item-success span {
  width: fit-content;
  height: auto;
  float: left;
  color: #ffffff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  border: 1px solid #b7a465;
  background-color: #b7a465;
  padding: 11px 50px 12px;
  position: relative;
  transition: 0.4s;
  text-transform: uppercase;
  margin: 40px auto 0;
  cursor: pointer;
}
.modal__item_checkbox {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  margin: 13px 0 0 0;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
.modal__item_checkbox-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.modal__item_checkbox-checkbox + label {
  display: inline-flex;
  user-select: none;
  color: #5e5e5e;
  font-size: 13px;
  line-height: 18px;
  align-content: flex-start;
  align-items: flex-start;
}
.modal__item_checkbox-checkbox + label a {
  display: contents;
  text-decoration: underline;
  color: #b7a465;
}
.modal__item_checkbox-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  margin: 3px 10px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.modal__item_checkbox-checkbox:checked + label::before {
  border-color: #b7a465;
  background-color: #b7a465;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.modal__item form > button {
  width: 100%;
  height: auto;
  padding: 18px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #ffffff;
  background-color: #b7a465;
  border: 1px solid #b7a465;
  text-align: center;
  margin: 20px auto 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s;
}
.modal__item form > button[disabled] {
  opacity: 0.5;
}
/* MODAL */

/* HOUSE */
.house {
  width: 100%;
  height: auto;
  float: left;
  padding: 130px 0;
  position: relative;
  background-image: url('../images/bg/main.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.house::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(27, 27, 27, 0.74) 1.47%,
    rgba(86, 86, 86, 0) 100%
  );
}
.house__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  align-content: center;
  align-items: center;
}
.house__item {
  width: 50%;
  height: auto;
}
.house__item-title {
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  text-align: left;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.house__item-description {
  width: 90%;
  height: auto;
  float: left;
  color: #fff;
  text-align: left;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.house__item-button {
  width: 250px;
  height: 53px;
  float: left;
  border-radius: 5px;
  margin: 30px 0 0 0;
  padding: 8px 0 9px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background: #b7a465;
}
.house__item-price {
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 25px 0 0 0;
}
.house__item__parametrs {
  width: 90%;
  height: auto;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.house__item__parametrs__box {
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  align-content: center;
  align-items: center;
}
.house__item__parametrs__box p {
  width: fit-content;
  height: auto;
  float: left;
  color: #fff;
  text-align: left;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  position: relative;
}
.house__item__parametrs__box span {
  width: fit-content;
  height: auto;
  float: left;
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.house__item__parametrs__box:last-child p {
  padding: 0 30px 0 0;
}
.house__item__parametrs__box:last-child p::before {
  content: 'm';
  width: fit-content;
  height: auto;
  float: left;
  color: #fff;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  position: absolute;
  right: 0;
  bottom: -11px;
}
/* HOUSE */

/* SPECIFICATIONS */
.specifications {
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0;
}
.specifications__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.specifications__item:nth-child(1) {
  width: 35%;
  height: auto;
}
.specifications__item:nth-child(2) {
  width: 60%;
  height: auto;
}
.specifications__box {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid #d9d9d9;
}
.specifications__box:first-child p,
.specifications__box:first-child span {
  color: #b7a465;
  font-weight: 700;
}
.specifications__box:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.specifications__box p {
  width: fit-content;
  height: auto;
  color: #1b1b1b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.specifications__box span {
  width: fit-content;
  height: auto;
  color: #b7a465;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.specifications__box span > sup {
  font-size: 12px;
}
.specifications__item-layout {
  width: 100%;
  height: 500px;
  float: left;
  object-fit: contain;
  object-position: center;
}
/* SPECIFICATIONS */

/* RATING */
.rating {
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0;
}
.rating__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.rating__item:nth-child(1) {
  width: 55%;
  height: auto;
}
.rating__item:nth-child(2) {
  width: 40%;
  height: auto;
  border-radius: 10px;
  border: 2px solid #b7a465;
  box-sizing: border-box;
  padding: 55px 0 50px;
}
.rating__item-title {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 38px 0 0 0;
  position: relative;
}
.rating__item-title::before {
  content: '';
  position: absolute;
  width: 174px;
  height: 25.876px;
  left: 0%;
  top: 0%;
  background-image: url('../images/icon/star.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rating__item-description {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 12px 0 0 0;
}
.rating__item-button {
  width: fit-content;
  height: auto;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #b7a465;
  padding: 19px 45px;
  margin: 26px 0 0 0;
  text-transform: uppercase;
}
.rating__item-company {
  width: 100%;
  height: auto;
  float: left;
  color: #b7a465;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  padding: 82px 0 0 0;
  position: relative;
}
.rating__item-company::before {
  content: '';
  position: absolute;
  width: 57px;
  height: 57px;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-image: url('../images/icon/google.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rating__item-parametrs {
  width: 100%;
  height: auto;
  float: left;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 7px 0 0 0;
}
/* RATING */

/* PRIVACY POLICY */
.privacyPolicy {
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0;
}
.privacyPolicy__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.privacyPolicy__item {
  width: 100%;
  height: auto;
  float: left;
}
.privacyPolicy__item h1 {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.privacyPolicy__item h2 {
  width: 100%;
  height: auto;
  float: left;
  color: #b7a465;
  text-align: left;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 10px 0 0 0;
}
.privacyPolicy__item h3 {
  width: 100%;
  height: auto;
  float: left;
  color: #3f3f3f;
  text-align: left;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 8px 0 0 0;
}
.privacyPolicy__item p {
  width: 100%;
  height: auto;
  float: left;
  color: #333;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.privacyPolicy__item a {
  width: fit-content;
  height: auto;
  color: #b7a465;
}
.privacyPolicy__item ul {
  width: 100%;
  height: auto;
  float: left;
}
.privacyPolicy__item ul > li,
.privacyPolicy__item ol > li {
  width: 100%;
  height: auto;
  float: left;
  color: #333;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style: circle;
  margin: 10px 0 0 20px;
}
/* PRIVACY POLICY */

/* BANNER */
.bannerMobile {
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  background-color: #b7a465;
  padding: 8px 0;
  z-index: 100005;
  display: none;
}
.bannerMobile__row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.bannerMobile__item {
  width: fit-content;
  height: auto;
}
.bannerMobile__item-location {
  width: fit-content;
  height: auto;
  float: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 20px;
}
.bannerMobile__item-location::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 17px;
  left: 0;
  top: 0px;
  background-image: url('../images/icon/location-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bannerMobile__item-phone {
  width: fit-content;
  height: auto;
  float: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
/* BANNER */

/* SNOWFLAKE */
.snowflake {
  color: #90c5ea;
  font-size: 35px;
  font-family: Arial, sans-serif;
  opacity: 0.6;
}
.snowflake,
.snowflake .inner {
  animation-iteration-count: infinite;
  animation-play-state: running;
}
@keyframes snowflakes-fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(110vh);
  }
}
@keyframes snowflakes-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80px);
  }
}
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  animation-name: snowflakes-shake;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
}
.snowflake .inner {
  animation-duration: 10s;
  animation-name: snowflakes-fall;
  animation-timing-function: linear;
}
.snowflake:nth-of-type(0) {
  left: 1%;
  animation-delay: 0s;
}
.snowflake:nth-of-type(0) .inner {
  animation-delay: 0s;
}
.snowflake:first-of-type {
  left: 10%;
  animation-delay: 1s;
}
.snowflake:first-of-type .inner,
.snowflake:nth-of-type(8) .inner {
  animation-delay: 1s;
}
.snowflake:nth-of-type(2) {
  left: 20%;
  animation-delay: 0.5s;
}
.snowflake:nth-of-type(2) .inner,
.snowflake:nth-of-type(6) .inner {
  animation-delay: 6s;
}
.snowflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 2s;
}
.snowflake:nth-of-type(11) .inner,
.snowflake:nth-of-type(3) .inner {
  animation-delay: 4s;
}
.snowflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s;
}
.snowflake:nth-of-type(10) .inner,
.snowflake:nth-of-type(4) .inner {
  animation-delay: 2s;
}
.snowflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 3s;
}
.snowflake:nth-of-type(5) .inner {
  animation-delay: 8s;
}
.snowflake:nth-of-type(6) {
  left: 60%;
  animation-delay: 2s;
}
.snowflake:nth-of-type(7) {
  left: 70%;
  animation-delay: 1s;
}
.snowflake:nth-of-type(7) .inner {
  animation-delay: 2.5s;
}
.snowflake:nth-of-type(8) {
  left: 80%;
  animation-delay: 0s;
}
.snowflake:nth-of-type(9) {
  left: 90%;
  animation-delay: 1.5s;
}
.snowflake:nth-of-type(9) .inner {
  animation-delay: 3s;
}
.snowflake:nth-of-type(10) {
  left: 25%;
  animation-delay: 0s;
}
.snowflake:nth-of-type(11) {
  left: 65%;
  animation-delay: 2.5s;
}

.newyear {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100005;
  display: block;
  pointer-events: none;
  background-image: url('../images/poster/boughs.png');
  background-repeat: repeat-x;
  background-repeat-y: no-repeat;
  background-position: bottom;
  background-size: contain;
}
/* SNOWFLAKE */

/* MANAGER */
.manager {
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0;
  display: none;
}
.manager-title {
  width: 100%;
  height: auto;
  float: left;
  color: #1b1b1b;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.manager__row {
  width: 100%;
  height: auto;
  float: left;
  margin: 40px 0 0 0;
}
.manager__row table {
  width: 100%;
  height: auto;
  float: left;
  border-collapse: collapse;
  background-color: #fff;
  text-align: left;
}
.manager__row > table th {
  background-color: #b7a465;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.7rem;
  font-weight: 900;
  color: #fff;
}
.manager__row > table td {
  padding: 1rem 2rem;
}
.manager__row > table tr:nth-child(even) {
  background-color: #b7a46582;
}
/* MANAGER */

.fancybox-container {
  z-index: 9999992 !important;
}

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;

  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  white-space: nowrap;

  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
