body,
html {
  overflow-x: hidden;
  font-family: "Onest", sans-serif;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Onest", sans-serif;
}

input,
textarea {
  border: none;
}
input:focus,
textarea:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
  border: none;
  transition: 0.3s;
  background: none;
}
button:focus {
  outline: none;
  border: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

.wrapper {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.main-title {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.main-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #471224;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 34px;
  border-radius: 40px;
  color: #ebe5e0;
}
.main-btn img {
  margin-left: 15px;
}
.main-btn:hover {
  background: #631932;
}
.main-btn.scroll {
  background: white;
  color: #471224;
}

.white-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #471224;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 34px;
  border-radius: 40px;
  color: #471224;
}
.white-btn:hover {
  background: #471224;
  color: #ebe5e0;
}

@font-face {
  font-family: "KZ PF Champion Script Pro";
  src: url("../fonts/KZPFChampionScriptPro-Regular.woff2") format("woff2"), url("../fonts/KZPFChampionScriptPro-Regular.woff") format("woff"), url("../fonts/KZPFChampionScriptPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.banner {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
}
.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.banner .wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner .info {
  padding: 70px 0;
  margin-top: auto;
  text-align: center;
}
.banner .info h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Prosto One";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .banner .info h1 {
    font-size: 4.7vw;
    margin-top: 20px;
    line-height: inherit;
  }
}
@media (max-width: 767px) {
  .banner .info h1 {
    font-size: 6.2vw;
  }
}
.banner .info p {
  color: #FFF;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .banner .info p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner .info p {
    font-size: 18px;
    line-height: 120%;
  }
}
.banner .info .buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .banner .info .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}
.banner .info .buttons a {
  padding: 12px 40px;
  margin: 0 7px;
  font-family: "Onest", sans-serif;
  color: #000;
  font-size: 16px;
  overflow: hidden;
  font-weight: 600;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #B47F60;
  min-width: 230px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .banner .info .buttons a {
    margin: 0;
    margin-top: 15px;
  }
}
.banner .info .buttons a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, #FFFFE3 0%, #DEC48F 41%, #F4E5B1 100%), linear-gradient(0deg, #DEC58C 0%, #DEC58C 100%), linear-gradient(122deg, #AA851B -106.82%, #F7CD93 96.53%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #B47F60;
  opacity: 0;
  transition: 0.3s;
}
.banner .info .buttons a:hover:after {
  opacity: 1;
}
.banner .info .buttons a.download-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, #FFFFE3 0%, #DEC48F 41%, #F4E5B1 100%), linear-gradient(0deg, #DEC58C 0%, #DEC58C 100%), linear-gradient(122deg, #AA851B -106.82%, #F7CD93 96.53%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #B47F60;
  opacity: 1;
}
.banner .info .buttons a.download-btn:hover:after {
  opacity: 0;
}

.info-block {
  padding: 40px 0;
  background: white;
  position: relative;
  z-index: 0;
}
.info-block .fon {
  position: absolute;
  z-index: -1;
  bottom: -40px;
  right: 0;
}
@media (max-width: 1024px) {
  .info-block .fon {
    display: none;
  }
}
.info-block .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .info-block .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .info-block .items {
    grid-template-columns: 1fr;
  }
}
.info-block .items .item {
  border-radius: 15px;
  background: linear-gradient(180deg, #2F496E 0%, #242D4C 100%), linear-gradient(129deg, #1E3D3C -24.89%, #0B1F1F 149.37%), linear-gradient(180deg, #2F496E 0%, #242D4C 100%), #374133;
  padding: 20px 10px;
  text-align: center;
}
.info-block .items .item b {
  margin-bottom: 15px;
  font-size: 56px;
  font-weight: normal;
  display: block;
  font-family: "Prosto One";
  color: #DEC58C;
}
@media (max-width: 1100px) {
  .info-block .items .item b {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .info-block .items .item b {
    font-size: 44px;
    text-align: center;
  }
}
.info-block .items .item b span {
  font-size: 22px;
  font-weight: normal;
  color: #DEC58C;
  font-family: "Prosto One";
}
.info-block .items .item > span {
  font-size: 22px;
  color: white;
  font-weight: 200;
  font-family: "Onest", sans-serif;
}
@media (max-width: 1024px) {
  .info-block .items .item > span {
    font-size: 20px;
    text-align: center;
    display: block;
  }
}
.info-block .items .item:last-child {
  grid-column: 4/6;
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .info-block .items .item:last-child {
    grid-column: inherit;
    padding-left: 15px;
  }
}
.info-block .items .item .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .info-block .items .item .texts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.info-block .items .item .texts img {
  margin-right: 40px;
}
.info-block .items .item .texts > span {
  font-size: 22px;
  color: white;
  text-align: center;
  font-weight: 200;
  font-family: "Onest", sans-serif;
}
@media (max-width: 1024px) {
  .info-block .items .item .texts > span {
    font-size: 20px;
  }
}
.info-block .info-bottom {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .info-block .info-bottom {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .info-block .info-bottom {
    grid-template-columns: 1fr;
  }
}
.info-block .info-bottom .bg {
  position: relative;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .info-block .info-bottom .bg {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .info-block .info-bottom .bg {
    min-height: 75vw;
    border-radius: 12px;
  }
}
.info-block .info-bottom .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/advantages-info-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.info-block .info-bottom .info-wrapper {
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .info-block .info-bottom .info-wrapper {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .info-block .info-bottom .info-wrapper {
    padding: 0;
  }
}
.info-block .info-bottom .info-wrapper h3 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .info-block .info-bottom .info-wrapper h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .info-block .info-bottom .info-wrapper h3 {
    font-size: 30px;
  }
}
.info-block .info-bottom .info-wrapper p {
  color: #000;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .info-block .info-bottom .info-wrapper p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.info-block .info-bottom .info-wrapper .white-btn {
  border-radius: 26.376px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  color: #fff;
  border: 1px solid #1A213A;
  background: #1A213A;
}
.info-block .info-bottom .info-wrapper .white-btn:hover {
  background: white;
  color: #1A213A;
}
.info-block .info-bottom .info-wrapper .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .info-block .info-bottom .info-wrapper .address {
    font-size: 18px;
    margin-top: 30px;
  }
}
.info-block .info-bottom .info-wrapper .address img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .info-block .info-bottom .info-wrapper .address img {
    margin-right: 10px;
    width: 20px;
  }
}

.get-consultation2 {
  padding: 40px 0;
  position: relative;
  z-index: 0;
}
.get-consultation2:after {
  content: "";
  background: url(../img/info-block-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.get-consultation2 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.get-consultation2 .wrapper .bg {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .get-consultation2 .wrapper .bg {
    display: none;
  }
}
.get-consultation2 .texts {
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .get-consultation2 .texts {
    max-width: 100%;
  }
}
.get-consultation2 h2 {
  color: #FFF;
  font-family: "Prosto One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .get-consultation2 h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .get-consultation2 h2 {
    font-size: 30px;
  }
}
.get-consultation2 p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .get-consultation2 p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .get-consultation2 p {
    font-size: 20px;
  }
}
.get-consultation2 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .get-consultation2 form {
    flex-direction: column;
    width: 100%;
  }
}
.get-consultation2 form input {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-right: 20px;
  width: 180px;
  font-family: "Onest", sans-serif;
  color: #fff;
}
.get-consultation2 form input::-webkit-input-placeholder {
  color: #fff;
  font-family: "Onest", sans-serif;
}
.get-consultation2 form input::-moz-placeholder {
  color: #fff;
  font-family: "Onest", sans-serif;
}
.get-consultation2 form input:-ms-input-placeholder {
  color: #fff;
  font-family: "Onest", sans-serif;
}
.get-consultation2 form input:-moz-placeholder {
  color: #fff;
  font-family: "Onest", sans-serif;
}
@media (max-width: 1200px) {
  .get-consultation2 form input {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .get-consultation2 form input {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .get-consultation2 form input {
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
  }
}
.get-consultation2 form button {
  padding: 12px 24px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  border-radius: 26.376px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: linear-gradient(90deg, #FFFFE3 0%, #DEC48F 41%, #F4E5B1 100%), linear-gradient(0deg, #DEC58C 0%, #DEC58C 100%), linear-gradient(128deg, #AA851B -68.38%, #F7CD93 96.85%), #B47F60;
}
@media (max-width: 767px) {
  .get-consultation2 form button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
  }
}
.get-consultation2 form button .icon {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 16px;
  min-width: 32px;
  background: #471224;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.get-consultation2 form button .icon img {
  margin: auto;
}

.video-wrap .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50vw;
}
@media (max-width: 1024px) {
  .video-wrap .video {
    height: 55vw;
  }
}
.video-wrap .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-wrap {
  margin: 20px 0;
}
.map-wrap .wrapper .map-img {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .map-wrap .wrapper .map-img {
    margin-bottom: 20px;
    min-height: 220px;
  }
}
.map-wrap .wrapper h2 {
  color: #000;
  font-family: "Prosto One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 94%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .map-wrap .wrapper h2 {
    font-size: 27px;
  }
}
.map-wrap .wrapper .tab-wrap {
  padding: 25px;
  border-radius: 10px;
  border: 0.746px solid rgba(63, 131, 128, 0);
  background: linear-gradient(0deg, #1A213A 0%, #1A213A 100%), linear-gradient(0deg, #0B1F1F 0%, #0B1F1F 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), linear-gradient(180deg, #404040 0%, #1C1A1C 100%);
}
@media (max-width: 767px) {
  .map-wrap .wrapper .tab-wrap {
    border-radius: 8px;
    padding: 20px;
  }
}

.tab-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}
.tab-menu li {
  margin-right: 30px;
}
.tab-menu li:last-child {
  margin-right: 0;
}
.tab-menu li a {
  padding-bottom: 20px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  .tab-menu li a {
    padding: 15px;
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }
}
.tab-menu li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DEC58C;
  opacity: 0;
  transition: 0.3s;
}
.tab-menu li.active a:after {
  opacity: 1;
}

.tab-content .tab-content-item {
  height: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-content .tab-content-item.active {
  height: auto;
  overflow: visible;
}

.map-info-slider.slick-list {
  margin: 0 -10px;
}
.map-info-slider .item {
  padding: 0 30px;
  position: relative;
  z-index: 0;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .map-info-slider .item {
    padding: 0 20px;
  }
}
.map-info-slider .item:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../img/map-info-style.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 7px;
  height: 66px;
}
.map-info-slider .item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-top: auto;
}
.map-info-slider .item p b {
  color: white;
  font-size: 30px;
  line-height: 90%;
  font-weight: normal;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .map-info-slider .item p b {
    font-size: 26px;
  }
}
.map-info-slider .item p > span {
  font-size: 18px;
  color: white;
}
@media (max-width: 767px) {
  .map-info-slider .item p > span {
    font-size: 16px;
  }
}
.map-info-slider .item > span {
  font-size: 18px;
  color: white;
}
@media (max-width: 767px) {
  .map-info-slider .item > span {
    font-size: 16px;
  }
}

.select-apartment {
  background: #fff;
  padding: 30px 0;
}
.select-apartment .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .select-apartment .wrapper {
    flex-direction: column;
  }
}
.select-apartment .wrapper h3 {
  color: #0B1F1F;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}
@media (max-width: 1024px) {
  .select-apartment .wrapper h3 {
    margin: 20px 0;
    text-align: center;
    font-size: 30px;
  }
}
.select-apartment .wrapper a {
  padding: 12px 24px;
  background: #1A213A;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid #1A213A;
}
.select-apartment .wrapper a:hover {
  background: white;
  color: #1A213A;
}

.request-call {
  padding: 20px;
  background: linear-gradient(0deg, #1A213A 0%, #1A213A 100%), linear-gradient(0deg, #0B1F1F 0%, #0B1F1F 100%), #1C1A1C;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .request-call {
    padding-top: 40px;
  }
}
.request-call .text-wrap {
  width: 45%;
  padding: 20px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .request-call .text-wrap {
    width: 100%;
    padding: 0;
  }
}
.request-call .img-wrap {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .request-call .img-wrap {
    display: none;
  }
}
.request-call .img-wrap img {
  width: 100%;
}
@media (max-width: 1024px) {
  .request-call {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .request-call {
    margin-bottom: 30px;
  }
}
.request-call h2 {
  color: #FAF2E7;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .request-call h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .request-call h2 {
    margin-bottom: 20px;
    line-height: 100%;
    font-size: 28px;
  }
}
.request-call h2 span {
  font-family: "KZ PF Champion Script Pro";
  font-size: 92px;
  color: #DEC58C;
  position: relative;
  top: 10px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .request-call h2 span {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .request-call h2 span {
    font-size: 60px;
    top: 0;
  }
}
.request-call .request-form {
  width: 100%;
}
.request-call .request-form .input {
  margin-bottom: 30px;
}
.request-call .request-form .input span {
  display: block;
  margin-bottom: 15px;
  color: white;
  font-size: 14px;
}
.request-call .request-form input {
  width: 100%;
  height: 42px;
  border-radius: 50px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: #23123c;
}
.request-call .request-form button {
  height: 42px;
  width: 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;
  border-radius: 50px;
  color: #0B1F1F;
  font-size: 16px;
  font-style: normal;
  background: white;
  font-weight: 600;
  line-height: normal;
  border: 1px solid #fff;
}

.tour-3d .info {
  height: 540px;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .tour-3d .info {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .tour-3d .info {
    height: 60vw;
  }
}
.tour-3d .info span {
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}

.info-wrap {
  padding: 40px 0;
  background: #fff;
}
.info-wrap .wrapper .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .info-wrap .wrapper .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.info-wrap .wrapper .title-wrap h2 {
  min-width: 400px;
  color: #000;
  font-family: "Prosto One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .info-wrap .wrapper .title-wrap h2 {
    font-size: 30px;
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .info-wrap .wrapper .title-wrap h2 {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .info-wrap .wrapper .title-wrap h2 br {
    display: none;
  }
}
.info-wrap .wrapper .title-wrap p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-wrap .wrapper .info-tags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .info-wrap .wrapper .info-tags {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .info-wrap .wrapper .info-tags {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 475px) {
  .info-wrap .wrapper .info-tags {
    grid-template-columns: 1fr;
  }
}
.info-wrap .wrapper .info-tags .info-tag {
  border-radius: 10px;
  background: linear-gradient(180deg, #2F496E 0%, #242D4C 100%), linear-gradient(0deg, #0B1F1F 0%, #0B1F1F 100%), #FFF;
  padding: 7px 12px 7px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.info-wrap .wrapper .info-tags .info-tag .icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 5px;
  background: #DEC58C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  border-radius: 5px;
}
.info-wrap .wrapper .info-tags .info-tag .icon img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .info-wrap .info-slider {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .info-wrap .info-slider .slick-list {
    margin: 0 -10px;
  }
}
.info-wrap .info-slider .item {
  margin: 40px 0;
  transition: 0.3s;
  width: 320px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .info-wrap .info-slider .item {
    width: auto;
    height: auto;
    margin: 0 10px;
  }
}
.info-wrap .info-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-wrap .info-slider .item.slick-center {
  transform: scale(1.1);
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  bottom: 50px;
  right: 60px;
  z-index: 10;
  width: 100px;
  overflow: hidden;
  border-radius: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .slider-navigation {
    width: 80px;
  }
}
.slider-navigation button {
  position: static;
  transform: translate(0, 0);
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  background: linear-gradient(90deg, #FFFFE3 0%, #DEC48F 41%, #F4E5B1 100%);
  height: 44px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slider-navigation button {
    width: 36px;
    height: 36px;
  }
}
.slider-navigation button:hover {
  opacity: 0.7;
}
.slider-navigation button img {
  margin: auto;
}
@media (max-width: 767px) {
  .slider-navigation button img {
    width: 16px;
  }
}
.slider-navigation button:before {
  content: none;
}
.slider-navigation button.slick-prev img {
  transform: rotate(180deg);
}

.planning-solutions {
  padding: 40px 0;
  background: linear-gradient(0deg, #1A213A 0%, #1A213A 100%), linear-gradient(0deg, #0B1F1F 0%, #0B1F1F 100%), #1C1A1C;
  position: relative;
  z-index: 0;
}
.planning-solutions:after {
  content: "";
  background: url(../img/planning-solutions-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .planning-solutions:after {
    content: none;
  }
}

.planning-solutions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  background: linear-gradient(180deg, #2F496E 0%, #242D4C 100%), linear-gradient(129deg, #1E3D3C -24.89%, #0B1F1F 149.37%), #383838;
  padding: 20px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .planning-solutions-wrap {
    flex-direction: column-reverse;
  }
}
.planning-solutions-wrap .slider-nav .slick-list {
  margin: -10px;
}
.planning-solutions-wrap .slider-nav .item {
  height: 180px;
  box-shadow: 3.058px 3.058px 7.646px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .planning-solutions-wrap .slider-nav .item {
    margin: 0 6px;
    height: auto;
    border-radius: 8px;
  }
}
.planning-solutions-wrap .slider-nav .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.planning-solutions-wrap .slider-nav .item.slick-current {
  opacity: 1;
}
.planning-solutions-wrap .slider-for .slick-list {
  margin: -15px;
}
.planning-solutions-wrap .slider-for .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  margin: 15px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.planning-solutions-wrap .slider-for .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.planning-solutions-wrap .left {
  width: 290px;
  min-width: 290px;
  margin-left: 15px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
  background: linear-gradient(0deg, #1A213A 0%, #1A213A 100%), linear-gradient(0deg, #0B1F1F 0%, #0B1F1F 100%), #1C1A1C;
}
@media (max-width: 767px) {
  .planning-solutions-wrap .left {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 20px 15px;
    display: block;
  }
}
.planning-solutions-wrap .right {
  width: calc(100% - 305px);
  position: relative;
  z-index: 0;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .planning-solutions-wrap .right {
    width: 100%;
  }
}
.planning-solutions-wrap .right .arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .planning-solutions-wrap .right .arrow-wrap {
    display: none;
  }
}
.planning-solutions-wrap .right .arrow-wrap .orange-btn {
  padding: 12px 40px;
  margin: 0 7px;
  font-family: "Onest", sans-serif;
  color: #000;
  font-size: 16px;
  overflow: hidden;
  font-weight: 600;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #B47F60;
  min-width: 230px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .planning-solutions-wrap .right .arrow-wrap .orange-btn {
    margin: 0;
    margin-top: 15px;
  }
}
.planning-solutions-wrap .right .arrow-wrap .orange-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, #FFFFE3 0%, #DEC48F 41%, #F4E5B1 100%), linear-gradient(0deg, #DEC58C 0%, #DEC58C 100%), linear-gradient(122deg, #AA851B -106.82%, #F7CD93 96.53%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #B47F60;
  transition: 0.3s;
}
.planning-solutions-wrap .right h2 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 1024px) {
  .planning-solutions-wrap .right h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .planning-solutions-wrap .right h2 {
    font-size: 23px;
  }
}

/*# sourceMappingURL=style.css.map */
