* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
}

.container {
  max-width: 1170px;
  /* border: orchid 2px solid; */
  margin: auto;
}

.main {
  padding-bottom: 15px;
  background: url('../img2/bg-souz.png') no-repeat center top / cover;
  padding-top: 20px;
  min-height: 83vh;
}

.logo {
  /* border: blue solid 2px; */
  display: flex;
  flex-direction: column;
  align-items: center;

}

.logo_img_block {
  width: 80px;
  height: 80px;
  /* border: orchid 2px solid; */
}

.logo_img {
  height: 100%;
  width: 100%;
  /* border: orchid 2px solid; */
}

.logo_text {
  color: black;
  font-weight: 500;
  font-size: 20px;
  /* text-transform: uppercase; */
  text-align: center;
  margin-top: 10px;
  /* border: blue solid 2px; */
  font-family: 'Stolzl-Bold';
}

.logo_text2 {
  color: black;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
  /* border: blue solid 2px; */
  font-family: 'Stolzl-Regular';
}

.anketa {
  display: flex;
  margin: auto;
  /* border: orchid 2px solid; */
}

.bg_man_block {
  /* border: blue solid 2px; */
  margin: auto;
}

.bg_man {
  display: block;
  margin: auto;
  max-height: 800px;
}

.anketa1 {
  padding-top: 40px;
  width: 60%;
  /* border: greenyellow solid 2px; */
  margin: auto;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.anketa .anketa_title {
  /* border: blue solid 2px; */
  text-align: center;
  font-family: 'Stolzl-Regular';
  font-size: 16px;
}

.anketa_content {
  display: flex;
  justify-content: space-between;
}

.anketa_column {
  width: 45%;
}

.policy {
  display: block;
  margin-top: 20px;
  font-family: 'Stolzl-Thin';
  /* border: solid 1px red; */
  text-align: center;
  font-size: 14px;
}

/* ----------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */

.anketa_send {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  width: 350px;
  height: 50px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #f05533;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: 'Stolzl-Regular';
}

.anketa_item {
  margin-top: 30px;
}

.anketa_item-name {
  font-size: 14px;
  font-family: 'Stolzl-Thin';

}

.anketa_item-input {
  border: none;
  border-bottom: 2px black solid;
  background: transparent;
  outline: none;
  width: 100%;
  margin-top: 15px;
  font-family: 'Stolzl-Book';
  font-size: 14px;
  /* border: red solid 2px; */

}

/* ******************************************************************************************************** */


.footer {
  padding-top: 30px;
  background-color: black;
  color: white;
  min-height: 110px;
  font-family: 'Stolzl-Regular';
  /* border: red solid 2px; */
  padding-bottom: 30px;
}

.footer .svyaz {
  text-align: center;
  text-transform: uppercase;
}

.footer .phone {
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
  color: #f05533;
}

.soc-contacts {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.soc-contacts_item {
  width: 30px;
  height: 30px;
  /* border: blue solid 2px; */
  margin-left: 5px;
  margin-right: 5px;
}

.soc-img {
  width: 30px;
  height: 30px;
}

.anketa2 {
  margin: auto;
}

.anketa_done {
  text-align: center;
  font-family: 'Stolzl-Regular';
  font-size: 26px;
}


/* ******************************************************************************************************** */

@media (max-width: 1366px) {
  .container {
    max-width: 960px;
  }

}

@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }

  .bg_man_block {
    display: none;
  }

  .anketa1 {
    padding-top: 30px;
    width: 100%;
    /* margin: auto; */
    /* border: greenyellow solid 2px; */
    margin: auto;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

}

@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }

}

@media (max-width: 578px) {
  .container {
    max-width: 90%;
  }

  .anketa_content {
    display: flex;
    flex-direction: column;
    /* border: blue solid 2px; */
    align-items: center;
  }

  .anketa_column {
    width: 75%;
    /* border: blue solid 2px; */
  }

}

@media (max-width: 480px) {

  .anketa_content {
    display: flex;
    flex-direction: column;
    /* border: blue solid 2px; */
    align-items: center;
  }

  .anketa_column {
    width: 95%;
    /* border: blue solid 2px; */
  }

  .anketa_send {
    width: 70%;
  }

}