body,
html {
  overflow-x: hidden;
  font-family: "SF Pro Display";
}
body.overflow,
html.overflow {
  overflow: hidden !important;
}

.slick-track {
  display: flex;
}

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;
  background: url(../img/main-bg.png);
  background-repeat: repeat;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "SF Pro Display";
}

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: 1720px;
  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;
}

.banner {
  height: 100vh;
}
.banner .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50px;
  height: 100vh;
}

.header {
  padding: 30px 0;
  background: url(../img/header-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .header {
    padding: 26px 0;
  }
}
.header .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-info .header-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow-y: auto;
  height: calc(100dvh - 136px);
  transform: scale(0);
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-info .header-menu-wrap .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: normal;
  color: white;
}
@media (max-width: 1024px) {
  .header .header-info .header-menu-wrap .phone {
    margin-top: 30px;
  }
}
.header .header-info .header-menu-wrap .phone img {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .header .header-info .header-menu-wrap .phone img {
    width: 40px;
  }
}
.header .header-info .header-menu-wrap.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .header .header-info .header-menu-wrap {
    height: calc(100dvh - 90px);
  }
}
.header .header-info .header-menu-wrap .image {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header .header-info .header-menu-wrap .image {
    display: none;
  }
}
.header .header-info .header-menu-wrap .image .buttons2 {
  position: absolute;
  bottom: 150px;
  right: 150px;
  max-width: 530px;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1500px) {
  .header .header-info .header-menu-wrap .image .buttons2 {
    max-width: 400px;
  }
}
@media (max-width: 1400px) {
  .header .header-info .header-menu-wrap .image .buttons2 {
    margin-top: 20px;
    right: 50px;
    bottom: 50px;
  }
}
.header .header-info .header-menu-wrap .image .buttons2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.header .header-info .header-menu-wrap .image .buttons2 a .text {
  background: #F7DEBC;
  border-radius: 40px;
  padding: 12px 24px;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  text-align: center;
  color: #3B0608;
}
.header .header-info .header-menu-wrap .image .buttons2 a .circle {
  background: #F7DEBC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin-left: 6px;
}
.header .header-info .header-menu-wrap .image .buttons2 a .circle img {
  margin: auto;
  width: 20px;
}
.header .header-info .header-menu-wrap .image .buttons2 a.download .text {
  background: white;
}
.header .header-info .header-menu-wrap .image .buttons2 a.download .circle {
  background: white;
}
.header .header-info .header-menu-wrap .image .buttons2 a:hover .text {
  background: #3B0608;
  color: white;
}
.header .header-info .header-menu-wrap .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header-info .header-menu-wrap .info {
  width: 52%;
  background: rgba(110, 162, 200, 0.9);
  padding: 50px;
}
@media (max-width: 1024px) {
  .header .header-info .header-menu-wrap .info {
    width: 100%;
    padding: 30px 20px;
  }
}
.header .header-info .header-menu-wrap .info .logo-white {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .header .header-info .header-menu-wrap .info .logo-white {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 150px;
  }
}
.header .header-info .header-menu-wrap .info .main-menu li a {
  padding: 20px;
  font-size: 44px;
  font-weight: 300;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1700px) {
  .header .header-info .header-menu-wrap .info .main-menu li a {
    font-size: 34px;
  }
}
@media (max-width: 1400px) {
  .header .header-info .header-menu-wrap .info .main-menu li a {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .header .header-info .header-menu-wrap .info .main-menu li a {
    font-size: 20px;
    padding: 5px 0;
  }
}
@media (min-width: 1025px) {
  .header .header-info .header-menu-wrap .info .main-menu li a:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
.header .header-info .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}
@media (max-width: 1600px) {
  .header .header-info .logo {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .header .header-info .logo {
    width: 140px;
  }
  .header .header-info .logo img {
    width: 100%;
  }
}
.header .header-info .logo img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1024px) {
  .header .header-info .buttons {
    display: none;
  }
}
.header .header-info .buttons a {
  margin-left: 25px;
  padding: 10px 54px;
  border-radius: 40px;
  font-size: 14px;
  color: #664638;
  font-weight: 600;
  background: #F7DEBC;
}
@media (max-width: 1500px) {
  .header .header-info .buttons a {
    padding: 10px 34px;
  }
}
.header .header-info .buttons a:hover {
  background: #fff;
  color: #664638;
}
.header .header-info .buttons a.white-btn2 {
  background: white;
  color: #664638;
}
.header .header-info .buttons a.white-btn2:hover {
  background: #CA9D75;
  color: white;
}
@media (max-width: 1400px) {
  .header .header-info .texts {
    display: none;
  }
}
.header .header-info .texts a {
  font-size: 24px;
  font-weight: 500;
  margin-left: 40px;
  color: white;
}
@media (max-width: 1400px) {
  .header .header-info .texts a {
    font-size: 20px;
    margin-left: 20px;
  }
}
.header .header-info .texts a:hover {
  color: #CA9D75;
}

.select-wrap {
  position: relative;
  min-width: 73px;
}
.select-wrap select {
  display: none;
}
.select-wrap .select2 {
  position: relative;
  width: 100% !important;
  height: 100%;
}
.select-wrap .select2 .selection {
  width: 100%;
}
.select-wrap .select2-container--default .select2-selection--single {
  background-color: transparent;
  text-align: left;
  border: none;
  padding: 0;
  height: 100%;
}
.select-wrap .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 24px;
  padding: 0;
  font-weight: 300;
  color: #fff;
  padding: 10px;
  padding-right: 30px;
  padding-bottom: 0;
  padding-top: 0;
}
.select-wrap .select2-selection__arrow {
  width: 18px !important;
  height: 11px !important;
  top: 50% !important;
  right: 5px !important;
  transform: translateY(-50%);
  z-index: 1 !important;
  background-color: transparent;
}
.select-wrap .select2-selection__arrow b {
  background: url(../img/select-arrow.svg) no-repeat center center;
  width: 18px !important;
  height: 11px !important;
  border: none !important;
  transition: 0.2s;
  margin-top: -5px !important;
}
.select-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-dropdown {
  border: none !important;
  font-size: 14px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: white;
  color: #141414;
  font-size: 14px !important;
  font-weight: 400;
  transition: 0s;
}
@media (max-width: 767px) {
  .select2-container--default .select2-results__option[aria-selected=true] {
    font-size: 14px !important;
  }
}

.select2-container--default .select2-results__option--highlighted {
  color: #141414;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font-size: 14px;
  background: white;
  font-weight: 400;
  color: #CA9D75;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 14px;
  }
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--open .select2-dropdown {
  bottom: 0 !important;
  top: 100%;
  transition: 0s;
}

.select2-results__options {
  border: none;
  max-height: 200px !important;
  overflow-y: auto;
  background: white;
  border-radius: 10px;
  padding: 15px 0;
  transition: 0s;
  min-width: 100%;
  width: max-content;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.11);
}
.select2-results__options::-webkit-scrollbar {
  width: 2px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #CA9D75;
  border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-button {
  background: #fff;
  display: none;
}

.select2-results__option {
  font-size: 14px;
  background: #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px !important;
  margin-bottom: 10px;
  transition: 0s;
}
.select2-results__option > span {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.select2-results__option > span .apply-data-btn {
  color: #CA9D75;
}
.select2-results__option:last-child {
  margin-bottom: 0;
  border: none;
}
@media (max-width: 767px) {
  .select2-results__option {
    font-size: 14px;
  }
}
.select2-results__option > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-results__option > span img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.select2-search--dropdown {
  border: none;
}

.select2-search {
  display: none;
}

.select2-results__option {
  font-weight: 400;
  padding: 0 15px;
  color: #4f4f4f;
  font-size: 14px;
  transition: 0s;
}
@media (max-width: 767px) {
  .select2-results__option {
    font-size: 14px;
  }
}

.harmony {
  padding: 60px 0 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .harmony {
    padding: 20px 0;
  }
}
.harmony:after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../img/harmony-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.harmony .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.harmony .wrapper .text-wrap {
  width: 47%;
}
@media (max-width: 1024px) {
  .harmony .wrapper .text-wrap {
    width: 100%;
  }
}
.harmony .wrapper .text-wrap h2 {
  margin-bottom: 50px;
  color: #323131;
  font-family: "KZ Domain Display";
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  letter-spacing: 1.6px;
}
@media (max-width: 1650px) {
  .harmony .wrapper .text-wrap h2 {
    font-size: 4vw;
  }
}
@media (max-width: 1300px) {
  .harmony .wrapper .text-wrap h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .harmony .wrapper .text-wrap h2 {
    font-size: 9vw;
  }
}
.harmony .wrapper .text-wrap p {
  margin-bottom: 50px;
  font-size: 30px;
  font-style: normal;
  color: #000;
  line-height: 100%;
  max-width: 560px;
}
@media (max-width: 1300px) {
  .harmony .wrapper .text-wrap p {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .harmony .wrapper .text-wrap p {
    font-size: 18px;
  }
}
.harmony .wrapper .text-wrap p b {
  font-weight: 600;
  display: block;
}
.harmony .wrapper .text-wrap .img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .harmony .wrapper .text-wrap .img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .harmony .wrapper .text-wrap .img {
    border-radius: 16px;
  }
}
.harmony .wrapper .text-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.harmony .wrapper .text-wrap .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .harmony .wrapper .text-wrap .buttons {
    grid-template-columns: 1fr;
  }
}
.harmony .wrapper .text-wrap .buttons a {
  padding: 12px 30px;
  border-radius: 78px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #664638;
  font-size: 16px;
  color: white;
  font-weight: 600;
  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;
}
.harmony .wrapper .text-wrap .buttons a:hover {
  background: #4c342a;
}
.harmony .wrapper .text-wrap .buttons a.blue-btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #6EA2C8;
}
.harmony .wrapper .text-wrap .buttons a.blue-btn:hover {
  background: #508fbd;
}
.harmony .wrapper .img-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  width: 47%;
}
@media (max-width: 1024px) {
  .harmony .wrapper .img-wrap {
    display: none;
  }
}
.harmony .wrapper .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images-block {
  padding: 40px 0;
}
.images-block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .images-block .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.images-block .wrapper .big-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .images-block .wrapper .big-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.images-block .wrapper .big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-block .wrapper .small-images {
  width: 59%;
}
@media (max-width: 1024px) {
  .images-block .wrapper .small-images {
    width: 100%;
  }
}
.images-block .wrapper .small-images .divs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .images-block .wrapper .small-images .divs {
    grid-template-columns: 1fr;
  }
}
.images-block .wrapper .small-images .divs .div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .images-block .wrapper .small-images .divs .div {
    padding: 30px 20px;
  }
}
.images-block .wrapper .small-images .divs .div span {
  font-size: 30px;
  color: #F8EEE2;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .images-block .wrapper .small-images .divs .div span {
    font-size: 24px;
  }
}
.images-block .wrapper .small-images .divs .div b {
  color: #F8EEE2;
  font-family: "KZ Domain Display";
  font-size: 67.574px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  letter-spacing: 1.351px;
}
@media (max-width: 1600px) {
  .images-block .wrapper .small-images .divs .div b {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .images-block .wrapper .small-images .divs .div b {
    font-size: 34px;
  }
}
.images-block .wrapper .small-images .small-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.images-block .wrapper .small-images .small-img img {
  width: 100%;
}
.images-block .wrapper .small-images .info-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  z-index: 0;
  margin-top: 80px;
}
@media (max-width: 1300px) {
  .images-block .wrapper .small-images .info-img {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .images-block .wrapper .small-images .info-img {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .images-block .wrapper .small-images .info-img {
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }
}
.images-block .wrapper .small-images .info-img .dom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 520px;
}
@media (max-width: 1600px) {
  .images-block .wrapper .small-images .info-img .dom {
    width: 420px;
  }
}
@media (max-width: 1300px) {
  .images-block .wrapper .small-images .info-img .dom {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .images-block .wrapper .small-images .info-img .dom {
    width: 100%;
    margin-top: 30px;
    position: static;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .images-block .wrapper .small-images .info-img .texts {
    padding: 20px;
  }
}
.images-block .wrapper .small-images .info-img .texts span {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  color: #F8EEE2;
}
@media (max-width: 767px) {
  .images-block .wrapper .small-images .info-img .texts span {
    font-size: 24px;
  }
}
.images-block .wrapper .small-images .info-img .texts b {
  color: #F8EEE2;
  font-family: "KZ Domain Display";
  font-size: 67.574px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1.351px;
  display: block;
}
@media (max-width: 1600px) {
  .images-block .wrapper .small-images .info-img .texts b {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .images-block .wrapper .small-images .info-img .texts b {
    font-size: 34px;
  }
}

.information {
  padding: 60px 0;
  height: 74vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1024px) {
  .information {
    height: auto;
    padding: 220px 0 40px;
  }
}
.information .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.information .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  width: 100%;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .information .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.information .info .texts {
  max-width: 1020px;
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 1600px) {
  .information .info .texts {
    padding-right: 0;
  }
}
.information .info .texts h2 {
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "KZ Domain Display";
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .information .info .texts h2 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .information .info .texts h2 {
    font-size: 34px;
  }
}
.information .info .texts p {
  font-size: 30px;
  max-width: 900px;
  width: 100%;
  margin-top: 30px;
  color: white;
}
@media (max-width: 1024px) {
  .information .info .texts p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .info .texts p {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.information .info .buttons {
  max-width: 510px;
  width: 100%;
}
@media (max-width: 1600px) {
  .information .info .buttons {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .information .info .buttons {
    margin-top: 0;
  }
}
.information .info .buttons a {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 14px 28px;
  border-radius: 78px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  font-size: 16px;
  font-weight: bold;
  color: #664638;
  margin-top: 20px;
}
.information .info .buttons a:hover {
  background: #664638;
  color: white;
}
.information .info .buttons a.blue-btn {
  background: #84AECD;
  color: white;
}
.information .info .buttons a.blue-btn:hover {
  background: #679bc1;
}

.you-need {
  padding: 60px 0;
}
.you-need .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .you-need .wrapper {
    flex-direction: column-reverse;
  }
}
.you-need .wrapper .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.5%;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .you-need .wrapper .img-wrap {
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
  }
}
.you-need .wrapper .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.you-need .wrapper .text-wrap {
  width: 48.5%;
  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: 1024px) {
  .you-need .wrapper .text-wrap {
    width: 100%;
  }
}
.you-need .wrapper .text-wrap h2 {
  color: #323131;
  font-family: "KZ Domain Display";
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .you-need .wrapper .text-wrap h2 {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .you-need .wrapper .text-wrap h2 {
    font-size: 9vw;
  }
}
.you-need .wrapper .text-wrap p {
  margin-bottom: 50px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
}
@media (max-width: 1500px) {
  .you-need .wrapper .text-wrap p {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1500px) {
  .you-need .wrapper .text-wrap p {
    font-size: 20px;
  }
}
.you-need .wrapper .text-wrap .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .you-need .wrapper .text-wrap .img {
    border-radius: 20px;
  }
}
.you-need .wrapper .text-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-wrap {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .map-wrap {
    margin: 40px 0;
  }
}
.map-wrap .wrapper {
  overflow: hidden;
}
.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 .title-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-bottom: 50px;
}
@media (max-width: 1600px) {
  .map-wrap .wrapper .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .map-wrap .wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.map-wrap .wrapper .title-wrap h2 {
  color: #323131;
  font-family: "KZ Domain Display";
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media (max-width: 1600px) {
  .map-wrap .wrapper .title-wrap h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .map-wrap .wrapper .title-wrap h2 {
    font-size: 40px;
  }
}
.map-wrap .wrapper .title-wrap p {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  max-width: 900px;
  width: 100%;
}
@media (max-width: 1600px) {
  .map-wrap .wrapper .title-wrap p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .map-wrap .wrapper .title-wrap p {
    font-size: 18px;
  }
}
.map-wrap .wrapper .title-wrap p b {
  font-weight: bold;
}
.map-wrap .wrapper .tab-wrap {
  padding: 25px;
  border-radius: 10px;
  background: url(../img/black-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .map-wrap .wrapper .tab-wrap {
    border-radius: 8px;
    padding: 20px;
  }
}

.big-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* @media (max-width: 767px) {
  .big-map {
    margin-bottom: 20px;
  }
} */

.big-map img {
  width: 100%;
}

.cozy-yard {
  padding: 30px 0;
}
.cozy-yard .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .cozy-yard .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cozy-yard .wrapper .texts {
  width: 48.5%;
}
@media (max-width: 1300px) {
  .cozy-yard .wrapper .texts {
    width: 100%;
  }
}
.cozy-yard .wrapper .texts h2 {
  color: #323131;
  font-family: "KZ Domain Display";
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .cozy-yard .wrapper .texts h2 {
    font-size: 66px;
  }
}
@media (max-width: 1024px) {
  .cozy-yard .wrapper .texts h2 {
    font-size: 11vw;
    margin-bottom: 30px;
  }
}
.cozy-yard .wrapper .texts p {
  margin-bottom: 30px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1600px) {
  .cozy-yard .wrapper .texts p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cozy-yard .wrapper .texts p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.cozy-yard .wrapper .texts .items {
  background: url(../img/cozy-yard-style.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .cozy-yard .wrapper .texts .items {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cozy-yard .wrapper .texts .items {
    grid-template-columns: 1fr;
  }
}
.cozy-yard .wrapper .texts .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cozy-yard .wrapper .texts .items .text {
  font-size: 20px;
  font-weight: 500;
  color: white;
}
@media (max-width: 1600px) {
  .cozy-yard .wrapper .texts .items .text {
    font-size: 18px;
  }
}
.cozy-yard .wrapper .texts .items .icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 12px;
  margin-right: 20px;
  background: linear-gradient(0deg, #F7EEE2 0%, #F7EEE2 100%), linear-gradient(0deg, #664638 0%, #664638 100%), linear-gradient(0deg, #C80000 0%, #C80000 100%), #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1600px) {
  .cozy-yard .wrapper .texts .items .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 8px;
  }
}
.cozy-yard .wrapper .texts .items .icon img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.cozy-yard .wrapper .img-wrap {
  width: 48.5%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1300px) {
  .cozy-yard .wrapper .img-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.cozy-yard .wrapper .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cozy-yard2 {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .cozy-yard2 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .cozy-yard2 {
    padding: 30px 0;
  }
}
.cozy-yard2 .texts h2 {
  max-width: 780px;
  width: 100%;
  margin-bottom: 50px;
  color: #323131;
  font-family: "KZ Domain Display";
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media (max-width: 1300px) {
  .cozy-yard2 .texts h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cozy-yard2 .texts h2 {
    font-size: 40px;
  }
}
.cozy-yard2 .texts p {
  margin-bottom: 40px;
  max-width: 1050px;
  width: 100%;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 1300px) {
  .cozy-yard2 .texts p {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cozy-yard2 .texts p {
    font-size: 18px;
  }
}
.cozy-yard2 .texts .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  background: url(../img/black-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
  overflow: hidden;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1024px) {
  .cozy-yard2 .texts .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cozy-yard2 .texts .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cozy-yard2 .texts .items .item .text {
  font-size: 21px;
  font-weight: 500;
  color: white;
}
@media (max-width: 1300px) {
  .cozy-yard2 .texts .items .item .text {
    font-size: 16px;
  }
}
.cozy-yard2 .texts .items .item .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 12px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
@media (max-width: 1300px) {
  .cozy-yard2 .texts .items .item .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 8px;
  }
}
.cozy-yard2 .texts .items .item .icon img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.cozy-slider-wrap {
  position: relative;
  margin-top: 30px;
}

.cozy-slider .slick-list {
  margin: 0 -20px;
}
@media (max-width: 1300px) {
  .cozy-slider .slick-list {
    margin: 0 -10px;
  }
}
.cozy-slider .item {
  height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 20px;
}
@media (max-width: 1600px) {
  .cozy-slider .item {
    height: 30vw;
  }
}
@media (max-width: 1300px) {
  .cozy-slider .item {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .cozy-slider .item {
    height: 55vw;
    border-radius: 15px;
  }
}
.cozy-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@font-face {
  font-family: "KZ Domain Display";
  src: url("../fonts/KZDomainDisplay-Black.woff2") format("woff2"), url("../fonts/KZDomainDisplay-Black.woff") format("woff"), url("../fonts/KZDomainDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KZ Domain Display";
  src: url("../fonts/KZDomainDisplay-Regular.woff2") format("woff2"), url("../fonts/KZDomainDisplay-Regular.woff") format("woff"), url("../fonts/KZDomainDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KZ Domain Display";
  src: url("../fonts/KZDomainDisplay-BlackItalic.woff2") format("woff2"), url("../fonts/KZDomainDisplay-BlackItalic.woff") format("woff"), url("../fonts/KZDomainDisplay-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("SFProDisplay-Medium.eot");
  src: local("SF Pro Display Medium"), local("SFProDisplay-Medium"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.drop-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  background: #F9EFE3;
  padding: 15px 25px;
}
@media (max-width: 1024px) {
  .drop-menu {
    padding: 10px 18px;
  }
}
.drop-menu .line {
  width: 40px;
  height: 2px;
  background-color: #664638;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.drop-menu.is-active .line:nth-child(3) {
  opacity: 0;
}

.drop-menu.is-active .line:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}

.drop-menu.is-active .line:nth-child(2) {
  -webkit-transform: translateY(1px) rotate(-45deg);
  -ms-transform: translateY(1px) rotate(-45deg);
  -o-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}

.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;
}

.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;
  }
}

.request-call {
  background: #323131;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.request-call .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.request-call .text-wrap {
  width: 45%;
  padding: 40px;
}
@media (max-width: 1200px) {
  .request-call .text-wrap {
    width: 100%;
    padding: 30px 20px;
  }
}
.request-call .img-wrap {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (max-width: 1200px) {
  .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;
  }
}
.request-call p {
  font-size: 26px;
  margin-bottom: 30px;
  color: white;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .request-call p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.request-call h2 {
  color: #F9EFE3;
  font-family: "KZ Domain Display";
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .request-call h2 {
    font-size: 4vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .request-call h2 {
    font-size: 9vw;
    margin-bottom: 20px;
  }
}
.request-call .request-form {
  width: 100%;
}
.request-call .request-form .input {
  margin-bottom: 20px;
}
.request-call .request-form .input span {
  display: block;
  margin-bottom: 15px;
  color: white;
  font-size: 14px;
}
.request-call .request-form input {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: #23123c;
}
@media (max-width: 1024px) {
  .request-call .request-form input {
    height: 40px;
  }
}
.request-call .request-form button {
  height: 60px;
  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: #323232;
  font-size: 24px;
  font-style: normal;
  background: linear-gradient(0deg, #F9EFE3 0%, #F9EFE3 100%), linear-gradient(0deg, #664638 0%, #664638 100%), linear-gradient(0deg, #84AECD 0%, #84AECD 100%), linear-gradient(0deg, #F7DEBC 0%, #F7DEBC 100%), #AC7644;
  font-weight: 600;
  line-height: normal;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .request-call .request-form button {
    height: 40px;
    font-size: 18px;
  }
}

.tour-3d {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .tour-3d {
    padding: 20px 0;
  }
}
.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;
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  width: 200px;
  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: 1300px) {
  .slider-navigation {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .slider-navigation {
    display: none;
  }
}
.slider-navigation button {
  position: static;
  transform: translate(0, 0);
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  border: 1px solid #3B0608;
  background: #F7F4EF;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .slider-navigation button {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.slider-navigation button:hover {
  opacity: 0.7;
}
.slider-navigation button img {
  margin: auto;
}
@media (max-width: 1300px) {
  .slider-navigation button img {
    width: 30px;
  }
}
.slider-navigation button:before {
  content: none;
}
.slider-navigation button.slick-prev img {
  transform: rotate(180deg);
}

.request-form .b24-form-wrapper.b24-form-border-bottom {
    border-bottom: none;
    background: none;
}

.request-form .b24-form-header.b24-form-padding-side {
   display: none;
}

.request-call .request-form input {
   background-color: white !important;
}
/*# sourceMappingURL=style.css.map */
