html {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  background: #fff;
}

button, textarea {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1330px;
  padding: 0 15px;
  width: 100%;
}

body.active {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.main_section {
  width: 100%;
  background: url("../img/img2.png") top center no-repeat;
  background-size: cover;
  padding-top: 191px;
  padding-bottom: 36px;
  background-color: #19251E;
  position: relative;
}
.main_section .back {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 1300px;
}
.main_section .back2 {
  position: absolute;
  bottom: -92px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 673px;
  z-index: 3;
}
.main_section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 4;
}
.main_section .left_cont {
  padding-bottom: 81px;
  width: 100%;
  max-width: 660px;
}
.main_section .left_cont h1 {
  margin-bottom: 30px;
}
.main_section .left_cont .text {
  width: 100%;
  max-width: 468px;
  color: #FFF;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 63px;
}
.main_section .left_cont .btn_item {
  width: 100%;
  max-width: 313px;
  background: #F5F5F5;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 23px;
  color: #000;
  font-size: 20px;
  margin-bottom: 16px;
}
.main_section .left_cont .under_btn {
  width: 100%;
  max-width: 313px;
  color: #FBFFFD;
  font-size: 20px;
  text-align: center;
}
.main_section .right_cont {
  width: 100%;
  max-width: 293px;
  position: relative;
  border-radius: 20px;
  background: #FBFFFD;
  padding: 20px 18px;
}
.main_section .right_cont::before {
  content: "";
  width: 38px;
  height: 38px;
  background: url("../img/img3.svg") top center no-repeat;
  background-size: cover;
  position: absolute;
  right: 25px;
  top: -23px;
  z-index: 3;
}
.main_section .right_cont ul {
  width: 100%;
}
.main_section .right_cont ul li {
  width: 100%;
  color: #19251E;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.main_section .right_cont ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/img4.svg") top center no-repeat;
  background-size: cover;
  top: 12px;
  left: 0;
}
.main_section .right_cont ul li:last-child {
  margin-bottom: 0;
}

h1 {
  width: 100%;
  color: #FFF;
  font-size: 56.122px;
  font-weight: 700;
  text-transform: uppercase;
}

header {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  z-index: 5;
}
header .open_btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #FBFFFD;
  padding: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
header .inside {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 26px;
  border-radius: 50px;
  background: rgba(14, 20, 16, 0.5);
  backdrop-filter: blur(5px);
}
header .inside .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .inside .nav li {
  margin-left: 50px;
}
header .inside .nav li:first-child {
  margin-left: 0;
}
header .inside .nav li a {
  color: #FFF;
  font-size: 18px;
}

.under_section {
  width: 100%;
  padding-top: 112px;
}
.under_section h3 {
  margin-bottom: 30px;
}
.under_section .inside {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.under_section .inside .left_cont {
  width: 49%;
}
.under_section .inside .left_cont p {
  width: 100%;
  color: #19251E;
  font-size: 20px;
  line-height: 120%;
}
.under_section .inside .left_cont p strong {
  font-weight: 700;
}
.under_section .inside .left_cont p:first-child {
  margin-bottom: 15px;
}
.under_section .inside .right_cont {
  width: 49%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.under_section .inside .right_cont .block {
  width: calc(50% - 10px);
  border-radius: 20px;
  border: 1px solid #42864D;
  background: #FBFFFD;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 17px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #19251E;
  font-size: 20px;
}
.under_section .inside .right_cont .block .count {
  font-weight: 700;
  margin-bottom: 10px;
}
.under_section .inside .right_cont .block .text {
  line-height: 120%;
}

h3 {
  width: 100%;
  color: #19251E;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.estates_section {
  width: 100%;
  padding-top: 20px;
}
.estates_section h3 {
  margin-bottom: 30px;
}
.estates_section .slick-dots {
  margin-top: 0;
}
.estates_section .arrows_cont {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.estates_section .arrows_cont .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.estates_section .arrows_cont .arrow.arrow_left {
  margin-right: 20px;
}
.estates_section .slider {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
.estates_section .slider .slick-slide {
  margin: 0 10px;
}
.estates_section .slider .slick-slide div {
  width: 100%;
}
.estates_section .slider .slide {
  border-radius: 20px;
  background: #FBFFFD;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.estates_section .slider .slide .photo {
  width: 100%;
  height: 291px;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 24px;
}
.estates_section .slider .slide .text_cont {
  width: 100%;
  padding: 0 30px 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.estates_section .slider .slide .text_cont .title {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.estates_section .slider .slide .text_cont .slide_list {
  width: 100%;
  margin-bottom: 15px;
}
.estates_section .slider .slide .text_cont .slide_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
}
.estates_section .slider .slide .text_cont .slide_list li:last-child {
  margin-bottom: 0;
}
.estates_section .slider .slide .text_cont .slide_list li p {
  width: calc(100% - 20px);
  padding-left: 10px;
  color: #000;
  font-size: 16px;
}
.estates_section .slider .slide .text_cont .slide_list li figure {
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.slick-dots li {
  margin: 0 12px;
}
.slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: #42864D;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  background: #828D85;
  border-radius: 50%;
  text-indent: -10000px;
  font-size: 0;
  border: none;
}

.green_btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  padding: 13px;
  background: #42864D;
  border-radius: 50px;
}
.green_btn:hover {
  background: #3ccb54;
}

.banners_section {
  width: 100%;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banners_section .slick-dots {
  margin-top: -65px;
  position: relative;
  z-index: 3;
}
.banners_section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banners_section h3 {
  margin-bottom: 30px;
}
.banners_section .arrows_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  margin-bottom: 20px;
}
.banners_section .slider_main {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.banners_section .slider_wrap {
  width: 100%;
  position: relative;
}
.banners_section .slider_wrap .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.banners_section .slider_wrap .arrow_left {
  left: 20px;
}
.banners_section .slider_wrap .arrow_right {
  right: 20px;
}
.banners_section .slider_wrap .slider {
  width: 100%;
  min-height: 648px;
}
.banners_section .slider_wrap .slider .slick-slide {
  margin: 0 7px;
}
.banners_section .slider_wrap .slider .slide {
  position: relative;
  padding: 177px 92px 15px;
  min-height: 648px;
}
.banners_section .slider_wrap .slider .slide .back_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  z-index: 2;
}
.banners_section .slider_wrap .slider .slide .text_cont {
  position: absolute;
  z-index: 3;
  width: 100%;
}
.banners_section .slider_wrap .slider .slide .text_cont .title {
  width: 100%;
  color: #FFF;
  font-size: 56.122px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 660px;
  margin-bottom: 30px;
}
.banners_section .slider_wrap .slider .slide .text_cont .text {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  line-height: 120%;
  max-width: 548px;
}
.banners_section .slider_wrap .slick-list {
  padding: 0 20% 0 0 !important;
}

.contact_section {
  width: 100%;
  margin-top: 40px;
}
.contact_section h3 {
  margin-bottom: 30px;
  text-align: center;
}
.contact_section .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.contact_section .wrap .left_cont {
  width: 49%;
}
.contact_section .wrap .left_cont #map, .contact_section .wrap .left_cont iframe {
  width: 100%;
}
.contact_section .wrap .right_cont {
  width: 49%;
  border-radius: 20px;
  border: 1px solid #42864D;
  background: #FBFFFD;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 44px 36px;
}
.contact_section .wrap .right_cont .title {
  width: 100%;
  color: #19251E;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact_section .wrap .right_cont .text {
  width: 100%;
  color: #19251E;
  font-size: 20px;
  line-height: 120%;
}
.contact_section .wrap .right_cont form {
  width: 100%;
  margin-top: 30px;
}
.contact_section .wrap .right_cont form fieldset {
  width: 100%;
  margin-bottom: 15px;
}
.contact_section .wrap .right_cont form fieldset input {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #828D85;
  height: 60px;
  padding: 0 24px;
  color: #19251E;
  font-size: 20px;
}
.contact_section .wrap .right_cont form fieldset input::placeholder {
  color: #19251E;
  font-size: 20px;
}
.contact_section .wrap .right_cont form fieldset input.error {
  border-color: red;
}
.contact_section .wrap .right_cont form fieldset textarea {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #828D85;
  height: 100px;
  padding: 18px 24px;
  color: #19251E;
  font-size: 20px;
  resize: none;
}
.contact_section .wrap .right_cont form fieldset textarea::placeholder {
  color: #19251E;
  font-size: 20px;
}
.contact_section .wrap .right_cont form fieldset textarea.error {
  border-color: red;
}

.iti {
  width: 100%;
}

label.error {
  display: none !important;
}

footer {
  width: 100%;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}
footer .container_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 56px;
}
footer .logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
footer .center {
  width: 100%;
  max-width: 580px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .center ul {
  width: 49%;
}
footer .center ul li {
  width: 100%;
  margin-bottom: 16px;
}
footer .center ul li a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  font-size: 16px;
}
footer .center ul li a figure {
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
footer .soc_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .soc_list .soc_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
  margin-left: 15px;
}
footer .soc_list .soc_item:first-child {
  margin-left: 0;
}
footer .bottom {
  width: 100%;
  background-color: #19251E;
  padding: 31px 0;
  position: relative;
}
footer .bottom .container {
  position: relative;
  z-index: 3;
}
footer .bottom .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
footer .bottom p {
  width: 100%;
  color: var(--fbfffd, #FBFFFD);
  font-size: 16px;
}

.mob_main_sect_becdizdaun {
  display: none;
}

.responsive_wrapper {
  width: 100%;
  max-width: 296px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  transform: translateX(110%);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
}
.responsive_wrapper.active {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.responsive_wrapper .inside {
  width: 100%;
  height: 100%;
  border-radius: 25px 0px 0px 25px;
  background: #FBFFFD;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 54px 16px 14px 44px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  align-items: flex-end;
}
.responsive_wrapper .inside .close_btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0;
  background: #FBFFFD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.responsive_wrapper .inside .nav {
  width: 100%;
  margin-top: 75px;
}
.responsive_wrapper .inside .nav li {
  width: 100%;
  margin-bottom: 50px;
}
.responsive_wrapper .inside .nav li:last-child {
  margin-bottom: 0;
}
.responsive_wrapper .inside .nav li a {
  color: #19251E;
  font-size: 18px;
}