@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), url("../index/Roboto-Regular.ttf") format("ttf");
}
* {
  box-sizing: border-box;
}
body {
  background: url("../index/image.webp") center/cover no-repeat;
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
}
.bg_darker {
  background-color: #00000075;
  padding-bottom: 130px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 0 0.7rem 0.7rem;
}
.logo img {
  width: 100%;
  max-width: 200px;
}
.form_block {
  padding: 0 20px;
}
.form_description {
  text-align: center;
  font-size: 13px;
  margin-top: 16px;
}
.form_container {
  background-color: #fff;
  padding: 24px;
  border-radius: 6px;
  max-width: 400px;
  flex-grow: 1;
  --main: #014f92;
  margin: 40px auto 0;
}
.btn_title {
  text-align: center;
  padding: 10px 20px;
  background-color: var(--main);
  color: #fff;
  font-size: 0.8rem;
  border-radius: 200px;
}
.form_title {
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
}
.input_field {
  margin-bottom: 10px;
}
.input_field input {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  min-height: 44px;
  border: 1px solid #ccc;
}
[type="submit"] {
  padding: 10px 20px;
  background-color: var(--main);
  border: none;
  border-radius: 6px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
}
.header_text {
  background-color: #dd3129;
  padding: 2px 8px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
  max-width: 180px;
  text-align: center;
}
.header_text p {
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.top {
  position: relative;
}
.top_text {
  padding: 0.7rem;
  position: relative;
  z-index: 1;
}
.top_text p {
  width: 100%;
  line-height: 1.2;
  font-size: 1.15rem;
  color: #fff;
  text-align: center;
  margin: 2em auto;
  text-transform: uppercase;
}
.top_text h3 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin: 1em auto;
}
.top img {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
}
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 386px;
  background-color: #dcf8c7;
  padding: 1rem;
  border-radius: 20px;
  margin: 40px auto 20px;
}
input[name="phone2"] {
  margin: 10px 0 !important;
}
input {
  display: flex;
  padding: 12px;
  font-size: 18px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #575555;
  margin: 10px 0 !important;
  outline: 0;
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0.7rem 0.4rem;
  flex-direction: column;
  gap: 12px;
}
.footer_logo img {
  height: 40px;
}
@media all and (max-width: 992px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0 0.7rem 0.7rem;
  }
  .logo img {
    width: 100%;
    max-width: 200px;
  }
  .header_text {
    background-color: #dd3129;
    padding: 2px 8px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    max-width: 180px;
    text-align: center;
  }
  .header_text p {
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
  }
  .top {
    position: relative;
  }
  .top_text p {
    max-width: 280px;
    width: 100%;
    line-height: 1.2;
    font-size: 1.15rem;
    color: #fff;
  }
  .top_text h3 {
    width: 100%;
    max-width: 290px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
  }
  .top img {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
  }
  .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 386px;
    background-color: #dcf8c7;
    padding: 1rem;
    border-radius: 20px;
    margin: 40px auto 20px;
  }
  .form_title {
    text-align: center;
  }
  input[name="phone2"] {
    margin: 10px 0 !important;
  }
  input {
    display: flex;
    padding: 12px;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #575555;
    margin: 10px 0 !important;
    outline: 0;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 60px;
  }
  .footer_logo img {
    height: 40px;
  }
}
@media all and (max-width: 768px) {
  .bg_darker {
    padding-bottom: 60px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0 0.7rem 0.7rem;
  }
  .logo img {
    width: 100%;
    max-width: 200px;
  }
  .header_text {
    background-color: #dd3129;
    padding: 2px 8px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    max-width: 180px;
    text-align: center;
  }
  .header_text p {
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
  }
  .top {
    position: relative;
  }
  .top_text p {
    max-width: 280px;
    width: 100%;
    line-height: 1.2;
    font-size: 1.15rem;
    color: #fff;
  }
  .top_text h3 {
    width: 100%;
    max-width: 290px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
  }
  .top img {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
  }
  .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 386px;
    background-color: #dcf8c7;
    padding: 1rem;
    border-radius: 20px;
    margin: 40px auto 20px;
  }
  .form_title {
    text-align: center;
  }
  input[name="phone2"] {
    margin: 10px 0 !important;
  }
  input {
    display: flex;
    padding: 12px;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #575555;
    margin: 10px 0 !important;
    outline: 0;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 60px;
  }
  .footer_logo img {
    height: 40px;
  }
}
@media all and (max-width: 576px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0 0.7rem 0.7rem;
  }
  .logo img {
    width: 100%;
    max-width: 200px;
  }
  .header_text {
    background-color: #dd3129;
    padding: 2px 8px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    max-width: 180px;
    text-align: center;
  }
  .header_text p {
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
  }
  .top {
    position: relative;
  }
  .top_text p {
    max-width: 280px;
    width: 100%;
    line-height: 1.2;
    font-size: 1.15rem;
    color: #fff;
    margin: 1em auto;
  }
  .top_text h3 {
    width: 100%;
    max-width: 290px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 1em auto;
  }
  .top img {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
  }
  .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 386px;
    background-color: #dcf8c7;
    padding: 1rem;
    border-radius: 20px;
    margin: 40px auto 20px;
  }
  .form_title {
    text-align: center;
  }
  input[name="phone2"] {
    margin: 10px 0 !important;
  }
  input {
    display: flex;
    padding: 12px;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #575555;
    margin: 10px 0 !important;
    outline: 0;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 60px;
  }
  .footer_logo img {
    height: 40px;
  }
}
@media all and (max-width: 430px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0 0.7rem 0.7rem;
  }
  .logo img {
    width: 100%;
    max-width: 200px;
  }
  .header_text {
    background-color: #dd3129;
    padding: 2px 8px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    max-width: 180px;
    text-align: center;
  }
  .header_text p {
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
  }
  .top {
    position: relative;
  }
  .top_text p {
    max-width: 280px;
    width: 100%;
    line-height: 1.2;
    font-size: 1.15rem;
    color: #fff;
  }
  .top_text h3 {
    width: 100%;
    max-width: 290px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
  }
  .top img {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
  }
  .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 386px;
    background-color: #dcf8c7;
    padding: 1rem;
    border-radius: 20px;
    margin: 40px auto 20px;
  }
  .form_title {
    text-align: center;
  }
  input[name="phone2"] {
    margin: 10px 0 !important;
  }
  input {
    display: flex;
    padding: 12px;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #575555;
    margin: 10px 0 !important;
    outline: 0;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 60px;
  }
  .footer_logo img {
    height: 40px;
  }
}
@media all and (max-width: 415px) {
  .form {
    max-width: 372px;
  }
}
@media all and (max-width: 390px) {
  .form {
    max-width: 348px;
  }
  .logo img {
    max-width: 170px;
  }
}
@media all and (max-width: 375px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0 0.7rem 0.7rem;
  }
  .logo img {
    width: 100%;
    max-width: 160px;
  }
  .header_text {
    background-color: #dd3129;
    padding: 2px 8px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    max-width: 180px;
    text-align: center;
  }
  .header_text p {
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
  }
  .top {
    position: relative;
  }
  .top_text p {
    max-width: 250px;
    width: 100%;
    line-height: 1.2;
    font-size: 1rem;
    color: #fff;
  }
  .top_text h3 {
    width: 100%;
    max-width: 290px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
  }
  .top img {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
  }
  .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 336px;
    background-color: #dcf8c7;
    padding: 1rem;
    border-radius: 20px;
    margin: 40px auto 20px;
  }
  .form_title {
    text-align: center;
  }
  input[name="phone2"] {
    margin: 10px 0 !important;
  }
  input {
    display: flex;
    padding: 12px;
    font-size: 18px;
    max-width: 310px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #575555;
    margin: 10px 0 !important;
    outline: 0;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 60px;
  }
  .footer_logo img {
    height: 40px;
  }
}
@media all and (max-width: 360px) {
  .form {
    max-width: 320px;
  }
  .logo img {
    max-width: 140px;
  }
  input[name="phone2"] {
    margin: 10px 0 !important;
  }
}
.container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
.dolzh {
  font-size: 11px;
  margin-top: 6px;
  font-weight: 700;
  color: #cfcfcf;
}
.card {
  background-color: #1267baeb;
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  align-items: start;
  gap: 20px;
  color: #fff;
}
.card_img {
  width: 120px;
  border-radius: 50%;
}
.name {
  color: #dbdbdb;
  font-weight: 700;
  margin-bottom: 12px;
}
.words {
  line-height: 1.5;
}
