* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Manrope", sans-serif;
  scroll-behavior: smooth;
}

.container-full {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container-land {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.sub-title-text {
  font-weight: 500;
  font-size: 48px;
  line-height: 135%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: "Manrope", sans-serif;
}

#land-page {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(../img/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1f2633;
}

#slide-section {
  position: relative;
  overflow: hidden;
  background: #1f2633;
  padding-top: 50px;
}

#slide-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: -180px;
  width: 100%;
  height: 300px;
  background: #1f2633;
  filter: blur(50px);
}

#land-page::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -180px;
  width: 100%;
  height: 300px;
  background: #1f2633;
  filter: blur(50px);
}

.land-page {
  width: 100%;
  position: relative;

}

.land-page-header {
  padding: 40px 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Manrope", sans-serif;
}

.land-page-header-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  max-width: 290px;
  width: 100%;
}
.land-page-header-links > p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
}

.land-page-header-links a {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-right: auto;
  text-decoration: none;
}

.land-page-header-links a p {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.phone-icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4d6c4;
}

.land-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 8px;
}

.land-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 50px;
}

.text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  z-index: 1;
  font-family: "Manrope", sans-serif;
}
.text-content h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 135%;
  color: #fff;
  font-family: "Manrope", sans-serif!important;
  margin-bottom: 0px;	
}

.text-content h1 span {
  color: #988264;
}

.text-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  gap: 16px;
  margin: 0;
}

.text-content ul li {
  font-weight: 500;
  font-size: 26px;
  line-height: 151%;
  color: #fff;
  padding-left: 48px;
  position: relative;
}

.text-content ul li::before {
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url(../img/tick.svg);
  border: none;
  width: 32px;
  height: 32px;
  position: absolute;
}

.land-form {
  max-width: 875px;
  width: 100%;
  border: 0.87px solid rgba(255, 255, 255, 0.62);
  border-radius: 5px;
  backdrop-filter: blur(10.321921348571777px);
  font-family: "Manrope", sans-serif;
  background: linear-gradient(
    36deg,
    rgba(44, 44, 44, 0.59) 0%,
    rgba(86, 86, 86, 0.59) 100%
  );
  padding: 30px 46px 18px 46px;
  position: relative;
  z-index: 2;
}
.post-2813 .land-form {
  visibility: hidden;
}

#slide-section.post-2813 .swiper {
    visibility: hidden;
	height: 100%;
}
#slide-section.post-2813 a {
    display: none;
}
.land-form p:first-child {
  font-weight: 600;
  font-size: 24px;
  line-height: 151%;
  color: #fff;
}

.land-form p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #6c6c6c;
}

.land-form p:last-child a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}

.land-form-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 26px 0 16px 0;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"]{
	padding: 0;
}

.land-form-inputs p{
  display: flex;
  gap: 5px;
}

.post-2715 .screen-reader-response ul{
	display:none;
}
.post-2715 .screen-reader-response p{
	color: #ff7979;
	font-size: 16px!important;
	margin-top: 20px;
}
.post-2715 .wpcf7-not-valid-tip{
	font-size: 12px;
	color: #fda7a7;
}
.post-2715 .wpcf7-response-output{
	display:none;
}


@media all and (max-width: 768px) {
	.land-form-inputs p{
	  display: block;	
	}
	.land-form-inputs p input{
	  margin: 5px 0;			
	}
}

.land-form-inputs input {
  font-weight: 400;
  font-size: 16px;
  line-height: 151%;
  color: rgba(34, 34, 34, 0.69);
  padding: 0 20px;
}

.land-form-inputs input:nth-child(1) {
  border-radius: 5px;
  width: 222px;
  height: 70px;
  background: #d9d9d9;
  border: none;
  outline: none;
}

.land-form-inputs input:nth-child(2) {
  border-radius: 5px;
  width: 278px;
  height: 70px;
  background: #d9d9d9;
  border: none;
  outline: none;
}

.land-btn {
  border-radius: 5px;
  width: 259px;
  background: linear-gradient(47deg, #e4d6c4 0%, #d1bfa6 100%);
  height: 70px;
  border: none;
  box-shadow: 0 0 8px 1px #d1bfa6;
  font-weight: 500;
  font-size: 16px;
  line-height: 151%;
  color: #584b41;
  cursor: pointer;
  font-family: "Manrope", sans-serif!important;
}

.land-btn span {
  font-weight: 700;
}

.img-content {
  position: relative;
}

.woomen-img {
  max-width: 500px;
  object-fit: contain;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 0;
}
.city-img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 0;
  opacity: 0.9;
}
.city-img-m {
  height: 220px;
}
.magazine-img {
  position: absolute;
  top: 295px;
  left: -150px;
  z-index: 2;
}

.woomen-badge {
  position: absolute;
  font-family: "Manrope", sans-serif;
  top: 250px;
  right: -140px;
  padding: 20px;
  border: 0.87px solid rgba(255, 255, 255, 0.62);
  border-radius: 5px;
  backdrop-filter: blur(15px);
  background: linear-gradient(
    36deg,
    rgba(44, 44, 44, 0.59) 0%,
    rgba(86, 86, 86, 0.59) 100%
  );
}

.woomen-badge p:first-child {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: #fff;
  font-family: "Roboto Serif", sans-serif;
  margin-bottom: 0;
}

.woomen-badge p:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 159%;
  color: #dbad6e;
}

.land-slider {
  width: 1100px;
  height: 600px;
  overflow: visible;
  position: relative;
}

.land-nav {
  display: flex;
  align-items: center;
  width: calc(100% + 60px);
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -30px;
  z-index: 2;
}

.btn-slide {
  border-radius: 50%;
  background: #e4d6c4;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.slider-wrapper {
  margin-top: 60px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.take-cat_btn {
  border-radius: 5px;
  width: 259px;
  background: linear-gradient(47deg, #e4d6c4 0%, #d1bfa6 100%);
  height: 70px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 151%;
  color: #584b41;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none!important;
}

.land-pagination {
  position: absolute;
  bottom: 20px !important;
  left: 50% !important;
  transform: translate(-50%, 0);
  z-index: 4;
  display: flex;
  width: fit-content !important;
  justify-content: center;
}

.land-pagination span {
  width: 8px;
  height: 8px;
  background: #d8c7b0;
}

.land-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.woomen-m {
  display: none;
}
@media all and (max-width: 1660px) {
  .container-land {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .woomen-badge {
    z-index: 3;
    position: absolute;
    top: unset;
    bottom: 100px;
    right: -57px;
    padding: 20px;
  }

  .woomen-img {
    max-width: 400px;
  }

  #slide-section {
    padding-top: 0;
  }

  .land-slider {
    width: 860px;
    height: 500px;
  }

  .magazine-img {
    width: 335px;
    height: auto;
    top: 234px !important;
    left: -200px !important;
  }

  #land-page::after {
    bottom: 0;
  }

  .land-content {
    gap: 50px;
  }

  .magazine-img {
    position: absolute;
    top: 170px;
    left: -200px;
    z-index: 2;
  }

  .land-form-inputs input:nth-child(1) {
    width: 230px;
  }

  .land-form-inputs input:nth-child(2) {
    width: 230px;
  }
  .land-form {
    max-width: 800px;
    width: 100%;
    padding: 30px;
  }

  .text-content h1 {
    font-size: 54px;
  }

  .land-form-inputs {
    gap: 10px;
  }

  .text-content ul li {
    font-size: 20px;
  }

  .text-content ul li::before {
    width: 24px;
    height: 24px;
    background-size: cover;
  }

  .land-form p:first-child {
    font-size: 20px;
  }
}

@media all and (max-width: 1400px) {
  .container-land {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .land-content {
    position: relative;
    width: 100%;
    padding-top: 80px;
  }

  .text-content {
    width: 100%;
  }
  .img-content {
    position: absolute;
    right: 0;
    top: 0;
  }

  .land-form {
    max-width: 100%;
    width: 100%;
    padding: 30px;
  }

  .land-form-inputs {
    max-width: 740px;
    width: 100%;
  }

  .text-content h1 {
    font-size: 48px;
  }

  .woomen-img {
    max-width: 310px;
  }

  .img-content {
    position: absolute;
	max-width: 400px;
    right: 0px;
    top: 20px;
  }

  .magazine-img {
    position: absolute;
    top: 215px !important;
    left: -170px;
    z-index: 2;
    width: 280px !important;
  }

  .woomen-badge p:first-child {
    font-size: 16px;
  }

  .woomen-badge p:last-child {
    font-size: 14px;
  }

  .woomen-badge {
    z-index: 3;
    position: absolute;
    top: 230px;
    right: -40px;
    padding: 20px;
    bottom: unset;
  }

  .land-page {
    width: 100%;
    position: relative;
  }

  .text-content ul {
    position: relative;
    z-index: 4;
  }

  #slide-section {
    padding-top: 50px;
  }

  .land-slider {
    width: 700px;
    height: 400px;
  }
}

@media all and (max-width: 1200px) {
  .text-content h1 {
    font-size: 44px;
  }
}

@media all and (max-width: 768px) {
  .container-land {
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
.city-img {
  opacity: 0.4;
  display: none;
}
  .section-logo {
    width: 91px;
  }

  .land-page-header-links a p {
    font-size: 16px;
  }

  .land-page-header-links > p span {
    display: none;
  }

  .land-page-header-links a {
    margin-right: 0;
  }

  .land-page-header-links {
    gap: 0;
  }
  .text-content h1 br {
    display: none;
  }
  .text-content h1 {
    font-size: 28px;
  }

  .text-content {
    flex-direction: column;
    align-items: center;
  }

  .container-land {
    overflow: visible;
  }

  .land-form {
    margin-top: -150px;
  }
  .land-form-city {
    margin-top: -10px!important;
  }
  .text-content ul li {
    font-size: 16px;
    padding-left: 38px;
  }

  .land-content {
    padding-top: 60px;
  }

  .land-form-inputs {
    flex-wrap: wrap;
  }

  .land-form-inputs input:nth-child(1),
  .land-form-inputs input:nth-child(2) {
    width: 100%;
  }

  .land-page {
    height: fit-content;
  }

  .land-form p:first-child {
    font-size: 18px;
  }

  .land-btn {
    width: 100%;
    box-shadow: none;
  }
  .woomen-m {
    display: flex;
    position: relative;
    z-index: 4;
    margin-top: -80px;
  }

  .woomen-m img {
    width: 390px;

    height: auto;
  }

  .sub-title-text {
    font-size: 28px;
    text-align: left;
    max-width: 300px;
    width: 100%;
  }

  .text-content {
    gap: 20px;
  }

  .woomen-img {
    display: none;
  }

  .magazine-img {
    display: none;
  }

  .woomen-badge {
    display: none;
  }

  .container-full {
    max-width: 355px;
  }

  .land-slider {
    width: 355px;
    height: 350px;
  }

  .slide-section {
    padding-top: 50px;
  }

  .slider-wrapper {
    margin-top: 30px;
  }

  .land-nav {
    width: 100%;
    left: 0;
    padding: 0 16px;
  }

  .btn-slide {
    width: 40px;
    height: 40px;
  }

  .btn-slide svg {
    width: 16px;
    height: 16px;
  }

  .land-pagination {
    width: fit-content !important;
    position: absolute;
    bottom: 10px !important;
    left: 50% !important;
    transform: translate(-50%, 0);
    z-index: 4;
  }

  .woomen-badge-m {
    display: flex;
    width: 230px !important;
    top: 362px !important;
    left: 130px !important;
    flex-direction: column;
    padding: 10px !important;
  }

  .woomen-badge-m p:last-child {
    font-size: 12px;
  }

  .land-page-header {
    padding: 16px 0 0 0;
  }

  .land-slide img {
    border-radius: 4px;
  }
}
