.page-template-page-dvz-php .header_container .header_block {
  height: auto;
}
.page-template-page-dvz-php .main_layout {
  padding-top: 86px;
}
.page-template-page-dvz-php .container .dvz_block {
  max-width: 1170px;
    padding: 30px 0;
    min-height: calc(100vh - 145px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.dvz_block h1 {
  margin: 20px auto 20px auto;
  color: #FFF;
}
.dvz_block p {
  margin: 0 auto;
  font-size: 22px;
  color: white; 
}
.dvz_block .green_button {
  max-width: max-content;
  margin: 70px auto 85px auto;
  min-width: 310px;
  border: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background: #1d75bd;
}
.dvz_block .green_button:hover {
  background: #17588c;
}
.dvz__contact {
  display: flex;
  gap: 30px;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
}

.container .dvz_top_block.block {
  max-width: calc(100% - 339px);
}
.dvz__contact .autotop_formbox {
  position: relative;
    max-width: 360px;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-radius: 10px;
    margin-top: 110px;
}
.dvz__contact .about_top {
  position: relative;
  margin: 0 0 66px;
}
.dvz__contact .about_map_wrap {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
  -moz-border-radius: 0 30px 0 30px;
  -webkit-border-radius: 0 30px 0 30px;
  border-radius: 0 30px 0 30px;
}
.dvz__contact .cities_in {
  display: none;
}
.page-template-page-dvz-php .about_top_container h1.dvz-title {
  max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0;
}
.dvz__contact .autotop_form h1 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}
.dvz__contact .default_form {
  min-height: 580px;
}
.dvz__contact .default_form .form_agreement .checkbox_icon {
  left: 0;
}
.dvz__contact .default_form .form_agreement {
  padding: 0 0 0 30px;
}
.dvz__contact .default_form .form_agreement .checkbox_label a {
  display: inline;
}
.dvz__contact .about_top_container .about_top {
  margin: 0 0 35px;
}
.page-template-page-dvz-php .autoneed_container .autoneed_left {
  width: 100%;
}
.page-template-page-dvz-php .autoneed_container .autoneed_left p {
  line-height: 1.4;
}
.page-template-page-dvz-php .white_button {
  display: flex;
  justify-content: center;
    align-items: center;
}
.page-template-page-dvz-php .white_button:hover {
  background: #17588c;
    color: white;
}
.page-template-page-dvz-php .autoneed_container h2  {
  font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    color: #2b2b2b;
}
.autoneed_left .green_button {
  display: flex;
    margin: 50px auto 0 auto;
    max-width: 310px;
    justify-content: center;
    align-items: center;
}
@media (max-width: 750px) {
  .page-template-page-dvz-php .container .dvz_block {
    min-height: calc(100vh - 345px);
  }
  .dvz_block h1 {
    text-align: center;
    font-size: 26px;
  }
  .dvz_block p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .dvz_block .green_button {
    margin: auto auto 35px auto;
    background: white;
    color: #1d75bd;
  }
  .dvz__contact {
    flex-direction: column-reverse;
    max-width: 1140px;
  }
  .page-template-page-dvz-php .autoneed_container h2 {
    font-size: 26px;
  }
  .dvz__contact .autotop_formbox {
    margin: 10px auto 0 auto;
    max-width: 95%;
  }
  .dvz__contact .default_form {
    min-height: auto;
}
  .container .dvz_top_block.block {
    width: auto;
    max-width: 100%;
  }
  .page-template-page-dvz .header_container {
    background: #ffffff;
    box-shadow: 0 0 7px 1px rgba(44, 38, 31, 0.08);
    height: 55px;
  }
  .page-template-page-dvz-php .main_layout {
    padding-top: 55px;
}
}