* {
	font-family: 'Inter';
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
     letter-spacing: 1.2px;
      line-height: 1.5em;
	-webkit-appearance: none;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	padding-left: 5px;
	padding-right: 10px;
	}

a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	display: flex;
	flex-direction: column;
	line-height: 1; 
	color: black; 
	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
hr { 
	display: none; 
	}
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important;
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}

@font-face {
  font-family: "Ermilov";
  src: url("../fonts/Ermilov.otf");
}

textarea {
	resize: none;
}

h1{
  font-size: 50px;
  font-weight: 700;
  font-family: 'Ermilov';
  
}

h2{
  font-size:36px;
  font-weight: 700;  
  font-family: 'Ermilov';
}

h3{
  font-size: 36px;
  font-weight: 700;
  color: #FFF;
  font-family: 'Ermilov';
}

h4{
  font-size: 32px;
  font-family: 'Inter';
  font-weight: 700;
  color: var(--gray-700, #272D37);
}

h5{
  font-size:16px;
  font-weight: 300;
}

h6{
  font-size: 11px;
  font-weight: 300;
}

p {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
}

.container {
  /* width: 1280px; */
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 576px) {.container {max-width: 540px;}}
@media (min-width: 768px) {.container {max-width: 720px;}}
@media (min-width: 992px) {.container {max-width: 960px;}}
@media (min-width: 1200px) {.container {max-width: 1140px;}}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

header {
  position: relative;
}

.develop_company {
	text-align: center;
    margin: 30px 0;
}

.develop_company a {
	color: var(--neutral-800, #A5ACBA);
	transition: 0.5s;
}

.develop_company a:hover {
	color: #0055ff;
	transition: 0.5s;
}

.header-block {
  position: fixed;
  height: 86px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #2E3545;
  z-index: 24;
}

.header-ul {
  display: flex;
  flex-direction: row;
  z-index: 1;
}

.header-ul li {
  padding: 0 12px;
  font-size: 15px;
  font-weight: 600;
}

.header-ul li a {
  font-family: Inter;
  color: var(--base-white, #FFF);
  
}

.button {
  padding: 12px 18px;
  border-radius: 6px;
  background: var(--primary-600, #437EF7);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.button:active {
	background: #6584c3;
}

.button span {
  font-family: Inter;
  color: var(--base-white, #FFF);
  font-size: 15px;
  font-weight: 600;
}

.header-div-cover {
  height: 780px;
  position: relative;
}

.header-shadow {
  background: linear-gradient(180deg, rgba(21, 27, 40, 0.00) 0%, #151B28 100%);
  height: 140px;
  margin-top: -140px;
  z-index: -1;
}

.main-cover {
  background: var(--gray-950, #151B28);
  height: 780px;
  opacity: 0.6;
}

.main-cover-div {
  position: absolute;
  margin-top: -780px;
  height: 780px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-cover-a {
  font-size: 14px;
  font-weight: 600;
  color: #437EF7;
  text-decoration: underline;
}

section .main-cover-a {
  text-decoration: none;
}

.main-cover-div h1 {
  color: #FFF;
  text-align: center;
  line-height: 50px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.main-cover-div p {
  color: var(--neutral-800, #A5ACBA);
  text-align: center;
  font-size: 18px;
}

.main-cover-phone {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 3;
}

.main-cover-phone img {
  cursor: pointer;
  margin-left: 20px;
  margin-bottom: 10px;
}

.home-hazelton {
  background: #5F6D7E;
  height: 160px;
  width: 100%;
}

.home-hazelton h3 {
  text-align: center;
}

.home-hazelton div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.home-hazelton-background {
  background: #151B28EB;
}

.home-video {
  height: 710px;
  overflow: hidden;
}

.home-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 710px;
  background: #000000CC;
}

.home-video div {
  height: 710px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-play {
  cursor: pointer;
  width: 107px;
  position: absolute;
  height: auto;
  z-index: 1;
}

.icon-shadow {
  width: 214px;
  height: 214px;
  z-index: 0;
}

.main-ahome {
  text-align: center;
  max-width: 800px;
  margin: 64px auto 0 auto;
}

.main-ahome h2 {
  margin-bottom: 16px;
}

.main-ahome p {
  color: var(--gray-50, #5F6D7E);
  font-family: Inter;
  font-size: 16px;
  letter-spacing: -0.1px;
}

.button-center {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 64px auto;
}

.main-gallery {
  height: 550px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.main-gallery::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 550px;
  background: #5F6D7E;
  z-index: -1;
}

.main-gallery::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 550px;
  background: #151B28EB;
  z-index: 0;
/*   margin-top: -550px; */
}

.main-gallery-block {
  height: 550px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.amain-gallery-div {
  width: 100%;
    height: 422px;
    overflow: hidden;
    margin: 0 16px;
    border-radius: 5px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.main-gallery-div {
  width: 384px;
  height: 422px;
  overflow: hidden;
  margin: 0 16px;
  border-radius: 5px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.main-gallery-div img {
  height: 100%;
  width: auto;
}

.main-gallery-div:first-child {
  margin-left: 0;
}

.main-gallery-div:last-child {
  margin-right: 0;
}

.main-gallery-div span {
  color: #FFF;
  font-family: 'Ermilov';
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  margin-bottom: 22px;
  z-index: 1;
}

.gallery-shadow {
  position: absolute;
  width: 100%;
  height: 134px;
  border-radius: 0px 0px 4px 4px;
  background: linear-gradient(180deg, rgba(21, 27, 40, 0.00) 0%, rgba(21, 27, 40, 0.54) 32.81%, rgba(21, 27, 40, 0.92) 100%);
  z-index: 0;
}

.main-affor {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.main-affordable {
  width: 45%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.main-affordable p {
  color: var(--gray-50, #5F6D7E);
  margin-top: 16px;
  margin-bottom: 40px;
}

.main-affordable span {
  margin-right: 6px;
}

.main-affordable-img {
  width: 560px;
  height: 560px;
  overflow: hidden;
}

.main-affordable-img img {
  width: auto;
  height: 100%;
}

.main-wecant {
  height: 286px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.main-wecant::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 286px;
  background: #5F6D7E;
  z-index: -1;
}

.main-wecant::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 286px;
  background: #151B28EB;
  z-index: 0;
}

.main-wecant h2 {
  text-align: center;
  width: 500px;
  color: #FFF;
  z-index: 1;
}

.main-wecant button {
  margin-top: 32px;
  z-index: 1;
}

footer {
  height: 316px;
  background: var(--gray-950, #151B28);
}

.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 48px;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo a:first-child img {
  padding: 8px 26px;
}

.footer-contacts {
  color: var(--neutral-800, #A5ACBA);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
}

.footer-contacts ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contacts ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid var(--gray-300, #2E3545);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-bottom ul {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  color: #FFF;
  gap: 14px;
}

.footer-bottom  p {
  color: var(--neutral-800, #A5ACBA);
  font-size: 16px;
  letter-spacing: -0.1px;
}

.floor-top {
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.floor-block {
  padding: 20px 28px;
  width: 27%;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 5px;
  background: var(--neutral-100, #F8F9FB);
}

.floor-block p {
  font-size: 18px;
  font-weight: 600;
}

.floor-leaf .container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.floor-leaf::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1004px;
  background: #5F6D7E;
  z-index: -1;
}

.floor-leaf::after {
  content: "";
  position: absolute;
  width: 100%;
  margin-top: -1004px;
  height: 1004px;
  background: #151B28EB;
  z-index: 0;
}

.floor-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.floor-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 422px;
  background: #fff;
  border-radius: 5px;
  gap: 57px;
  z-index: 10;
}

.floor-feature img:first-child {
  width: 510px !important;
}

.floor-feature img:last-child {
  width: 243px;
}

.floor-fees {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 64px;
}

.floor-fees h2 {
  margin-bottom: 16px;
}

.floor-fees p {
  color: #5F6D7E;
}

.floor-fees p span {
  font-weight: 700;
}

.contact-form {
  margin-top: 64px;
  margin-bottom: 64px;
}

.contact-form h4 {
  margin-bottom: 112px;
  text-align: center;
}

.contact-form form {
  border-radius: 8px;
  background: var(--neutral-100, #F8F9FB);
  display: flex;
  height: auto;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.contact-form button {
  color: #fff;
}

.contact-input-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 8px;
}

.contact-input-div label {
  color: var(--gray-700, #272D37);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.contact-input-div input {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  border-radius: 6px;
  align-self: stretch;
  border: 1px solid var(--neutral-700, #DAE0E6);
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  color: #717171;
}

.contact-input-div textarea {
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--neutral-700, #DAE0E6);
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  color: #717171;
}

.neighborhood-text {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 64px;
}

.neighborhood-text h4 {
  margin-bottom: 16px;
}

.neighborhood-text p {
  color: var(--gray-50, #5F6D7E);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
}

.neighborhood-contact {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  height: 756px;
}

.neighborhood-contact iframe {
  height: 756px;
  width: 100%;
}

.neighborhood-map {
  position: absolute;
  left: 0;
  top: 0;
  height: 756px;
  width: 100%;
  z-index: 0;
}

.neighborhood-form {
  width: 437px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 5px;
  border: 1px solid var(--Neutral-600, #EAEBF0);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  background: var(--Base-White, #FFF);
  z-index: 1;
}

.neighborhood-form div {
  width: 100%;
}

.neighborhood-form h2 {
  color: var(--Gray-700, #272D37);
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px:
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}

.neighborhood-form p {
  margin-bottom: 24px;
  color: var(--Gray-50, #5F6D7E);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
}

.neighborhood-form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.wpcf7-not-valid-tip {
	margin-top: -24px;
}

/* .neighborhood-form .wpcf7-form-control-wrap {
	margin-bottom: 24px;
} */

.neighborhood-form input {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Neutral-700, #DAE0E6);
  color: #717171;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

.neighborhood-form textarea {
  display: flex;
  height: 124px;
  align-items: flex-start;
  align-self: stretch;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid var(--Neutral-700, #DAE0E6);
  color: #717171;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

.neighborhood-form button {
  color: #fff;
}

.neighborhood-gallery {
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.neighborhood-gallery-img {
  max-width: 500px;
  height: 488px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.neighborhood-gallery-img img {
  height: 100%;
  width: auto;
}

.gallery-block .container {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.gallery-img {
  width: 49%;
  height: 483px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.gallery-img:nth-child(3) {
  width: 100%;
}

.gallery-img:nth-child(6) {
  width: 100%;
}

.gallery-img:nth-child(11) {
  width: 100%;
}

.gallery-img img {
  width: 100%;
  object-fit: cover;
}

.amenties-block .container {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.amenties-img {
  position: relative;
  width: 49%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 488px;
}

.amenties-img:nth-child(3), .amenties-img:nth-child(4), .amenties-img:nth-child(7), .amenties-img:nth-child(8) {
  width: 100%;
}

.amenties-img:nth-child(4) div {
  right: 20px;
  left: auto;
}

.amenties-img img {
  width: 100%;
  object-fit: cover;
  /* height: 488px; */
}

.amenties-img div {
  position: absolute;
  padding: 10px 30px;
  background: #151B28;
  color: var(--Base-White, #FFF);
  bottom: 20px;
  left: 20px;
  /* z-index: 2; */
}

.amenties-img p {
  font-family: 'Ermilov';
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.48px;
  
}

.amenties-top {
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.amenties-div {
  padding: 20px 28px;
  width: 27.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 5px;
  background: var(--neutral-100, #F8F9FB);
}

.amenties-div:nth-child(4), .amenties-div:nth-child(5) {
  width: 44.1%;
}

.amenties-div p {
	font-size: 18px;
	font-weight: 600;
}

.header-burger {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: max-content;
  height: max-content;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  position: relative;
  color: inherit;
  background-color: transparent;
  border: none;
}

.header-burger svg {
  width: 15px;
  height: 15px;
}

.header-burger span {
  /* display: block;
  border-radius: .25rem;
  background-color: rgba(var(--cl-grn), 1);
  width: 100%;
  height: 2px */
  margin-left: 9px;
  font-size: 12px;
  font-family: "Inter";
  color: var(--Base-White, #FFF);
  line-height: 22px;
  font-weight: 600;
}

@media (max-width:1200px) {
	.amain-gallery-div {
/* 		width: 297px; */
	}
  .floor-feature img:first-child {
    width: 400px !important;
  }
  .floor-block {
    width: 40%;
  }
  .header-burger {
    /* margin-left: auto; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .home-hazelton {
    height: 161px;
  }
  .main-wecant::after {
    height: 288px;
  }
  .gallery-shadow {
/*     width: 298px; */
  }
  .header-block-nav {
    display: none;
  }
  .amenties-div:nth-child(4) {
    width: 27.5%;
  }
  .amenties-div:nth-child(5) {
    width: 61.7%;
  }
  .main-affordable-img {
    width: auto;
  }
  .availability-second {
    gap: 15px;
  }
  .availability-second form {
    justify-content: start !important;
    gap: 5px;
  }
  .availability-refine {
    width: 100% !important;
  }
  .contact-form h4 {
    margin-bottom: 64px;
  }
  .neighborhood-gallery-img {
    max-width: 450px;
  }
}

@media (max-width:992px) {
	.amain-gallery-div {
/* 		width: 207px; */
	}
  .floor-leaf::before {
    height: 1744px;
  }
  .floor-leaf::after {
    margin-top: -1744px;
    height: 1744px;
  }
  .floor-feature {
    width: 80%;
    height: 380px;
  }
  .gallery-img {
    width: 100%;
    height: 400px;
  }
  .gallery-shadow {
/*     width: 208px; */
  }
  .amenties-div:nth-child(5) {
    width: 64%;
  }
  .amenties-img {
    width: 100%;
  }
  .footer-bottom {
    gap: 15px;
    flex-direction: column;
  }
  .footer-bottom p {
    text-align: center;
  }
  .home-video {
    height: 500px;
  }
  
  .home-video::before {
    height: 500px;
  }
  
  .home-video div {
    height: 500px;
  }
  .login-first {
    width: 40% !important;
  }
  .availability-second {
    align-items: start !important;
    flex-direction: column !important;
  }
  .neighborhood-gallery-img {
    max-width: 350px;
    height: 350px;
  }
  .neighborhood-contact {
    align-items: center;
  }
  .neighborhood-text {
    margin-bottom: 750px;
  }
  .neighborhood-form {
    position: absolute;
    margin-top: -1520px;
  }
}

@media (max-width: 768px) {
	.main-gallery-block {
		height: 360px;
	}
.main-gallery {
  height: 360px;
}

.main-gallery::before {
  height: 360px;
}

.main-gallery::after {
  height: 360px;
}
	.amain-gallery-div {
		height: 253px;
	}
  .floor-block {
    width: 100%;
  }
  .floor-leaf::before {
    height: 1292px;
  }
  
  .floor-leaf::after {
    margin-top: -1292px;
    height: 1292px;
  }
  .floor-feature {
    width: 100%;
    gap: 20px;
    height: 267px;
  }
  .floor-feature img:first-child {
    width: 300px !important;
  }
  
  .floor-feature img:last-child {
    width: 220px;
  }
  .gallery-img {
    height: 300px;
  }
  .header-div-cover h1 {
    text-align: center;
  }
  .amenties-div {
    width: 100%;
  }
  .amenties-div:nth-child(4), .amenties-div:nth-child(5) {
    width: 100%;
  }
  footer {
    height: max-content;
  }
  .footer-top {
    flex-direction: column;
    gap: 10px;
  }
  .footer-logo {
    width: 100%;
    justify-content: space-around;
  }
  .footer-bottom {
    gap: 30px;
  }
  .footer-bottom ul {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom p {
    margin-bottom: 40px;
  }
  .main-gallery-div {
    height: 300px;
  }
  .gallery-shadow {
/*     width: 149px; */
  }
  .login-section {
    flex-direction: column !important;
  }
  .login-first {
    width: 100% !important;
    margin-bottom: 64px;
    padding: 0 !important;
  }
  .login-text:last-child {
    justify-content: center;
  }
  .availability-second {
    gap: 29px;
  }
  .availability-search {
    align-items: start !important;
    flex-direction: column !important;
  }
  .availability-block-third td {
    padding: 11px 80px !important;
  }
  .availability-search {
    width: 100% !important;
  }
  .contact-form h4 {
    margin-bottom: 14px;
  }
  .neighborhood-gallery-img {
    max-width: 260px;
    height: 260px;
  }
}

@media (max-width: 576px) {
  .floor-leaf::before {
    height: 1048px;
  }
  
  .floor-leaf::after {
    margin-top: -1048px;
    height: 1048px;
  }
  .floor-feature {
    height: 206px !important;
  }
  .floor-feature img:first-child {
    width: 205px !important;
  }
  .floor-feature img:last-child {
    width: 170px;
  }
  .main-cover-a {
    text-align: center;
  }
  .gallery-img {
    height: 236px;
  }
  .main-affordable-img img {
    width: 100%;
    height: auto;
  }
  .home-video {
    height: 342px;
  }
  
  .home-video::before {
    height: 342px;
  }
  
  .home-video div {
    height: 342px;
  }
  .menu-container {
    max-width: 576px !important;
    text-align: center;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 25px;
    width: 100% !important;
  }
  header .button span, .header-burger span {
    font-size: 12px;
  }
  .main-cover-div p {
    text-align: center;
  }
  .header-div-cover {
    height: 625px;
  }
  .main-cover {
    height: 625px;
  }
  .main-cover-div {
    margin-top: -625px;
    height: 625px;
  }
  .main-cover-phone img {
    width: 52px;
    height: 52px;
  }
  .main-wecant::after {
    height: 287px;
  }
  .amenties-img p {
    font-size: 18px;
  }
  .footer-logo a:last-child img {
    width: 40px;
    height: 40px;
  }
  .main-gallery {
/*     display: none; */
  }
  .main-gallery-div img {
    /* height: auto; */
    width: 100%;
    object-fit: cover;
  }
  .main-gallery-slider {
    /* height: 370px; */
    display: block !important;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
  }
  .main-gallery-slider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 370px;
    background: #5F6D7E;
    z-index: -1;
  }
  .main-gallery-slider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 370px;
    background: #151B28EB;
    z-index: 0;
  }
  .slick-initialized .slick-slide {
    position: relative !important;
    opacity: 1 !important;
  }
  .main-cover-a {
    font-size: 14px;
  }
  .home-hazelton-background h3 {
    font-size: 25px;
  }
  .gallery-shadow {
    width: 100%;
    height: 162px;
  }
  .main-gallery-div {
    height: 242px;
    display: flex !important;
    justify-content: center;
  }
  .main-gallery-div span {
    font-size: 14px;
  }
  .main-affor {
    flex-direction: column;
  }
  .main-affordable {
    width: 100%;
  }
  .main-affordable:first-child {
    margin-bottom: 20px;
  }
  .main-affordable:last-child {
    margin-top: 0;
  }
  .main-affordable-img {
    height: 283px;
  }
  .login-text {
    gap: 5px !important;
  }
  .login-text h2 {
    font-size: 19px !important;
  }
  .login-text svg {
    width: 139px;
  }
  .login-texts {
    gap: 0 !important;
  }
  .availability-second {
    padding: 20px 10px !important;
  }
  .availability-block-first td {
    padding: 11px 25px !important;
  }
  .availability-block-third td {
    padding: 11px 40px !important;
  }
  .main-cover-phone img {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .neighborhood-form {
    width: 75%;
    margin-top: -1050px;
  }
  .neighborhood-gallery-img {
    max-width: 290px;
    height: 236px;
  }
  .neighborhood-contact {
    height: 250px;
  }
  .neighborhood-map {
    display: flex;
    justify-content: center;
  }
  .neighborhood-map iframe {
    width: 90%;
    height: 250px;
  }
  .neighborhood-text {
    margin-bottom: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #showMoreBtn {
    /* margin-top: -350px; */
    /* position: absolute; */
    /* display: block; */
    color: #437EF7;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.1px;
    text-decoration-line: underline;
    border: none;
    background: transparent;
  }
  #textContainer .initial {
    max-height: 230px;
    overflow: hidden;
  }
  
  #textContainer.expanded .initial {
    max-height: none;
  }
  
  #showMoreBtn {
    display: block !important;
  }
}


.main-gallery-slider {
	display: none !important;
}

.slick-initialized .slick-slide {
	height: 500px !important;
}
.slick-dotted.slick-slider {
	padding-top: 50px;
	margin-bottom: 0 !important;
}
.slick-dots {
	bottom: 31px !important;
}




.slick-initialized .slick-slide {
  position: relative;
  opacity: 1;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--cl-b), .6);
  z-index: 30;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  visibility: hidden;
  opacity: 0
}

.menu-container {
  padding: 3rem 1rem 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 320px;
  background: var(--Gray-950, #151B28);
  color: var(--Base-White, #FFF);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  -webkit-transition: .3s .3s;
  transition: .3s .3s
}

.menu-options {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1rem
}

.menu-options>* {
  width: 100%
}

.menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.menu .button {
  width: 100%
}

.menu .header-link__text {
  font-size: var(--t-xs)
}

.menu .header-link img,
.menu .header-link svg {
  width: 1.25rem;
  height: 1.25rem
}

.menu .socials {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.menu-close {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  right: .5rem;
  top: .5rem;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s
}

.menu-close:active {
  background-color: rgba(var(--cl-grn), .25)
}

.menu-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 22px;
  list-style-type: none;
}

.menu-nav__item {
  text-transform: uppercase;
  font-size: var(--t-md);
  font-weight: 500
}

.menu--active {
  visibility: visible;
  opacity: 1
}

.menu--active .menu-container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible
}

.overlay.active--mode .modal {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none;
  animation: none
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--cl-b), .7);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none
}

.modal--active {
  opacity: 1;
  visibility: visible;
  pointer-events: all
}

.modal-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem
}

.modal-body {
  max-width: 600px;
  background-color: rgba(var(--cl-w), 1);
  width: 100%;
  min-height: 400px;
  padding: 2.5rem 1rem;
  grid-gap: 1rem;
  position: relative
}

.modal-close {
  position: absolute;
  right: .75rem;
  top: .75rem;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s
}

.modal-close:active {
  background-color: rgba(var(--cl-grn), .25)
}

.modal-title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;
  text-transform: uppercase
}

.slick-slide {
  height: 280px !important;
  max-width: 100% !important;

}

.slick-list {
  z-index: 1;
}

.availability-block-first table {
  background: #F8F9FB;
  margin-bottom: 18px;
  font-size: 16px;
  color: var(--Gray-50, #5F6D7E);
  
}

.availability-block-first td {
  padding: 11px 38px;
}

.availability-head {
  padding-top: 64px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.availability-head h1 {
  font-size: 36px;
  margin-bottom: 16px;
}

.availability-head strong {
  margin-bottom: 16px;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
}

.availability-second {
  background: #F8F9FB;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 28px 34px;
  margin-top: 12px;
  margin-bottom: 64px;
}

.availability-second form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.availability-second label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.availability-second .button {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.availability-checkbox {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid var(--Neutral-700, #DAE0E6);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

.availability-refine {
  width: 400px;
}

.availability-search {
  width: 650px;
}

.availability-find {
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid var(--Neutral-700, #DAE0E6);
  background: var(--Base-White, #FFF);

  /* Shadow/XSM */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

.availability-block-third {
  margin-bottom: 64px;
}

.availability-block-third h1 {
  font-size: 36px;
  margin-bottom: 16px;
}

.availability-block-third table {
  margin-top: 18px;
  background: #F8F9FB;
  margin-bottom: 18px;
  font-size: 16px;
  color: var(--Gray-50, #5F6D7E);
  
}

.availability-block-third td {
  padding: 11px 120px;
}

.availability-block-third .button {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.login-page .header-div-cover {
  height: 600px !important;
}

.login-page .main-cover {
  background: var(--gray-950, #151B28);
  height: 600px !important;
  opacity: 0.4;
}

.login-page .main-cover-div {
  margin-top: -600px !important;
  height: 600px !important;
}

.login-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 64px;
  padding-bottom: 64px;
}

.login-first {
  width: 35%;
  padding: 0 32px;
  
}

.login-container {
  border-radius: 8px;
  background: var(--Neutral-100, #F8F9FB);
  padding: 32px;
}

.login-container form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.login-container .button {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  width: 94px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  color: var(--Gray-700, #272D37);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.form-group input {
  padding: 12px 16px;
  display: flex;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Neutral-700, #DAE0E6);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  color: var(--Gray-25, #919BA7);
}

.form-footer {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-footer a {
  color: var(--Gray-700, #272D37);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-decoration-line: underline;
}

.login-second {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.login-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.login-text:last-child {
  gap: 15px;
}

.login-text img {
  width: 64px;
  height: 64px;
}

.login-text h2 {
  color: var(--Gray-700, #272D37);
  font-family: Ermilov;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.64px;
}

.login-text p {
  color: var(--Gray-50, #5F6D7E);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
}

.login-texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.login-texts a {
  color: var(--Gray-50, #5F6D7E);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.1px;
  text-decoration-line: underline;
}

#showMoreBtn {
  display: none;
  width: 100%;
}

.wpcf7-form-control-wrap {
	display: contents;
}

#menu-primary-1 {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.menu--active {
	margin-top: 86px;
}

.menu-close {
	display: none;
}

#homeBlock .text-container {
    overflow: hidden;
    max-height: 13.5em; /* встановіть висоту, яка відповідає 9 рядкам тексту */
    position: relative;
}

#homeBlock.expanded .text-container {
    max-height: none;
}

#homeBlock .additional-text {
    margin-top: 0;
}

#homeBlock.collapsed .additional-text {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	width: auto;
}

.container-gallery {
	width: 120%;
}

@media (max-width: 768px) {
	.slick-initialized .slick-slide {
		height: 253px !important;
	}
}
@media (max-width: 576px) {
	.container-gallery {
		width: 200%;
	}
}
@media (max-width: 400px) {
	.slick-initialized .slick-slide {
		height: 200px !important;
	}
	.main-gallery-block {
		height: 320px;
	}
	.main-gallery {
	  height: 320px;
	}

	.main-gallery::before {
	  height: 320px;
	}

	.main-gallery::after {
	  height: 320px;
	}
	.amain-gallery-div {
		height: 253px;
	}
}

@media (min-width: 1500px) {
	.slick-initialized .slick-slide {
		height: 67vh !important;
	}
	.main-gallery-block {
		height: 80vh;
	}
	.main-gallery {
	  height: 80vh;
	}

	.main-gallery::before {
	  height: 80vh;
	}

	.main-gallery::after {
	  height: 80vh;
	}
	.amain-gallery-div {
		height: 67vh;
	}
}

.main-affor .main-affordable:last-child, .floor-fees {
	display: none;
}

.floor-feature {
	gap: 10px;
}

.floor-feature > img:last-child {
	height: 60px;
	width: auto;
}

.main-cover-div img {
	margin-bottom: 315px;
	width: 220px;
	position: absolute;
}

@media (max-width: 576px) {
	.main-cover-div img {
		margin-bottom: 245px;
    	width: 200px;
	}
}

@media (max-width: 415px) {
	.main-cover-div h1 {
		font-size: 34px;
	}
}