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

a {
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

label {
  margin-bottom: 0;
}


.container {
  max-width: 1150px;
  margin: 0 auto;
  padding-inline: 15px;
}






main {
  background: url(/pages/img/makhalla_bankers_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_wrapper {
  position: relative;
  height: 100%;
  height: 430px;
  display: flex;
  align-items: center;
}


.main_img {
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.main_h1 {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 64px !important;
  max-width: 577px;
}


.input_h2 {
  color: #000000 !important;
  font-weight: 700;
  font-size: 32px !important;
  margin-top: 120px !important;
  margin-bottom: 32px !important;
  line-height: 125% !important;

}

.mahalle-input-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.mahalle-input-group input {
  padding: 10px 18px;
  border: 1px solid #ccc;
  border-radius: 999px;
  max-width: 100%;
  font-size: 14px;
  outline: none;
}

.mahalle-select {
  padding: 10px 18px;
  border: 1px solid #ccc;
  border-radius: 999px;
  max-width: 100%;
  font-size: 14px;
  outline: none;
}

.mahalle-btn {
  background-color: #006aff;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}



.callBackForm_wrapper {
  background-color: #eff2f6;
  padding: 64px 96px;
  border-radius: 12px;
  margin-block: 120px;
}

.callBackForm_title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: var(--main-blue);
  line-height: 127%;
  font-family: "Geometria", sans-serif;
}

.callBackForm_subtitle {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--main-blue);
  margin-top: 6px;
  line-height: 125%;
  font-family: "Geometria", sans-serif;
}

.callBackForm {
  margin-top: 24px;
}

.callBackForm_wrapper input {
  border: 1px solid #e6e8ec33;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.callBackForm_wrapper label {
  color: var(--main-blue);
}

.callBackForm .form_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  row-gap: 24px;
  column-gap: 32px;
}

.callBackForm_text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(10, 30, 50, 0.6);
}

input.inputclass {
  width: 100%;
  display: flex;
  padding: 12px 16px 12px 18px;
  justify-content: space-between;
  align-items: center;
  border-radius: 1000px;
  border: none;
  margin-top: 8px;
  box-shadow: none;
  transition: 0.5s all;
}

form input:disabled {
  background-color: #f0f0f0;
}

form select:focus-visible,
#region:focus-visible,
form input:focus-visible {
  outline: none;
  box-shadow: 0px 6px 15px 0px gray;
}

.premium_btn.order_btn {
  background-color: #003D64;
  color: #fff;
  padding: 16px 24px;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}









@media (max-width: 992px) {
  .main_h1 {
    font-size: 40px !important;
    line-height: 40px !important;
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  .main {
    padding: 72px 0 0 0;
    flex-direction: column;
  }

  .main_img {
    position: unset;
    width: 80%;
  }

  .main_wrapper {
    position: unset;
    height: 100%;
    justify-content: center;
  }

  .main_h1 {
    text-align: center !important;
    font-size: 32px !important;
  }

  .callBackForm_title {
    font-size: 36px;
  }

  .callBackForm_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #0a1e3299;
  }

  .callBackForm .form_content {
    grid-template-columns: 100%;
  }

  .form_content .form_elem.callBackForm_text {
    display: none;
  }

  .mahalle-input-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 606px) {
  .callBackForm_wrapper {
    padding: 36px 24px;
  }
}

@media (max-width: 576px) {
  .mahalle-input-group {
    grid-template-columns: 1fr;
  }

  .kmaStylesSqbNew h2 {
    font-size: 24px !important;
    margin-top: 60px !important;
  }
}

#result {
  margin-top: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
}
#result p {
  margin: 0;
  font-size: 18px;
  color: #333;
  padding: 8px 15px;
}