@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  color: #605D5C;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

html,
body {
  height: 100%;
}

main {
  flex-grow: 1;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

li {
  display: block;
}

a {
  text-decoration: none;
}

.none {
  display: none;
}

.lock {
  overflow: hidden;
}

.link {
  color: #1A71D2;
  font-weight: 400;
}

.container {
  max-width: 1366px;
  padding: 0 98px;
  margin: auto;
  /* Tablet big*/
  /* Tablet */
  /* Mobile*/
}

@media (max-width: 1289px) {
  .container {
    max-width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 320px;
  }
}

.btn {
  padding: 20px 30px;
  border-radius: 20px;
  background: #fff;
  color: #605d5c;
  font-size: 1.25em;
  transition: 0.5s;
  /* Tablet */
}

.btn:hover {
  background: #4d4d4d;
  color: #fff;
}

@media (max-width: 1365px) {
  .btn {
    padding: 15px 20px;
    font-size: 1em;
  }
}

.nav-icon {
  width: 40px;
  height: 25px;
  background-color: transparent;
  border: none;
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
  transition: background-color .2s ease-in;
  /* Tablet */
}

@media (max-width: 1023px) {
  .nav-icon {
    display: -webkit-box;
    display: flex;
  }
}

.nav-icon__middle {
  position: relative;
  width: 40px;
  height: 5px;
  background-color: #000;
  border-radius: 0;
  transition: background-color .2s ease-in;
}

.nav-icon__middle::before,
.nav-icon__middle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 5px;
  border-radius: 0;
  background-color: #000;
  transition: top .2s linear .2s, background-color .2s ease-in, -webkit-transform .2s ease-in;
  transition: transform .2s ease-in, top .2s linear .2s, background-color .2s ease-in;
  transition: transform .2s ease-in, top .2s linear .2s, background-color .2s ease-in, -webkit-transform .2s ease-in;
}

.nav-icon__middle::before {
  top: -10px;
}

.nav-icon__middle::after {
  top: 10px;
}

/* Active state */
.nav-icon.nav-icon--active .nav-icon__middle {
  background-color: transparent;
}

.nav-icon.nav-icon--active .nav-icon__middle::before,
.nav-icon.nav-icon--active .nav-icon__middle::after {
  top: 0;
  transition: top .2s linear, -webkit-transform .2s ease-in .2s;
  transition: top .2s linear, transform .2s ease-in .2s;
  transition: top .2s linear, transform .2s ease-in .2s, -webkit-transform .2s ease-in .2s;
}

.nav-icon.nav-icon--active .nav-icon__middle::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.nav-icon--active .nav-icon__middle::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.svg__linkedin {
  width: 32px;
  height: 32px;
  fill: #000;
}

.svg__github {
  width: 42px;
  height: 42px;
  fill: #212121;
  /* Tablet Big */
}

@media (max-width: 1139px) {
  .svg__github {
    width: 36px;
    height: 36px;
  }
}

.svg-telegram,
.svg-vk,
.svg-facebook,
.svg-instagram,
.svg-whatsapp {
  width: 48px;
  height: 48px;
  /* Tablet */
}

@media (max-width: 899px) {

  .svg-telegram,
  .svg-vk,
  .svg-facebook,
  .svg-instagram,
  .svg-whatsapp {
    width: 38px;
    height: 38px;
  }
}

.social {
  display: -webkit-box;
  display: flex;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  /* Tablet */
}

.social object {
  pointer-events: none;
}

@media (max-width: 899px) {
  .social {
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

.social li:hover {
  opacity: 0.75;
}

.header-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  gap: unset;
  padding-top: 20px;
  padding-bottom: 25px;
}

.header-container.container {

  @media (max-width: 1023px) {
    max-width: 100%;
  }
}

.header-container .header__logo {
  width: 80px;
  height: 80px;
}

.header-container .header__logo-mb {
  width: 50px;
  height: 50px;
  display: none;
}

@media screen and (max-width: 767px) {
  .header-container .header__logo {
    display: none;
  }
  
  .header-container .header__logo-mb {
    display: block;z-index:20000;
  }
}

.header__nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 30px;
  height: 100%;
  /* Tablet */
}

@media (max-width: 1289px) {
  .header__nav {
    font-size: 0.9em;
  }
}

@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}

.header__nav .nav__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: unset;
  padding: 20px 20px;
  font-size: 1em;
  border-radius: 4px;
  background: transparent;
  transition: .5s;
}

.header__nav .nav__link:not(:last-child):hover {
  background: #4d4d4d;
  color: #fff;


}

.header__menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(37, 73, 116, 0.8);
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.header__menu--active {
  display: -webkit-box;
  display: flex;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header__menu-contacts .social {
  margin-bottom: 20px;
}

.header__menu-content {
  display: -webkit-box;
  display: flex;
  width: 320px;
  padding: 30px 15px 40px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header__menu-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 20px;
}



.hero-container {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  align-items: start;
  gap: 30px;
  padding-top: 100px;
  /* Tablet */
  /* Mobile*/
}

@media (max-width: 1023px) {
  .hero-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .hero-container {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .header-container .header__logo {
    width: 50px;
    height: 50px;
  }
}

.hero-container .hero__title {
  max-width: 670px;
  font-size: 1.75em;
  color: #fff;
  text-shadow: 0px 0px 2px #303030, 0 0 1em #303030, 0 0 0.2em #303030;
  font-weight: 200;
  /* Tablet big*/
  /* Mobile*/
}

@media (max-width: 1024px) {
  .hero-container .hero__title {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-container .hero__title {
    text-align: center !important;
  }
}

.hero-container .hero__title--tablet {
  display: none;
  /* Tablet big*/
}

@media (max-width: 1024px) {
  .hero-container .hero__title--tablet {
    display: block;
    font-size: 52px;
    text-shadow: 0px 0px 2px #303030, 0 0 1em #303030, 0 0 0.2em #303030;
  }
}

.gallery {
  background: linear-gradient(160deg, white 0%, white 48%, #b7bac1 48%, #b7bac1 100%);
}

.gallery-container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.gallery-container h2 {
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
}

.gallery-container .galley__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.gallery-container .galley__list .gallery__item {
  width: 260px;
  height: 260px;
  /* Tablet big*/
}

@media (max-width: 1289px) {
  .gallery-container .galley__list .gallery__item {
    width: 290px;
    height: 290px;
  }
}

.gallery-container .galley__list .gallery__item a {
  width: 100%;
  height: 100%;
}

.facilities-container {
  margin-top: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  gap: unset;
  flex-wrap: wrap;
}

.facilities-container h2 {
  width: 350px;
  margin: 0 calc(50% - 175px);
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  /* Mobile*/
}

@media (max-width: 767px) {
  .facilities-container h2 {
    width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
}

.facilities-container .facilities__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  align-items: start;
  gap: 25px;
  width: 35%;
  /* Tablet */
  /* Mobile*/
}

@media (max-width: 1367px) {
  .facilities-container .facilities__list {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .facilities-container .facilities__list {
    width: 100%;
  }
}

.facilities-container .facilities__list .facilities__item {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  align-items: start;
  gap: 20px;
}

.facilities-container .facilities__list .facilities__item .item__icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: unset;
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #605d5c;
}

.facilities-container .facilities__list .facilities__item .item__icon img {
  width: unset;
  height: unset;
}

.facilities-container .facilities__list .facilities__item p {
  width: 100%;
  font-size: 1.2em;
  font-weight: 300;
  padding-top: 4px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(96, 93, 92, 0.3);
}

.facilities-container .facilities__images {
  width: 60%;
  height: 1030px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 40px;
  /* Tablet */
  /* Mobile*/
}

@media (max-width: 1367px) {
  .facilities-container .facilities__images {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .facilities-container .facilities__images {
    display: none;
  }
}

.facilities-container .facilities__images .facilities__image {
  height: calc((100% - 80px)/ 3);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-container {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: unset;
}

.about-container h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
}

.about-container .about__bottom,
.about-container .about__top {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: start;
  gap: 40px;
  /* Mobile*/
}

@media (max-width: 767px) {

  .about-container .about__bottom,
  .about-container .about__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 0;
    row-gap: 20px;
  }
}

.about-container .about__bottom img,
.about-container .about__top img {
  width: 350px;
  height: 350px;
  /* Mobile*/
}

@media (max-width: 767px) {

  .about-container .about__bottom img,
  .about-container .about__top img {
    width: 290px;
    height: auto;
  }
}

.about-container .about__bottom p,
.about-container .about__top p {
  font-size: 1em;
  font-weight: 300;
  line-height: 30px;
  /* 176.471% */
  text-transform: uppercase;
  /* Tablet */
}

@media (max-width: 1365px) {

  .about-container .about__bottom p,
  .about-container .about__top p {
    text-transform: none;
    font-size: 1em;
  }
}

.about-container .about__bottom {
  /* Mobile*/
}

@media (max-width: 767px) {
  .about-container .about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

.footer {
  border-top: 1px solid #b7bac1;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  font-size: 1em;
  font-weight: 300;
  line-height: 30px;
  /* Mobile*/
}

@media (max-width: 767px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.footer__column {
  width: calc(50% - 15px);
  /* Mobile*/
}

@media (max-width: 767px) {
  .footer__column {
    width: 100%;
  }
}

.footer__column+.footer__column {
  /* Mobile*/
}

@media (max-width: 767px) {
  .footer__column+.footer__column {
    margin-top: 20px;
  }
}

.footer__title {
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.footer__phone {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 20px;
  /* Tablet */
}

@media (max-width: 1023px) {
  .footer__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.footer__email {
  margin-bottom: 20px;
}

.footer__img {
  height: 350px;
  /* Mobile*/
}

@media (max-width: 767px) {
  .footer__img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .resort {
    padding-top: 40px;
    padding-bottom: 40px;

  }
}

.resort {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(15deg, white 0%, white 48%, #F8F8F8 48%, #F8F8F8 100%);
}

.resort__title {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.resort__content {
  font-size: 1em;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 40px;
}

.resort__btn {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  column-gap: 30px;

  @media (max-width: 767px) {
    flex-direction: column;
    column-gap: unset;
    row-gap: 20px;
    text-align: center;
  }
}

.resort .btn {
  background-color: #444;
  color: #fff;
}

.resort .btn:hover {
  background-color: #888;
}

.house {
  padding-top: 40px;
  padding-bottom: 40px;
}

.house__title {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.house__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  /* Mobile*/
}

@media (max-width: 767px) {
  .house__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.house__column {
  width: calc(50% - 15px);
  /* Mobile*/
}

@media (max-width: 767px) {
  .house__column {
    width: 100%;
  }

  .house__column+.house__column {
    margin-top: 20px;
  }
}

.house__column-title {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.house__column-img {
  height: 300px;
  /* Tablet */
}

@media (max-width: 1023px) {
  .house__column-img {
    height: 250px;
  }
}

.house__btn {
  display: -webkit-box;
  display: flex;
}

.house .btn {
  background-color: #444;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.house .btn:hover {
  background-color: #888;
}

.tourism {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(165deg, white 0%, white 48%, #F5F5F5 48%, #F5F5F5 100%);
}

.tourism__title {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.tourism__row {
  display: -webkit-box;
  display: flex;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: center;
  justify-content: center;
  /* Mobile*/
}

@media (max-width: 767px) {
  .tourism__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.tourism__column {
  width: 400px;
  /* Tablet */
  /* Mobile*/
}

@media (max-width: 1023px) {
  .tourism__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tourism__column:not(:last-child) {
    margin-bottom: 20px;
  }
}


.tourism__item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.tourism__item:not(:last-child) {
  margin-bottom: 20px;
}

.tourism__icon {
  width: 110px;
  height: 110px;
  margin-right: 30px;
  flex-shrink: 0;
  /* Mobile*/
}

@media (max-width: 767px) {
  .tourism__icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}

.tourism__text {
  font-size: 1.5em;
  /* Mobile*/
}

@media (max-width: 767px) {
  .tourism__text {
    font-size: 1.2em;
  }
}

.reviews {
  padding-top: 40px;
  padding-bottom: 40px;

}

.reviews__title {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.reviews__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  /* Mobile*/
}

@media (max-width: 767px) {
  .reviews__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.reviews__column {
  width: 400px;
  /* Tablet */
}

@media (max-width: 1023px) {
  .reviews__column {
    width: 100%;
  }
}

.reviews__item {
  border-top: 1px solid #b7bac1;
  padding: 10px;
}

.reviews__item:not(:last-child) {
  margin-bottom: 20px;
}

.reviews__item-title {
  margin-bottom: 10px;
  font-size: 1.0em;
}

.reviews__item-text {
  margin-bottom: 10px;
  font-size: 0.83em;
  color: #999;
  font-weight: 300;
}

.footer__column {
  margin-bottom: 10px;
  font-size: 0.83em;
  color: #999;
}

.reviews__item-data {
  margin-bottom: 10px;
  font-size: 0.77em;
  font-weight: 300;
}

.slyder {
  position: relative;
  width: 100%;
  height: 100%;
}

.slyder__content {
  max-width: 1366px;
  padding: 0 98px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
  z-index: 1;

  /* Смещение вправо */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* /Смещение вправо */


  @media (max-width: 1023px) {
    padding: 30px 15px;
  }

  @media (max-width: 767px) {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.hero-container .hero__title {
  text-align: right;
}

.slyder__content .btn {
  display: inline-block;
  margin-top: 30px;
}

.slyder__carousel {
  position: absolute; 
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;

  @media (max-width: 1023px) {
    display: none !important;
  }

}

.slyder__img {
  height: 470px;

  @media (max-width: 1289px) {
    height: 470px;
  }
}

.hero-container.container {
  max-width: 100%;
  padding: 0;
}


.newhouse {
  width: 100%;
}

.newhouse-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.newhouse-text p {
  font-size: 1.1em;
font-weight: 300;
line-height: 30px;
text-align: center;
width: calc(50% - 15px);
}

.newhouse-img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  margin-top: 20px;
}

.newhouse-img-mb {
  display: none;
}
@media screen and (max-width: 1100px) {
  .newhouse-text p {
    width: 100%;padding: 2px 35px; border: 0px solid #666;font-size: 1.2em;
	
  }
  
}
@media screen and (max-width: 900px) {
  .newhouse-img {
    display: none;
  }
  
  .hills__img {
	  display: none;  
  }
  .newhouse-img-mb {
    display: block;
  }
  
}
.mobiles {
	 width: 31%;margin:1%; 
  }
  .mobilesdd {
	 margin:0.5%; 
	  object-fit: cover;
    width: 190px;
    height: 190px;
  }
.mobilesz {
	 width: 51%;margin:1%; 
  }
  .mobilesw {
	 width: 41%;margin:1%; 
  }

@media screen and (max-width: 700px) {
  .newhouse-text p {
    width: 100%;padding: 2px 15px; border: 0px solid #666;font-size: 1.2em;
	
  }
  .footer__kbr {
	width: 100%;padding: 2px 15px; font-size: 0.77em;margin-top:15px;padding-top: 12px;
  }
  
  .mobiles {
	 width: 100%; margin:1%;
  }
   .mobilesdd {
	 width: 100%; margin:1%;
  }
   .mobilesz {
	 width: 100%; margin:1%;
  }
    .mobilesw {
	 width: 100%; margin:1%;
  }
}


.footer__kbr {
	
	font-size: 0.77em;margin-top:15px;padding-top: 12px;border-top: 1px solid #b7bac1;text-align:center;
}
.img__kbr {
	width: 75px; border: 0px solid #b7bac1;margin-right: 12px;
}

  .hills__img {
	 position: absolute;
  left: 8%;bottom:-3px;
  width: 446px;
  height: 91px;
  }
  

.form-change-photo {
	position:absolute;
	background:#FFF;
	padding:5px;
	border-radius:6px;
	box-shadow:0 0 3px rgba(0,0,0, 0.5);
	z-index:100;
}
.form-change-photo > input {
	cursor:pointer;
}
  
/*# sourceMappingURL=main.css.map */