@media screen and (max-width: 1199px) {
  .main_section .back2 {
    max-width: 60%;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }
  h3 {
    font-size: 35px;
  }
  .under_section .inside {
    flex-direction: column;
    align-items: center;
  }
  .under_section .inside .left_cont {
    width: 100%;
  }
  .under_section .inside .right_cont {
    width: 100%;
    margin-top: 20px;
  }
  .banners_section .slider_wrap .slider .slide .text_cont .title {
    font-size: 25px;
  }
  .banners_section .slider_wrap .slider .slide .text_cont .text {
    font-size: 16px;
  }
  .contact_section .wrap {
    flex-direction: column;
    align-items: center;
  }
  .contact_section .wrap .left_cont {
    order: 2;
    width: 100%;
    margin-top: 15px;
    height: 449px;
  }
  .contact_section .wrap .right_cont {
    width: 100%;
  }
  footer {
    padding-top: 100px;
  }
  footer .container_top {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-bottom: 23px;
  }
  footer .center {
    display: block;
  }
  footer .center ul {
    width: 100%;
    margin-bottom: 35px;
  }
  footer .logo {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  header .inside {
    background: none;
    padding: 0;
    backdrop-filter: none;
  }
  header .inside .logo img {
    width: 88px;
  }
  header .inside .nav {
    display: none;
  }
  header {
    top: 40px;
  }
  .main_section {
    background: #fff;
  }
  .main_section .left_cont h1, .main_section .left_cont .text, .main_section .left_cont .under_btn {
    color: #19251E;
  }
  .main_section .left_cont .btn_item {
    background: #42864D;
    color: #fff;
    position: relative;
    z-index: 100;
  }
  .main_section .right_cont {
    border: 1px solid #42864D;
  }
  .main_section .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main_section .left_cont {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .under_section {
    padding-top: 0;
  }
  main {
    background: #fff;
  }
  html {
    background: #19251E;
  }
  footer {
    background: #fff;
  }
  .main_section {
    padding-top: 39px;
    margin-top: 0;
  }
  .mob_main_sect_becdizdaun {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 276px;
    position: relative;
    z-index: 3;
    background: url("../img/img2.png") top center no-repeat;
    background-size: cover;
  }
  .mob_main_sect_becdizdaun .back {
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    height: 300px;
  }
  .main_section .left_cont .text {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .main_section .back, .main_section .back2 {
    display: none;
  }
  .main_section .right_cont {
    max-width: 400px;
  }
  .main_section .right_cont ul li {
    line-height: 120%;
  }
  .main_section .right_cont::before {
    top: -19px;
    right: 17px;
  }
  .banners_section .slider_wrap .slider .slide .back_img {
    position: static;
    height: 485px;
  }
  .banners_section .slider_wrap .slider .slide {
    min-height: initial;
    padding: 0;
  }
  .banners_section .slider_wrap .slider .slide .text_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0 15px 52px;
  }
  .banners_section .slider_wrap .slider .slide .text_cont .title {
    margin-bottom: 10px;
    line-height: 120%;
  }
  .banners_section .slick-dots {
    display: none !important;
  }
  .banners_section .slider_wrap {
    width: 100% !important;
  }
  .banners_section .slider_main {
    padding-left: 7px;
  }
  .banners_section .slider_wrap .slider {
    min-height: initial;
  }
  header .open_btn {
    display: inline-flex;
  }
}
@media screen and (max-width: 600px) {
  .under_section .inside .right_cont .block {
    width: 100%;
  }
  .estates_section .arrows_cont {
    justify-content: space-between;
  }
  .estates_section h3 {
    margin-bottom: 15px;
  }
  .estates_section .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .banners_section .arrows_cont {
    width: 100%;
  }
  .banners_section h3 {
    margin-bottom: 15px;
  }
  .contact_section .wrap .right_cont {
    padding: 30px 20px;
  }
  .contact_section .wrap .right_cont .title {
    line-height: 120%;
  }
  .banners_section .slider_wrap .slick-list {
    padding: 0 10% 0 0 !important;
  }
}